Singleton class to automatically call MPI_Init and MPI_Finalize if necessary. MPI_Finalize is only called if we performed the init ourselves.
More...
Singleton class to automatically call MPI_Init and MPI_Finalize if necessary. MPI_Finalize is only called if we performed the init ourselves.
Definition at line 97 of file ArcaneMpi.cc.
◆ finalize()
| void Arcane::MpiAutoInit::finalize |
( |
| ) |
|
|
inline |
◆ initialize()
| void Arcane::MpiAutoInit::initialize |
( |
int * | argc, |
|
|
char *** | argv, |
|
|
int | wanted_thread_level ) |
|
inline |
◆ m_need_finalize
| bool Arcane::MpiAutoInit::m_need_finalize = false |
|
private |
The documentation for this class was generated from the following file: