miompi.h File Reference

CPP API: miompi.h File Reference
miompi.h File Reference
#include "memilio/config.h"
Include dependency graph for miompi.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

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

Typedefs

using mio::mpi::Comm = void *
 Alias for MPI_Comm, to be used in APIs to avoid having to use #ifdef everywhere. More...
 

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...