From: Arnaud Giersch Date: Wed, 4 May 2011 07:37:51 +0000 (+0200) Subject: Change default default value for contexts/parallel_threshold. X-Git-Tag: v3_6_rc3~68 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/2ba24bc5763918ed2a233ce2071324d0d1b9d024?ds=sidebyside Change default default value for contexts/parallel_threshold. There is no need to run a single process in parallel. --- diff --git a/src/simix/smx_context.c b/src/simix/smx_context.c index ba9bb884af..ca29ef5915 100644 --- a/src/simix/smx_context.c +++ b/src/simix/smx_context.c @@ -29,7 +29,7 @@ static xbt_os_thread_key_t smx_current_context_key = 0; #endif static int smx_parallel_contexts = 1; -static int smx_parallel_threshold = 1; +static int smx_parallel_threshold = 2; /** * This function is called by SIMIX_global_init() to initialize the context module.