Rheolef
7.2
an efficient C++ finite element environment
|
MPI communicator for C++.
In a distributed environment, this class wraps the MPI usual communicator for C++, as provided by the boost::mpi library. In a sequential environment, a dummy class is provided for compatibility purpose.
communicator comm; cout << "my_proc = " << comm.rank() << endl << "nb_proc = " << comm.size() << endl;
This documentation has been generated from file linalg/lib/communicator.h