瀏覽代碼

revert spurious change

Samuel Thibault 8 年之前
父節點
當前提交
6bd3bb1b96
共有 2 個文件被更改,包括 2 次插入2 次删除
  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
 			 * rather have the caller block, and explicitly wait
 			 * for eviction to happen.
 			 * for eviction to happen.
 			 */
 			 */
-			MSG_process_sleep(0.000001);
+			MSG_process_sleep(0.000010);
 			_starpu_wake_all_blocked_workers_on_node(src_node);
 			_starpu_wake_all_blocked_workers_on_node(src_node);
 		}
 		}
 #elif !defined(STARPU_NON_BLOCKING_DRIVERS)
 #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
 #ifdef STARPU_SIMGRID
 	/* XXX */
 	/* XXX */
-	MSG_process_sleep(0.000001);
+	MSG_process_sleep(0.000010);
 #endif
 #endif
 	STARPU_UYIELD();
 	STARPU_UYIELD();