|
Neko 1.99.9
A portable framework for high-order spectral element flow simulations
|
Neko legacy checkpoint file format. More...
Data Types | |
| type | chkp_file_t |
| Interface for Neko legacy checkpoint files. More... | |
| type | legacy_checkpoint_view_t |
| Temporary view of the payloads required by the positional .chkp format. More... | |
Functions/Subroutines | |
| character(len=1024) function | chkp_file_get_next_output_fname (this) |
| Get the physical file name generated by the next write. | |
| subroutine | chkp_file_write (this, data, t) |
| Write a Neko legacy checkpoint. | |
| subroutine | chkp_file_read (this, data) |
| Load a Neko legacy checkpoint. | |
| subroutine | chkp_read_field (this, fh, byte_offset, x, nel) |
| Read and optionally interpolate one legacy checkpoint field. | |
| subroutine | chkp_build_legacy_view (chkp, view) |
| Build the fixed legacy view from format-independent payloads. | |
| type(checkpoint_payload_t) function, pointer | chkp_find_payload (chkp, name) |
| Find a payload without making its absence an error. | |
| subroutine | chkp_file_set_overwrite (this, overwrite) |
| Set whether checkpoint files may be overwritten. | |
This module defines the interface for reading and writing .chkp files.
|
private |
| chkp | Format-independent checkpoint registrations. |
| view | Positional view required by the .chkp implementation. |
Definition at line 1030 of file chkp_file.f90.


|
private |
| data | Checkpoint data to populate. |
If checkpoint used another mesh
Definition at line 584 of file chkp_file.f90.

|
private |
| overwrite | Whether existing files may be overwritten. |
Definition at line 1125 of file chkp_file.f90.
|
private |
| data | Checkpoint data to write. |
| [optional] | t Simulation time. |
Definition at line 149 of file chkp_file.f90.

|
private |
| chkp | Checkpoint to search. |
| name | Payload path to find. |
Definition at line 1107 of file chkp_file.f90.

|
private |
| fh | Open MPI file handle. |
| byte_offset | Byte offset of the rank-local field data. |
| x | Simulation-space field storage to populate. |
| nel | Number of local elements. |
Definition at line 995 of file chkp_file.f90.