Browse Source

mpi/tests/gemm_helper.c: use starpu_tag_t

Nathalie Furmento 5 years ago
parent
commit
4c5602b490
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mpi/tests/gemm_helper.c

+ 1 - 1
mpi/tests/gemm_helper.c

@@ -288,7 +288,7 @@ int gemm_submit_tasks_with_tags(int with_tags)
  */
 void gemm_add_polling_dependencies()
 {
-	int nb_tasks = nslices * nslices;
+	starpu_tag_t nb_tasks = nslices * nslices;
 	unsigned nb_workers = starpu_worker_get_count();
 
 	for (starpu_tag_t synchro_tag = nb_workers+1; synchro_tag <= nb_tasks; synchro_tag += (nb_workers+1))