tem_timer_dump_glob Subroutine

public subroutine tem_timer_dump_glob(comm, myrank, nProcs)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: comm

communicator handle

integer, intent(in) :: myrank

MPI rank of the calling process.

integer, intent(in) :: nProcs

Number of processes in the communicator.


Calls

proc~~tem_timer_dump_glob~~CallsGraph proc~tem_timer_dump_glob tem_timer_dump_glob proc~tem_timer_dumplabeled tem_timer_dumplabeled proc~tem_timer_dump_glob->proc~tem_timer_dumplabeled interface~positionofval~5 positionofval proc~tem_timer_dumplabeled->interface~positionofval~5 mpi_gather mpi_gather proc~tem_timer_dumplabeled->mpi_gather proc~tem_getmaxtimerval tem_getMaxTimerVal proc~tem_timer_dumplabeled->proc~tem_getmaxtimerval proc~tem_getmintimerval tem_getMinTimerVal proc~tem_timer_dumplabeled->proc~tem_getmintimerval proc~tem_getsumtimerval tem_getSumTimerVal proc~tem_timer_dumplabeled->proc~tem_getsumtimerval proc~tem_open tem_open proc~tem_timer_dumplabeled->proc~tem_open proc~upper_to_lower upper_to_lower proc~tem_timer_dumplabeled->proc~upper_to_lower proc~posofval_label posofval_label interface~positionofval~5->proc~posofval_label mpi_allreduce mpi_allreduce proc~tem_getmaxtimerval->mpi_allreduce proc~tem_gettimerval tem_getTimerVal proc~tem_getmaxtimerval->proc~tem_gettimerval proc~tem_getmintimerval->mpi_allreduce proc~tem_getmintimerval->proc~tem_gettimerval proc~tem_getsumtimerval->mpi_allreduce proc~tem_getsumtimerval->proc~tem_gettimerval proc~tem_open->proc~upper_to_lower proc~newunit newunit proc~tem_open->proc~newunit proc~tem_abort tem_abort proc~tem_open->proc~tem_abort interface~sortedposofval~5 sortedposofval proc~posofval_label->interface~sortedposofval~5 mpi_abort mpi_abort proc~tem_abort->mpi_abort proc~tem_stoptimer tem_stopTimer proc~tem_gettimerval->proc~tem_stoptimer

Called by

proc~~tem_timer_dump_glob~~CalledByGraph proc~tem_timer_dump_glob tem_timer_dump_glob proc~tem_finalize tem_finalize proc~tem_finalize->proc~tem_timer_dump_glob

Source Code

  subroutine tem_timer_dump_glob(comm, myrank, nProcs)
    ! -------------------------------------------------------------------- !
    !> communicator handle
    integer, intent(in) :: comm
    !> MPI rank of the calling process.
    integer, intent(in) :: myrank
    !> Number of processes in the communicator.
    integer, intent(in) :: nProcs
    ! -------------------------------------------------------------------- !

    call tem_timer_dumplabeled(timer, comm, myrank, nProcs)

  end subroutine tem_timer_dump_glob