Struct MpiOnOff

Struct Documentation

struct MpiOnOff

RAII class to turn MPI on and off.

This class initialized MPI at creation and finalizes at destruction (e.g. when the object goes out of scope).

Public Functions

explicit MpiOnOff(int *argc = nullptr, char ***argv = nullptr)
~MpiOnOff()