atlas/parallel/mpi/mpi.h file

Namespaces

namespace atlas
Contains all atlas classes and methods.
namespace atlas::mpi
namespace atlas::mpi::scope

Classes

struct atlas::mpi::Scope
RAII helper class to manage MPI communicator scopes. The constructor pushes a new scope, and the destructor pops the scope, ensuring that the previous default communicator is restored even in case of exceptions.