Files | |
| file | chkpoint.f |
| Set of checkpoint routines. | |
Functions/Subroutines | |
| subroutine | chkpt_register () |
| Register checkpointing module. More... | |
| subroutine | chkpt_init () |
| Initilise checkpointing module. More... | |
| logical function | chkpt_is_initialised () |
| Check if module was initialised. More... | |
| subroutine | chkpt_main |
| Main checkpoint interface. More... | |
| subroutine | chkpt_get_fset (step_cnt, set_out) |
| Get step count to the checkpoint and a set number. More... | |
| subroutine chkpt_get_fset | ( | integer | step_cnt, |
| integer | set_out | ||
| ) |
Get step count to the checkpoint and a set number.
| [out] | step_cnt | decreasing step count in checkpoint writinh phase (otherwise -1) |
| [out] | set_out | set number |
| subroutine chkpt_init |
Initilise checkpointing module.
| logical function chkpt_is_initialised |
Check if module was initialised.
| subroutine chkpt_main |
Main checkpoint interface.
| subroutine chkpt_register |
Register checkpointing module.