From 2ba24bc5763918ed2a233ce2071324d0d1b9d024 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Wed, 4 May 2011 09:37:51 +0200 Subject: [PATCH 1/1] Change default default value for contexts/parallel_threshold. There is no need to run a single process in parallel. --- src/simix/smx_context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.20.1