KTH framework for Nek5000 toolboxes; testing version  0.0.1

Dummy routines for checkpointing. More...

+ Collaboration diagram for Dummy checkpointing:

Files

file  chkptdm.f
 Dummy routines for checkpointing.
 

Functions

subroutine chkpts_register
 Dummy replacement for checkpoint registration. More...
 
subroutine chkpts_init
 Dummy replacement for checkpoint initialisation. More...
 
logical function chkpts_is_initialised ()
 Dummy replacement for check of module initialisation. More...
 
subroutine chkpts_read
 Dummy replacement for checkpoint reader. More...
 
subroutine chkpts_write
 Dummy replacement for checkpoint writer. More...
 

Detailed Description

Dummy routines for checkpointing.

Dummy replacemnt for checkpointing routines. Some toolboxes would have their own restarting routines, but would need e.g. checkpointing runtime parameters. In this cas dummy chkpt_init, chkpt_read and chkpt_write can be used.

Module interface:
Global interface list:
Interface provided to Checkpointing routines :
  1. chkpts_register
  2. chkpts_init
  3. chkpts_is_initialised
  4. chkpts_read
  5. chkpts_write

Function Documentation

◆ chkpts_init()

subroutine chkpts_init

Dummy replacement for checkpoint initialisation.

Definition at line 17 of file chkptdm.f.

+ Here is the caller graph for this function:

◆ chkpts_is_initialised()

logical function chkpts_is_initialised

Dummy replacement for check of module initialisation.

Returns
chkpts_is_initialised

Definition at line 26 of file chkptdm.f.

+ Here is the caller graph for this function:

◆ chkpts_read()

subroutine chkpts_read

Dummy replacement for checkpoint reader.

Definition at line 36 of file chkptdm.f.

+ Here is the caller graph for this function:

◆ chkpts_register()

subroutine chkpts_register

Dummy replacement for checkpoint registration.

Definition at line 9 of file chkptdm.f.

+ Here is the caller graph for this function:

◆ chkpts_write()

subroutine chkpts_write

Dummy replacement for checkpoint writer.

Definition at line 44 of file chkptdm.f.

+ Here is the caller graph for this function: