Browse Source

fix function name

Samuel Thibault 6 years ago
parent
commit
c35fdcb7ed
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/datawizard/coherency.c

+ 1 - 1
src/datawizard/coherency.c

@@ -1151,7 +1151,7 @@ int _starpu_fetch_task_input(struct starpu_task *task, struct _starpu_job *j, in
 		if (async)
 		if (async)
 		{
 		{
 			ret = _starpu_fetch_data_on_node(handle, node, local_replicate, mode, 0, 0, 1,
 			ret = _starpu_fetch_data_on_node(handle, node, local_replicate, mode, 0, 0, 1,
-					_starpu_fetch_task_input_cb, worker, 0, "_starpu_src_common_worker_internal_work");
+					_starpu_fetch_task_input_cb, worker, 0, "_starpu_fetch_task_input");
 #ifdef STARPU_SIMGRID
 #ifdef STARPU_SIMGRID
 			if (_starpu_simgrid_fetching_input_cost())
 			if (_starpu_simgrid_fetching_input_cost())
 				MSG_process_sleep(0.000001);
 				MSG_process_sleep(0.000001);