Explorar o código

fix spurious allocation

Samuel Thibault %!s(int64=10) %!d(string=hai) anos
pai
achega
ef0a24658a
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      src/sched_policies/modular_eager_prefetching.c

+ 0 - 1
src/sched_policies/modular_eager_prefetching.c

@@ -28,7 +28,6 @@ static void initialize_eager_prefetching_center_policy(unsigned sched_ctx_id)
 
 	_STARPU_DISP("Warning: you are running the default modular-eager-prefetching scheduler, which is not very smart. Make sure to read the StarPU documentation about adding performance models in order to be able to use the modular-heft scheduler instead.\n");
 
-	starpu_sched_ctx_create_worker_collection(sched_ctx_id, STARPU_WORKER_LIST);
 	const char *strval_ntasks_threshold = getenv("STARPU_NTASKS_THRESHOLD");
 	if (strval_ntasks_threshold)
 		ntasks_threshold = atof(strval_ntasks_threshold);