Skip to content

Commit eaf7d4a

Browse files
committed
Change NVTX names and add subranges
1 parent 0573e5c commit eaf7d4a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/common/m_mpi_common.fpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ module m_mpi_common
1616
use m_derived_types !< Definitions of the derived types
1717
1818
use m_global_parameters !< Definitions of the global parameters
19-
20-
use m_nvtx
2119
! ==========================================================================
2220
2321
implicit none
@@ -241,7 +239,6 @@ contains
241239
#ifdef MFC_SIMULATION
242240
#ifdef MFC_MPI
243241
244-
call nvtxStartRange("TSTEP-RUNTIME-INFO-REDUCE-CRIT")
245242
! Reducing local extrema of ICFL, VCFL, CCFL and Rc numbers to their
246243
! global extrema and bookkeeping the results on the rank 0 processor
247244
call MPI_REDUCE(icfl_max_loc, icfl_max_glb, 1, &
@@ -256,7 +253,6 @@ contains
256253
MPI_DOUBLE_PRECISION, MPI_MIN, 0, &
257254
MPI_COMM_WORLD, ierr)
258255
end if
259-
call nvtxEndRange
260256
261257
#else
262258

0 commit comments

Comments
 (0)