We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c62534 commit c67e3b3Copy full SHA for c67e3b3
lib/isaac.hpp
@@ -1904,7 +1904,7 @@ namespace isaac
1904
}
1905
1906
// wait for all mpi communications to be finished
1907
- MPI_Waitall(mpiRequests.size(), &mpiRequests[0], NULL);
+ MPI_Waitall(mpiRequests.size(), &mpiRequests[0], MPI_STATUSES_IGNORE);
1908
1909
// sync the received neighbour guard information with the main guards in the texture
1910
syncNeighbourGuardTextures<T_Acc>(stream, advectionTextureAllocator, neighbourNodeIds);
0 commit comments