Skip to content

Commit 04002db

Browse files
committed
test: Update pointer to issue
1 parent 7390a5b commit 04002db

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/test_io_shared.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ MPI.File.sync(fh)
4848
MPI.File.write_ordered(fh, fill(Int64(rank), rank+1))
4949
MPI.Barrier(comm)
5050
MPI.File.sync(fh)
51-
# TODO: this has to be fixed: https://github.com/JuliaParallel/MPI.jl/issues/555
51+
# TODO: this has to be fixed: https://github.com/JuliaParallel/MPI.jl/issues/879
5252
@test MPI.File.get_position_shared(fh) == sum(1:sz) skip=Sys.isapple()
5353

5454
MPI.File.seek_shared(fh, 0)
@@ -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/555
67+
# TODO: this has to be fixed: https://github.com/JuliaParallel/MPI.jl/issues/879
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)