X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6042678d235eeddfa0b7120c17c7fb4362881a88..b345190b57970d86765b43d83e815a2bcc74ba2a:/src/simix/smx_context.cpp?ds=sidebyside diff --git a/src/simix/smx_context.cpp b/src/simix/smx_context.cpp index 6944ddf9d1..2cc924bc80 100644 --- a/src/simix/smx_context.cpp +++ b/src/simix/smx_context.cpp @@ -97,6 +97,9 @@ void SIMIX_context_mod_init() { xbt_assert(simix_global->context_factory == nullptr); + smx_context_stack_size_was_set = not xbt_cfg_is_default_value("contexts/stack-size"); + smx_context_guard_size_was_set = not xbt_cfg_is_default_value("contexts/guard-size"); + #if HAVE_THREAD_CONTEXTS && not HAVE_THREAD_LOCAL_STORAGE /* the __thread storage class is not available on this platform: * use getspecific/setspecific instead to store the current context in each thread */