X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/95b5d463839f5e7ff285bcaa0ca749ed9fd7c2e0..09b99c3aee8a9d3758000eb80e5166e68e8b1ae8:/src/simgrid/sg_config.cpp diff --git a/src/simgrid/sg_config.cpp b/src/simgrid/sg_config.cpp index b57ced9122..c026309c48 100644 --- a/src/simgrid/sg_config.cpp +++ b/src/simgrid/sg_config.cpp @@ -89,7 +89,7 @@ static void sg_config_cmd_line(int *argc, char **argv) printf("Both network and CPU models have 'Lazy' as default optimization level\n\n"); shall_exit = 1; } else if (not strcmp(argv[i], "--help-tracing")) { - TRACE_help (1); + TRACE_help(); shall_exit = 1; } else { argv[j++] = argv[i]; @@ -405,6 +405,9 @@ void sg_config_init(int *argc, char **argv) default_privatization); simgrid::config::alias("smpi/privatization", {"smpi/privatize_global_variables", "smpi/privatize-global-variables"}); + simgrid::config::declare_flag( + "smpi/privatize-libs", "Add libraries (; separated) to privatize (libgfortran for example). You need to provide the full names of the files (libgfortran.so.4), or its full path", ""); + simgrid::config::declare_flag("smpi/grow-injected-times", "Whether we want to make the injected time in MPI_Iprobe and MPI_Test grow, to " "allow faster simulation. This can make simulation less precise, though.",