Browse Source

drop spurious change

Samuel Thibault 10 years ago
parent
commit
1f5cec0b83
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/sched_policies/parallel_heft.c

+ 1 - 1
src/sched_policies/parallel_heft.c

@@ -516,7 +516,7 @@ static void parallel_heft_add_workers(__attribute__((unused)) unsigned sched_ctx
 			workerarg->has_prev_init = 1;
 		}
 	}
-//	_starpu_sched_find_worker_combinations(workerids, nworkers);
+       _starpu_sched_find_worker_combinations(workerids, nworkers);
 
 // start_unclear_part: not very clear where this is used
 /* 	struct _starpu_machine_config *config = (struct _starpu_machine_config *)_starpu_get_machine_config(); */