Explorar el Código

src/datawizard/coherency.c: fix #10665

Nathalie Furmento hace 12 años
padre
commit
2d8f96be31
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/datawizard/coherency.c

+ 1 - 1
src/datawizard/coherency.c

@@ -712,7 +712,7 @@ int _starpu_fetch_task_input(struct _starpu_job *j, uint32_t mask)
 	}
 
 #ifdef STARPU_USE_FXT
-	FUT_DO_PROBE2(_STARPU_FUT_DATA_LOAD, best_workerid, total_size);
+	FUT_DO_PROBE2(_STARPU_FUT_DATA_LOAD, workerid, total_size);
 #endif
 	/* Now that we have taken the data locks in locking order, fill the codelet interfaces in function order.  */
 	for (index = 0; index < nbuffers; index++)