Skip to content

Commit

Permalink
Change NVTX names and add subranges
Browse files Browse the repository at this point in the history
  • Loading branch information
max-Hawkins committed Nov 11, 2024
1 parent 0573e5c commit eaf7d4a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/common/m_mpi_common.fpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ module m_mpi_common
use m_derived_types !< Definitions of the derived types
use m_global_parameters !< Definitions of the global parameters
use m_nvtx
! ==========================================================================
implicit none
Expand Down Expand Up @@ -241,7 +239,6 @@ contains
#ifdef MFC_SIMULATION
#ifdef MFC_MPI
call nvtxStartRange("TSTEP-RUNTIME-INFO-REDUCE-CRIT")
! Reducing local extrema of ICFL, VCFL, CCFL and Rc numbers to their
! global extrema and bookkeeping the results on the rank 0 processor
call MPI_REDUCE(icfl_max_loc, icfl_max_glb, 1, &
Expand All @@ -256,7 +253,6 @@ contains
MPI_DOUBLE_PRECISION, MPI_MIN, 0, &
MPI_COMM_WORLD, ierr)
end if
call nvtxEndRange
#else
Expand Down

0 comments on commit eaf7d4a

Please sign in to comment.