Skip to content

Commit 6f56710

Browse files
committed
Added test for Testall!
1 parent d58db8c commit 6f56710

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/test_sendrecv.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ stats = MPI.Waitall!([sreq, rreq])
3030
@test MPI.Get_tag(stats[2]) == src+32
3131
@test isapprox(norm(recv_mesg-recv_mesg_expected), 0.0)
3232

33+
(done,stats) = MPI.Testall!([sreq, rreq])
34+
@test done
35+
36+
3337
rreq = nothing
3438
sreq = nothing
3539
gc()

0 commit comments

Comments
 (0)