Public facade and factory function for checkpoint manager
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | comm |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(checkpoint_manager_adios2_t), | public | :: | impl |
public function create_checkpoint_manager (comm) |
procedure, public :: init => cm_init | |
procedure, public :: handle_restart => cm_handle_restart | |
procedure, public :: handle_io_step => cm_handle_io_step | |
procedure, public :: finalise => cm_finalise | |
procedure, public :: is_restart => cm_is_restart |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | comm |