Sfoglia il codice sorgente

Drop spurious change

Samuel Thibault 9 anni fa
parent
commit
fdbdfd23f7
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/datawizard/coherency.c

+ 1 - 1
src/datawizard/coherency.c

@@ -659,7 +659,7 @@ struct _starpu_data_request *_starpu_create_request_to_fetch_data(starpu_data_ha
 		 */
 		struct _starpu_data_request *r = _starpu_create_data_request(handle, dst_replicate,
 							dst_replicate, requesting_node,
-							mode, nwait, is_prefetch, 1);
+							STARPU_W, nwait, is_prefetch, 1);
 
 		/* and perform the callback after termination */
 		_starpu_data_request_append_callback(r, callback_func, callback_arg);