12#ifndef ARCCORE_MESSAGEPASSINGMPI_MESSAGEPASSINGMPIENUM_H
13#define ARCCORE_MESSAGEPASSINGMPI_MESSAGEPASSINGMPIENUM_H
17#include "arccore/message_passing_mpi/MessagePassingMpiGlobal.h"
19#include "arccore/collections/CollectionsGlobal.h"
22#include "arccore/base/String.h"
27namespace Arcane::MessagePassing::Mpi
37enum class ARCCORE_MESSAGEPASSINGMPI_EXPORT eMpiName
74class ARCCORE_MESSAGEPASSINGMPI_EXPORT MpiInfo
79 explicit MpiInfo(eMpiName mpi_operation);
102namespace Arccore::MessagePassing::Mpi
104using Arcane::MessagePassing::Mpi::eMpiName;
Declarations of types for the 'base' component of Arccore.
Informative structure linked to the enumerations for MPI operations. Provides the name associated wit...
const String & description() const
Accessor for the description associated with the enum.
const String & name() const
Accessor for the name associated with the enum.
Unicode character string.