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

https://github.com/spirali/aislinn

Dynamic verifier for MPI programs
https://github.com/spirali/aislinn

Last synced: about 1 year ago
JSON representation

Dynamic verifier for MPI programs

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 [Valgrind](http://valgrind.org)
* Released under GPLv2 (same as Valgrind)
* Source avaible on [GitHub](https://github.com/spirali/aislinn)

## Author

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