miompi.cpp File Reference

CPP API: miompi.cpp File Reference
miompi.cpp File Reference
Include dependency graph for miompi.cpp:

Namespaces

 mio
 A collection of classes to simplify handling of matrix shapes in meta programming.
 
 mio::mpi
 

Functions

void mio::mpi::finalize ()
 Finalize MPI. More...
 
Comm mio::mpi::get_world ()
 Get the global MPI communicator. More...
 
void mio::mpi::init ()
 Initialize MPI. More...
 
bool mio::mpi::is_root ()
 Returns true if the calling process is the root process. More...
 
int mio::mpi::rank (Comm comm)
 Return the rank of the calling process on the given communicator. More...
 
int mio::mpi::size (Comm comm)
 Return the size of the given communicator. More...