Go to the documentation of this file.
13 #ifndef __MPIBARRIER_H
14 #define __MPIBARRIER_H
41 void wait(
const char*);
44 #endif // __MPIBARRIER_H
double m_time
Definition: mpibarrier.h:35
CMPIBarrier(MPI_Comm comm=MPI_COMM_WORLD)
Definition: mpibarrier.cpp:20
A convenience class encapsulating an MPI barrier. Includes timing of the wait and a debug message ( v...
Definition: mpibarrier.h:31
Console & XDebug()
set verbose level of next message to "xdg"
int m_id
the rank of the process
Definition: mpibarrier.h:34
Console console
Definition: console.cpp:25
void wait(const char *)
Definition: mpibarrier.cpp:32
MPI_Comm m_comm
the MPI Communicator used
Definition: mpibarrier.h:33