|
@@ -59,7 +59,8 @@ int main(int argc, char **argv)
|
|
|
starpu_mpi_send(tab_handle, other_rank, loop, MPI_COMM_WORLD);
|
|
|
}
|
|
|
else {
|
|
|
- starpu_mpi_recv(tab_handle, other_rank, loop, MPI_COMM_WORLD, NULL);
|
|
|
+ MPI_Status status;
|
|
|
+ starpu_mpi_recv(tab_handle, other_rank, loop, MPI_COMM_WORLD, &status);
|
|
|
}
|
|
|
}
|
|
|
|