TRIQS/mpi 2.0.0
C++ interface to MPI
Loading...
Searching...
No Matches
Event handling

Detailed Description

Communicate and handle events across multiple processes.

A typical use case for the mpi::monitor class could be to monitor and communicate exceptions. A simple example can be found in Example 2: Use monitor to communicate errors.

Classes

class  mpi::monitor
 Constructed on top of an MPI communicator, this class helps to monitor and communicate events across multiple processes. More...