Browse Source

revert spurious change

Samuel Thibault 8 years ago
parent
commit
6bd3bb1b96
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/datawizard/data_request.c
  2. 1 1
      src/datawizard/datawizard.c

+ 1 - 1
src/datawizard/data_request.c

@@ -636,7 +636,7 @@ static int __starpu_handle_node_data_requests(struct _starpu_data_request_prio_l
 			 * rather have the caller block, and explicitly wait
 			 * for eviction to happen.
 			 */
-			MSG_process_sleep(0.000001);
+			MSG_process_sleep(0.000010);
 			_starpu_wake_all_blocked_workers_on_node(src_node);
 		}
 #elif !defined(STARPU_NON_BLOCKING_DRIVERS)

+ 1 - 1
src/datawizard/datawizard.c

@@ -31,7 +31,7 @@ int __starpu_datawizard_progress(unsigned memory_node, unsigned may_alloc, unsig
 
 #ifdef STARPU_SIMGRID
 	/* XXX */
-	MSG_process_sleep(0.000001);
+	MSG_process_sleep(0.000010);
 #endif
 	STARPU_UYIELD();