12#ifndef ARCCORE_MESSAGEPASSINGMPI_STANDALONEMPIMESSAGEPASSINGMNG_H
13#define ARCCORE_MESSAGEPASSINGMPI_STANDALONEMPIMESSAGEPASSINGMNG_H
17#include "arccore/message_passing_mpi/MpiMessagePassingMng.h"
24namespace Arcane::MessagePassing::Mpi
35class ARCCORE_MESSAGEPASSINGMPI_EXPORT StandaloneMpiMessagePassingMng
36:
public MpiMessagePassingMng
42 StandaloneMpiMessagePassingMng(
Impl* p);
46 ~StandaloneMpiMessagePassingMng()
override;
51 static MpiMessagePassingMng*
create(MPI_Comm comm,
bool clean_comm =
false);
static Ref< IMessagePassingMng > createRef(MPI_Comm comm, bool clean_comm=false)
Creates a manager associated with the communicator comm.
static MpiMessagePassingMng * create(MPI_Comm comm, bool clean_comm=false)
Creates a manager associated with the communicator comm.
Reference to an instance.