Kaynağa Gözat

src/datawizard/coherency.c: fix #10665

Nathalie Furmento 12 yıl önce
ebeveyn
işleme
2d8f96be31
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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++)