An open API service indexing awesome lists of open source software.

https://github.com/spirali/aislinn-llvm

Dynamic verifier for MPI programs (old experimental version)
https://github.com/spirali/aislinn-llvm

Last synced: 10 days ago
JSON representation

Dynamic verifier for MPI programs (old experimental version)

Awesome Lists containing this project

README

          

# Aislinn

*Aislinn* is a dynamic verifier for MPI programs.
The goal is to provide a memory error detector and a performance analyzer
that checks in one execution all possible runs with respect to nondeterminism introduced by MPI.
*Aislinn* operates directly on unmodified C/C++ code.

## Basic information

* [Homepage](http://verif.cs.vsb.cz/aislinn)
* Based on [LLVM](http://llvm.org)
* Released under Illinois Open Source license (same as LLVM)
* Source avaible on [GitHub](https://github.com/spirali/aislinn)
* Project is currently in a very early state of development

## Author

Stanislav Böhm (stanislav.bohm /at/ vsb /dot/ cz)