Explorar o código

Use the proper type

Samuel Thibault %!s(int64=14) %!d(string=hai) anos
pai
achega
a97f956680
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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];