13 #ifndef __MPIBARRIER_H
14 #define __MPIBARRIER_H
41 void wait(
const char*);
44 #endif // __MPIBARRIER_H
A convenience class encapsulating an MPI barrier. Includes timing of the wait and a debug message ( v...
Definition: mpibarrier.h:30
double m_time
Definition: mpibarrier.h:35
void wait(const char *)
Definition: mpibarrier.cpp:32
CMPIBarrier(MPI_Comm comm=MPI_COMM_WORLD)
Definition: mpibarrier.cpp:20
int m_id
the rank of the process
Definition: mpibarrier.h:34
MPI_Comm m_comm
the MPI Communicator used
Definition: mpibarrier.h:33