16 integer,
parameter ::
dp = kind(1.0d0)
26 character (len=:),
allocatable :: astring
28 #ifdef PROJECT_VERSION
29 astring = project_version
34 write(6,*)
'QMD-PROGRESS and BML are used!'
35 write(6,*)
'QMD-PROGRESS VERSION: ', astring
36 call bml_print_version()
subroutine, public prg_shutdownparallel()
subroutine, public prg_initparallel()
subroutine, public prg_progress_init()
Initialize progress.
subroutine, public prg_version()
Print PROGRESS and BML versions.
subroutine, public prg_progress_shutdown()
Shutdown progress.
integer, public loop_timer
subroutine, public prg_timer_results()
subroutine, public prg_timer_shutdown()
Done with timers.
subroutine, public timer_prg_init()
Initialize timers.
subroutine, public prg_timer_start(itimer, tag)
Start Timing.
subroutine, public prg_timer_stop(itimer, verbose)
Stop timing.