``specfem::MPI`` ================ :cpp:class:`specfem::MPI` is a static class that provides an interface to MPI functionality within SPECFEM++. It manages MPI initialization and finalization, and provides static access to the rank and size of the MPI communicator. .. doxygenclass:: specfem::MPI :members: