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 6f6b492 commit 79c385fCopy full SHA for 79c385f
1 file changed
test/test_io_shared.jl
@@ -60,7 +60,7 @@ sync(comm, fh)
60
MPI.File.write_ordered(fh, fill(Int64(rank), rank+1))
61
sync(comm, fh)
62
# https://github.com/JuliaParallel/MPI.jl/issues/879
63
-@test MPI.File.get_position_shared(fh) == sum(1:sz) skip = (vendor == :MPICH && Sys.isapple())
+@test MPI.File.get_position_shared(fh) == sum(1:sz) skip = Sys.isapple()
64
65
MPI.File.seek_shared(fh, 0)
66
@test MPI.File.get_position_shared(fh) == 0
0 commit comments