Skip to content

Commit 5deeb00

Browse files
committed
Correct function name
1 parent 94ab752 commit 5deeb00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_io_shared.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function sync()
2222
# First ensure that all local changes are flushed ...
2323
MPI.File.sync(fh)
2424
# ... then wait for all other process to finish doing that ...
25-
MPI_Barrier(comm)
25+
MPI.Barrier(comm)
2626
# ... then make sure we see all change that the other processes made.
2727
MPI.File.sync(fh)
2828
end

0 commit comments

Comments
 (0)