File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,12 +48,8 @@ MPI.File.sync(fh)
4848MPI. File. write_ordered (fh, fill (Int64 (rank), rank+ 1 ))
4949MPI. Barrier (comm)
5050MPI. File. sync (fh)
51- if Sys. isapple ()
52- # TODO : this has to be fixed: https://github.com/JuliaParallel/MPI.jl/issues/555
53- @test_skip MPI. File. get_position_shared (fh) == sum (1 : sz)
54- else
55- @test MPI. File. get_position_shared (fh) == sum (1 : sz)
56- end
51+ # TODO : this has to be fixed: https://github.com/JuliaParallel/MPI.jl/issues/555
52+ @test MPI. File. get_position_shared (fh) == sum (1 : sz) skip= Sys. isapple ()
5753
5854MPI. File. seek_shared (fh, 0 )
5955@test MPI. File. get_position_shared (fh) == 0
@@ -68,12 +64,8 @@ MPI.File.read_ordered!(fh, buf)
6864MPI. Barrier (comm)
6965MPI. File. sync (fh)
7066MPI. Barrier (comm)
71- # TODO if Sys.iswindows()
72- # TODO # TODO : this has to be fixed: https://github.com/JuliaParallel/MPI.jl/issues/555
73- # TODO @test_skip MPI.File.get_position_shared(fh) == sum(1:sz)
74- # TODO else
75- @test MPI. File. get_position_shared (fh) == sum (1 : sz)
76- # TODO end
67+ # TODO : this has to be fixed: https://github.com/JuliaParallel/MPI.jl/issues/555
68+ @test MPI. File. get_position_shared (fh) == sum (1 : sz) skip= Sys. iswindows ()
7769
7870MPI. File. set_view! (fh, 0 , MPI. Datatype (UInt8), MPI. Datatype (UInt8))
7971MPI. Barrier (comm)
You can’t perform that action at this time.
0 commit comments