From: Marion Guthmuller Date: Sat, 21 Sep 2013 21:12:31 +0000 (+0200) Subject: forget to uncomment a part of code X-Git-Tag: v3_9_90~104^2~32 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/9cc1089f9aa108b9b8b32cc42c7afca7c45dc593?hp=f989860416adbc76eaacf8dd62b77026c23f8b24 forget to uncomment a part of code --- diff --git a/src/xbt/parmap.c b/src/xbt/parmap.c index 1a9e8e60c7..90a0b8101f 100644 --- a/src/xbt/parmap.c +++ b/src/xbt/parmap.c @@ -307,8 +307,8 @@ static void *xbt_parmap_worker_main(void *arg) xbt_parmap_thread_data_t data = (xbt_parmap_thread_data_t) arg; xbt_parmap_t parmap = data->parmap; unsigned round = 0; - // smx_context_t context = SIMIX_context_new(NULL, 0, NULL, NULL, NULL); - //SIMIX_context_set_current(context); + smx_context_t context = SIMIX_context_new(NULL, 0, NULL, NULL, NULL); + SIMIX_context_set_current(context); XBT_DEBUG("New worker thread created");