Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[SMPI] Move SMPI_PRIVATIZATION_* macros to enums
authorChristian Heinrich <franz-christian.heinrich@inria.fr>
Thu, 6 Jul 2017 17:08:02 +0000 (19:08 +0200)
committerChristian Heinrich <franz-christian.heinrich@inria.fr>
Thu, 6 Jul 2017 17:09:31 +0000 (19:09 +0200)
commita1f3f97e7971074fb6bc141afa7f4d085e8d16ac
tree956b5838d6cc67f0211d9af42560477d01bc3a25
parent487a4f5a02b23d53dd4854eefd3df719fadc5716
[SMPI] Move SMPI_PRIVATIZATION_* macros to enums

I didn't see any reason this should be a macro. The naming is still
the same and certainly ugly, but this should be better for the moment.
src/simix/ActorImpl.cpp
src/simix/smx_global.cpp
src/smpi/private.h
src/smpi/private.hpp
src/smpi/smpi_comm.cpp
src/smpi/smpi_datatype.cpp
src/smpi/smpi_global.cpp
src/smpi/smpi_op.cpp
src/smpi/smpi_process.cpp
src/smpi/smpi_request.cpp