소스 검색

write_through is asynchronous

Samuel Thibault 13 년 전
부모
커밋
51c910848d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/datawizard/write_back.c

+ 1 - 1
src/datawizard/write_back.c

@@ -58,7 +58,7 @@ void _starpu_write_through_data(starpu_data_handle_t handle, uint32_t requesting
 
 				struct _starpu_data_request *r;
 				r = _starpu_create_request_to_fetch_data(handle, &handle->per_node[node],
-									 STARPU_R, 1, 0, wt_callback, handle);
+									 STARPU_R, 1, 1, wt_callback, handle);
 
 			        /* If no request was created, the handle was already up-to-date on the
 			         * node */