Samuel Thibault 9 anni fa
parent
commit
200396c024
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/core/task.c

+ 1 - 1
src/core/task.c

@@ -682,7 +682,7 @@ int starpu_task_submit(struct starpu_task *task)
 
 	ret = _starpu_submit_job(j);
 #ifdef STARPU_SIMGRID
-    MSG_process_sleep(0.0000001);
+	MSG_process_sleep(0.0000001);
 #endif
 
 	if (is_sync)