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.
2 parents 1c62534 + c67e3b3 commit 73666a5Copy full SHA for 73666a5
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