Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[SMPI] Add FIXME note for MSG_init() call.
[simgrid.git] / src / smpi / internals / smpi_global.cpp
index 7392e9e..f4347e5 100644 (file)
@@ -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;