Přístupnostní navigace
E-přihláška
Vyhledávání Vyhledat Zavřít
Detail publikace
JAROŠ, J.
Originální název
Handling C++ Exceptions in MPI Applications
Typ
prezentace, poster
Jazyk
angličtina
Originální abstrakt
Handling error states in C++ applications is managed by exceptions. In distributed applications, it is necessary to inform the other processes, that something wrong happened, and the application should either recover from the faulty state, or report the error and terminate gracefully. Unfortunately, the MPI standard does not provide any support for distributed error handling. This poster presents 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. The code was tested with several injected errors into multiple ranks such as non existing input file, disk quota exceeded, wrong rank in the MPI call, and standard system exceptions. In all situations the code has worked properly.
Klíčová slova
MPI, C++ Exceptions, Error Reporting.
Autoři
Vydáno
16. 11. 2021
Místo
St. Louis, MO, USA
Strany počet
2
URL
https://sc21.supercomputing.org/proceedings/tech_poster/tech_poster_pages/rpost142.html
BibTex
@misc{BUT175836, author="Jiří {Jaroš}", title="Handling C++ Exceptions in MPI Applications", booktitle="The International Conference for High Performance Computing, Networking, Storage, and Analysis", year="2021", pages="2", address="St. Louis, MO, USA", url="https://sc21.supercomputing.org/proceedings/tech_poster/tech_poster_pages/rpost142.html", note="presentation, poster" }