소스 검색

Use the proper type

Samuel Thibault 14 년 전
부모
커밋
a97f956680
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      mpi/examples/mpi_lu/pxlu.c

+ 1 - 1
mpi/examples/mpi_lu/pxlu.c

@@ -96,7 +96,7 @@ static void send_data_to_mask(starpu_data_handle handle, int *rank_mask, int mpi
 	STARPU_ASSERT(handle != STARPU_POISON_PTR);
 
 	int rank_array[world_size];
-	int comm_array[world_size];
+	MPI_Comm comm_array[world_size];
 	int mpi_tag_array[world_size];
 	starpu_data_handle handle_array[world_size];