Browse Source

Use the proper type

Samuel Thibault 14 years ago
parent
commit
a97f956680
1 changed files with 1 additions and 1 deletions
  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];