PROGRESS  master
prg_progress_mod Module Reference

The progress module. More...

Functions/Subroutines

subroutine, public prg_version ()
 Print PROGRESS and BML versions. More...
 
subroutine, public prg_progress_init ()
 Initialize progress. More...
 
subroutine, public prg_progress_shutdown ()
 Shutdown progress. More...
 

Variables

integer, parameter dp = kind(1.0d0)
 

Detailed Description

The progress module.

Function/Subroutine Documentation

◆ prg_progress_init()

subroutine, public prg_progress_mod::prg_progress_init

Initialize progress.

Definition at line 42 of file prg_progress_mod.F90.

◆ prg_progress_shutdown()

subroutine, public prg_progress_mod::prg_progress_shutdown

Shutdown progress.

Definition at line 54 of file prg_progress_mod.F90.

◆ prg_version()

subroutine, public prg_progress_mod::prg_version

Print PROGRESS and BML versions.

Definition at line 25 of file prg_progress_mod.F90.

Variable Documentation

◆ dp

integer, parameter prg_progress_mod::dp = kind(1.0d0)
private

Definition at line 16 of file prg_progress_mod.F90.