mpi::communicator
#include <mpi.hpp>
class communicator
Member functions
Get the rank of the calling process in the communicator. |
|
Get the size of the communicator. |
|
Split the communicator into disjoint subgroups. |
|
If mpi::has_env is true, MPI_Abort is called with the given error code, otherwise std::abort is called. |
|
Barrier synchronization. |