sdr_dumptimers Subroutine

public subroutine sdr_dumptimers(general, nFluids, nBnds)

Performance results are written to a file for statistical review

write file

Arguments

TypeIntentOptionalAttributesName
type(tem_general_type), intent(in) :: general

Parameters of the current simulation

integer, intent(in) :: nFluids

Number of fluid elements in dumped mesh

integer, intent(in) :: nBnds

Number of fluid elements which has boundary in dumped mesh


Calls

proc~~sdr_dumptimers~~CallsGraph proc~sdr_dumptimers sdr_dumptimers proc~newunit newunit proc~sdr_dumptimers->proc~newunit proc~tem_getmaxtimerval tem_getMaxTimerVal proc~sdr_dumptimers->proc~tem_getmaxtimerval proc~tem_gettimername tem_getTimerName proc~sdr_dumptimers->proc~tem_gettimername

Called by

proc~~sdr_dumptimers~~CalledByGraph proc~sdr_dumptimers sdr_dumptimers program~seeder seeder program~seeder->proc~sdr_dumptimers

Contents


Variables

TypeVisibilityAttributesNameInitial
logical, private :: file_exists
character(len=pathLen), private :: filename
integer, private :: fileunit
integer, private :: iTimer
real(kind=rk), private, allocatable:: timerVal(:)
character(len=40), private, allocatable:: timerLabel(:)
character(len=PathLen), private :: header
character(len=2), private :: output
integer, private :: thandle
real(kind=rk), private :: MFEPS
real(kind=rk), private :: totaltime