Interface used to implement the Mpi Parallel Environment. More...
#include <MpiParallelEnvironment.hpp>
Static Public Member Functions | |
| static const IMpiProcess & | Process () |
| template<typename ProcessType > | |
| static void | Initialize (int argc, char **argv) |
| static void | Finalize () |
| Finalize the MPI Environment. | |
Static Protected Attributes | |
| static std::shared_ptr< IMpiProcess > | _process |
Interface used to implement the Mpi Parallel Environment.
|
inlinestatic |
Initialize the MPI Environment
| argc | command line argument counter |
| argv | command live argument values |
|
inlinestatic |
|
staticprotected |