Samuel Thibault лет назад: 14
Родитель
Сommit
22dad86847
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      src/sched_policies/heft.c

+ 4 - 4
src/sched_policies/heft.c

@@ -35,10 +35,10 @@ typedef struct {
 	double idle_power;
 } heft_data;
 
-double exp_start[STARPU_NMAXWORKERS];
-double exp_end[STARPU_NMAXWORKERS];
-double exp_len[STARPU_NMAXWORKERS];
-double ntasks[STARPU_NMAXWORKERS];
+static double exp_start[STARPU_NMAXWORKERS];
+static double exp_end[STARPU_NMAXWORKERS];
+static double exp_len[STARPU_NMAXWORKERS];
+static double ntasks[STARPU_NMAXWORKERS];
 
 
 const float alpha_minimum=0;