瀏覽代碼

drop spurious change

Samuel Thibault 10 年之前
父節點
當前提交
1f5cec0b83
共有 1 個文件被更改,包括 1 次插入1 次删除
  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(); */