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 94ab752 commit 5deeb00Copy full SHA for 5deeb00
1 file changed
test/test_io_shared.jl
@@ -22,7 +22,7 @@ function sync()
22
# First ensure that all local changes are flushed ...
23
MPI.File.sync(fh)
24
# ... then wait for all other process to finish doing that ...
25
- MPI_Barrier(comm)
+ MPI.Barrier(comm)
26
# ... then make sure we see all change that the other processes made.
27
28
end
0 commit comments