Browse Source

more realistic figure

Samuel Thibault 9 years ago
parent
commit
922cc8241b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/core/task.c

+ 1 - 1
src/core/task.c

@@ -690,7 +690,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.000001);
 #endif
 
 	if (is_sync)