Skip to content

Commit 0a4a970

Browse files
eschnettgiordano
andauthored
Update test/test_io_shared.jl
Co-authored-by: Mosè Giordano <765740+giordano@users.noreply.github.com>
1 parent 04c8296 commit 0a4a970

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
@@ -64,7 +64,7 @@ MPI.File.read_ordered!(fh, buf)
6464
MPI.Barrier(comm)
6565
MPI.File.sync(fh)
6666
MPI.Barrier(comm)
67-
# TODO: this has to be fixed: https://github.com/JuliaParallel/MPI.jl/issues/879
67+
# TODO: this has to be fixed: https://github.com/JuliaParallel/MPI.jl/issues/555
6868
@test MPI.File.get_position_shared(fh) == sum(1:sz) skip = Sys.iswindows()
6969

7070
MPI.File.set_view!(fh, 0, MPI.Datatype(UInt8), MPI.Datatype(UInt8))

0 commit comments

Comments
 (0)