Functions/Subroutines | |
| subroutine | checkpoint_define_stencil (adios_file, stencil, label) |
| subroutine | checkpoint_define_serialized_stencil (adios_file, label, s) |
| subroutine | checkpoint_write_stencil (adios_file, stencil, label) |
| subroutine | checkpoint_write_serialized_stencil (adios_file, label, s) |
| subroutine | restart_read_stencil (adios_file, stencil, label) |
| subroutine | restart_read_serialized_stencil (adios_file, label, s) |
| subroutine mod_checkpoint_restart_stencil::checkpoint_define_serialized_stencil | ( | type(t_adios_writer), intent(inout) | adios_file, |
| character(len=*), intent(in) | label, | ||
| type(t_serialized_stencil), dimension(:), intent(in) | s ) |
| subroutine mod_checkpoint_restart_stencil::checkpoint_define_stencil | ( | type(t_adios_writer), intent(inout) | adios_file, |
| class(t_stencil), intent(in) | stencil, | ||
| character(len=*), intent(in) | label ) |
| subroutine mod_checkpoint_restart_stencil::checkpoint_write_serialized_stencil | ( | type(t_adios_writer), intent(inout) | adios_file, |
| character(len=*), intent(in) | label, | ||
| type(t_serialized_stencil), dimension(:), intent(in) | s ) |
| subroutine mod_checkpoint_restart_stencil::checkpoint_write_stencil | ( | type(t_adios_writer), intent(inout) | adios_file, |
| class(t_stencil), intent(in) | stencil, | ||
| character(len=*), intent(in) | label ) |
| subroutine mod_checkpoint_restart_stencil::restart_read_serialized_stencil | ( | type(t_adios_reader), intent(inout) | adios_file, |
| character(len=*), intent(in) | label, | ||
| type(t_serialized_stencil), dimension(:), intent(out), allocatable | s ) |
| subroutine mod_checkpoint_restart_stencil::restart_read_stencil | ( | type(t_adios_reader), intent(inout) | adios_file, |
| class(t_stencil), intent(out) | stencil, | ||
| character(len=*), intent(in) | label ) |