Skip to content

Commit cbaa91c

Browse files
committed
Increase granularity of halo-exchange timing info
1 parent 92289ea commit cbaa91c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/simulation/m_mpi_proxy.fpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1078,6 +1078,7 @@ contains
10781078
call nvtxStartRange("RHS-COMM-SENDRECV-NO-RMDA")
10791079
#:endif
10801080
1081+
call nvtxStartRange("RHS-MPI-SENDRECV")
10811082
call MPI_SENDRECV( &
10821083
p_send, buffer_count, MPI_DOUBLE_PRECISION, dst_proc, send_tag, &
10831084
p_recv, buffer_count, MPI_DOUBLE_PRECISION, src_proc, recv_tag, &

0 commit comments

Comments
 (0)