瀏覽代碼

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];