Skip to content

jarosjir/MPIErrorChecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This repository stores a new approach for exceptions handling in MPI applications. The goals are to

  1. report any faulty state to the user in a nicely formatted way by just a single rank
  2. ensure the application will never deadlock,
  3. propose a simple interface and ensure interoperability with other C/C++ libraries.

Compilation

The code can be compiled with OpenMPI + GCC or Intel MPI.

make

Usage

Open the source code and select the example. Then compile the code and run it

mpirun ./MPIErrorChecker 

About

Distributed Exception handler for MPI codes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published