tem_getSumTimerVal Function

public function tem_getSumTimerVal(me, timerHandle, comm) result(retValue)

Get the sum of timer durations across all partitions.

Arguments

TypeIntentOptionalAttributesName
type(tem_timer_type), intent(inout), optional :: me

timer object

integer, intent(in) :: timerHandle

timer handle

integer, intent(in) :: comm

communicator handle

Return Value real(kind=rk)

timer value


Calls

proc~~tem_getsumtimerval~~CallsGraph proc~tem_getsumtimerval tem_getSumTimerVal proc~tem_gettimerval tem_getTimerVal proc~tem_getsumtimerval->proc~tem_gettimerval mpi_allreduce mpi_allreduce proc~tem_getsumtimerval->mpi_allreduce proc~tem_stoptimer tem_stopTimer proc~tem_gettimerval->proc~tem_stoptimer mpi_wtime mpi_wtime proc~tem_stoptimer->mpi_wtime

Called by

proc~~tem_getsumtimerval~~CalledByGraph proc~tem_getsumtimerval tem_getSumTimerVal proc~tem_timer_dumplabeled tem_timer_dumplabeled proc~tem_timer_dumplabeled->proc~tem_getsumtimerval proc~tem_timer_dump_glob tem_timer_dump_glob proc~tem_timer_dump_glob->proc~tem_timer_dumplabeled proc~tem_finalize tem_finalize proc~tem_finalize->proc~tem_timer_dump_glob program~bin_search_test bin_search_test program~bin_search_test->proc~tem_finalize proc~check_serial_singlelevel_facedesc check_serial_singlelevel_faceDesc proc~check_serial_singlelevel_facedesc->proc~tem_finalize

Contents


Variables

TypeVisibilityAttributesNameInitial
real(kind=rk), private :: send
real(kind=rk), private :: recv
integer, private :: iError