X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c1ce9e4bb468297fd4e37e777a37d4abf1d72ae3..1a4f00ba0c403c20a7eae8bea566371a4f131b3e:/src/simgrid/sg_config.cpp diff --git a/src/simgrid/sg_config.cpp b/src/simgrid/sg_config.cpp index e736195faf..2b8cdc2829 100644 --- a/src/simgrid/sg_config.cpp +++ b/src/simgrid/sg_config.cpp @@ -392,6 +392,10 @@ void sg_config_init(int *argc, char **argv) simgrid::config::declare_flag("smpi/shared-malloc-blocksize", "Size of the bogus file which will be created for global shared allocations", 1UL << 20); + simgrid::config::declare_flag("smpi/auto-shared-malloc-thresh", + "Threshold size for the automatic sharing of memory", + 0); + simgrid::config::declare_flag("smpi/shared-malloc-hugepage", "Path to a mounted hugetlbfs, to use huge pages with shared malloc.", "");