X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a8e279d95fa17f25aefefed29c2f44386ba3f9f8..33a2dd5a405effecfbc7a26d7a84664902a2432a:/src/smpi/include/private.hpp diff --git a/src/smpi/include/private.hpp b/src/smpi/include/private.hpp index 3351208aad..7d1fa6c62d 100644 --- a/src/smpi/include/private.hpp +++ b/src/smpi/include/private.hpp @@ -31,7 +31,7 @@ constexpr unsigned MPI_REQ_MATCHED = 0x4000; constexpr unsigned MPI_REQ_CANCELLED = 0x8000; constexpr unsigned MPI_REQ_NBC = 0x10000; -enum class SmpiProcessState { UNINITIALIZED, INITIALIZING, INITIALIZED /*(=MPI_Init called)*/, FINALIZED }; +enum class SmpiProcessState { UNINITIALIZED, INITIALIZING, INITIALIZED /*(=MPI_Init called)*/, FINALIZING, FINALIZED }; constexpr int COLL_TAG_REDUCE = -112; constexpr int COLL_TAG_SCATTER = -223;