Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
better estimation of dynamic threshold
[simgrid.git] / src / simix / smx_global.c
index 3ff404a..3bb6bff 100644 (file)
@@ -71,7 +71,7 @@ static void _XBT_CALL segvhandler(int signum, siginfo_t *siginfo, void *context)
 #ifdef HAVE_SMPI
     if (smpi_enabled() && !smpi_privatize_global_variables) {
       fprintf(stderr,
-        "Try to enable SMPI variable privatization with --cfg:smpi/privatize_global_variable:yes.\n");
+        "Try to enable SMPI variable privatization with --cfg=smpi/privatize_global_variables:yes.\n");
     }
 #endif
   }