Skip to content

Commit 7a18cd8

Browse files
committed
print some info
1 parent d0beb6d commit 7a18cd8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_sendrecv.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ rreq = MPI.Irecv!(recv_mesg, comm; source=src, tag=src+32)
3030
sreq = MPI.Isend(send_mesg, comm; dest=dst, tag=rank+32)
3131

3232
stats = MPI.Waitall([sreq, rreq], MPI.Status)
33+
@show stats[2]
3334
@test rreq isa MPI.Request
3435
@test sreq isa MPI.Request
3536
@test MPI.Get_source(stats[2]) == src

0 commit comments

Comments
 (0)