MPI-SCATCI
2.0
An MPI version of SCATCI
|
Go to the source code of this file.
Data Types | |
type | timing_module::time_data |
type | timing_module::timer |
Modules | |
module | timing_module |
Timing module. | |
Functions/Subroutines | |
subroutine | timing_module::initialize (this) |
Initialize timers. More... | |
subroutine | timing_module::start_timer (this, name) |
Start a new named timer. More... | |
subroutine | timing_module::stop_timer (this, name) |
Stop a named timer. More... | |
integer function | timing_module::insert_time (this, name) |
Insert a new named timer. More... | |
subroutine | timing_module::report_timers (this) |
Print a table of timers. More... | |
Variables | |
integer, parameter | timing_module::timer_default_size = 1000 |
integer, parameter | timing_module::name_len = 40 |
type(timer), public | timing_module::master_timer |