eTurb
KTH Toolbox: chkpoint

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...
 

Detailed Description

Function/Subroutine Documentation

◆ chkpt_get_fset()

subroutine chkpt_get_fset ( integer  step_cnt,
integer  set_out 
)

Get step count to the checkpoint and a set number.

Parameters
[out]step_cntdecreasing step count in checkpoint writinh phase (otherwise -1)
[out]set_outset number

◆ chkpt_init()

subroutine chkpt_init ( )

Initilise checkpointing module.

Note
This routine should be called in frame_usr_init

◆ chkpt_is_initialised()

logical function chkpt_is_initialised ( )

Check if module was initialised.

Returns
chkpt_is_initialised

◆ chkpt_main()

subroutine chkpt_main ( )

Main checkpoint interface.

Note
This routine should be called in userchk as a first framework call

◆ chkpt_register()

subroutine chkpt_register ( )

Register checkpointing module.

Note
This routine should be called in frame_usr_register