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"
23#include "arccore/base/String.h"
30namespace MessagePassing
41enum class ARCCORE_MESSAGEPASSINGMPI_EXPORT eMpiName
77class ARCCORE_MESSAGEPASSINGMPI_EXPORT
MpiInfo
81 MpiInfo(eMpiName mpi_operation);
85 const String& name()
const;
88 const String& description()
const;
Déclarations des types de la composante 'base' de Arccore.
Chaîne de caractères unicode.
Espace de nom de Arccore.