Browse Source

Add missing wakeup condition for disks (which are registered after starpu initialization)

Samuel Thibault 6 years ago
parent
commit
fbe806f123
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/datawizard/memory_nodes.c

+ 1 - 0
src/datawizard/memory_nodes.c

@@ -193,6 +193,7 @@ void _starpu_worker_drives_memory_node(struct _starpu_worker *worker, unsigned m
 #ifdef STARPU_SIMGRID
 		starpu_pthread_queue_register(&worker->wait, &_starpu_simgrid_transfer_queue[memnode]);
 #endif
+		_starpu_memory_node_register_condition(worker, &worker->sched_cond, memnode);
 	}
 }