#include <MpiComm.h>
Public Member Functions | |
Constructors & destructor | |
MpiComm (ident_t id, const process_group &processes) | |
virtual | ~MpiComm () |
Get communicator information | |
MPI_Comm | get_comm () const |
MpiComm | ( | ident_t | id, | |
const process_group & | processes | |||
) |
Creates a new instance and initializes the data with the given values id and group, respectively.
id | Communicator identifier | |
processes | List of processes defining the communicator |
~MpiComm | ( | ) | [virtual] |
Destructor. Destroys the instance.
MPI_Comm get_comm | ( | ) | const |
Returns a "real" MPI communicator resembling the one used in the target application.
![]() |
Copyright © 1998–2009 Forschungszentrum Jülich, Jülich Supercomputing Centre |