From 7f6c591b1dc274f415676da40b11966ce9454e3b Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Thu, 16 May 2013 16:56:18 +0200 Subject: [PATCH] Revert "Remove unused variable." This reverts commit 4fc106b8bc6fc871f9d3623010993e47c97ed73c. --- src/surf/surf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/surf/surf.c b/src/surf/surf.c index c3c1d93c03..010f13bdd7 100644 --- a/src/surf/surf.c +++ b/src/surf/surf.c @@ -206,6 +206,7 @@ s_surf_model_description_t surf_new_model_description[] = { static xbt_parmap_t surf_parmap = NULL; /* parallel map on models */ #endif +static int surf_nthreads = 1; /* number of threads of the parmap (1 means no parallelism) */ static double *surf_mins = NULL; /* return value of share_resources for each model */ static int surf_min_index; /* current index in surf_mins */ static double min; /* duration determined by surf_solve */ -- 2.20.1