From: Christian Heinrich Date: Thu, 28 Jun 2018 08:52:44 +0000 (+0200) Subject: [SMPI] Add FIXME note for MSG_init() call. X-Git-Tag: v3_21~614 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/0ef47f951954678fed8c57bb97ab52147eee52f4?hp=667f59ed88de481336b4c86ada687ff55751f8bd [SMPI] Add FIXME note for MSG_init() call. --- diff --git a/src/smpi/internals/smpi_global.cpp b/src/smpi/internals/smpi_global.cpp index 7392e9e536..f4347e5902 100644 --- a/src/smpi/internals/smpi_global.cpp +++ b/src/smpi/internals/smpi_global.cpp @@ -618,7 +618,7 @@ int smpi_main(const char* executable, int argc, char* argv[]) TRACE_global_init(); SIMIX_global_init(&argc, argv); - MSG_init(&argc, argv); + MSG_init(&argc, argv); // FIXME Remove this MSG call. Once it's removed, we can remove the msg header include as well SMPI_switch_data_segment = &smpi_switch_data_segment;