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 eb69374 commit 32d35bbCopy full SHA for 32d35bb
1 file changed
test/test_io_shared.jl
@@ -57,7 +57,7 @@ MPI.File.set_view!(fh, byte_offset, MPI.Datatype(Int64), MPI.Datatype(Int64))
57
sync(comm, fh)
58
# https://github.com/JuliaParallel/MPI.jl/issues/555
59
# https://github.com/JuliaParallel/MPI.jl/issues/879
60
-@test MPI.File.get_position_shared(fh) == 0 skip = Sys.isapple() || Sys.iswindows()
+@test MPI.File.get_position_shared(fh) == 0 skip = Sys.isapple() || (vendor == :MPICH && Sys.isunix()) || Sys.iswindows()
61
62
MPI.File.write_ordered(fh, fill(Int64(rank), rank+1))
63
0 commit comments