소스 검색

mpi/tests/gemm_helper.c: use starpu_tag_t

Nathalie Furmento 6 년 전
부모
커밋
4c5602b490
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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))