File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments