Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rework SMPI initialization to handle argc and argv earlier than in MPI_Init when...
authorAugustin Degomme <adegomme@users.noreply.github.com>
Tue, 24 Jul 2018 19:55:19 +0000 (21:55 +0200)
committerAugustin Degomme <adegomme@users.noreply.github.com>
Tue, 24 Jul 2018 19:56:22 +0000 (21:56 +0200)
commit2818cfc3410f2a4b4aebc56514c823f2b4b5e856
tree5ef6c654d0899b1ca1dd505e4f9ccd2611c9caba
parent215334a90eeaaccc35c8359cffd9c869cf57ccdc
Rework SMPI initialization to handle argc and argv earlier than in MPI_Init when possible.
Add support for MPI_Init(NULL,NULL).
Might break MC for now.
src/smpi/bindings/smpi_pmpi.cpp
src/smpi/include/private.hpp
src/smpi/include/smpi_actor.hpp
src/smpi/internals/smpi_actor.cpp
src/smpi/internals/smpi_global.cpp
src/smpi/internals/smpi_replay.cpp
teshsuite/smpi/pt2pt-dsend/pt2pt-dsend.c