Go to the source code of this file.
|
| module | chkp_file |
| | Neko legacy checkpoint file format.
|
| |
|
| character(len=1024) function | chkp_file::chkp_file_get_next_output_fname (this) |
| | Get the physical file name generated by the next write.
|
| |
| subroutine | chkp_file::chkp_file_write (this, data, t) |
| | Write a Neko legacy checkpoint.
|
| |
| subroutine | chkp_file::chkp_file_read (this, data) |
| | Load a Neko legacy checkpoint.
|
| |
| subroutine | chkp_file::chkp_read_field (this, fh, byte_offset, x, nel) |
| | Read and optionally interpolate one legacy checkpoint field.
|
| |
| subroutine | chkp_file::chkp_build_legacy_view (chkp, view) |
| | Build the fixed legacy view from format-independent payloads.
|
| |
| type(checkpoint_payload_t) function, pointer | chkp_file::chkp_find_payload (chkp, name) |
| | Find a payload without making its absence an error.
|
| |
| subroutine | chkp_file::chkp_file_set_overwrite (this, overwrite) |
| | Set whether checkpoint files may be overwritten.
|
| |