ソースを参照

Fix getting the value for the callback

Samuel Thibault 8 年 前
コミット
e6817fefbf
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      tests/datawizard/acquire_cb_insert.c

+ 1 - 1
tests/datawizard/acquire_cb_insert.c

@@ -111,7 +111,7 @@ int main(int argc, char **argv)
 			starpu_task_insert(&work, STARPU_W, starpu_data_get_sub_data(f_handle, 1, x), 0)
 			);
 #else
-	starpu_data_acquire_cb(x_handle, STARPU_W, callback, NULL);
+	starpu_data_acquire_cb(x_handle, STARPU_R, callback, NULL);
 #endif
 
 	ret = starpu_task_wait_for_all();