Data Types | |
| type | t_adios_io_base |
| Base type for ADIOS reader/writer. More... | |
| type | t_label_stack |
Functions/Subroutines | |
| recursive character(len=:) function, allocatable | label_stack_get_label (stack) |
| subroutine | label_stack_push (stack, label) |
| subroutine | label_stack_pop (stack) |
| subroutine | adios_io_base_add_group (adios_io_base, label) |
| subroutine | adios_io_base_pop_group (adios_io_base) |
| character(len=:) function, allocatable | adios_io_base_get_label (adios_io_base) |
| subroutine | adios_io_base_handle_error (error_id) |
| Check error code and stop Notus if an error occurs. | |
|
private |
|
private |
|
private |
Check error code and stop Notus if an error occurs.
| [in] | error_id | error code |
|
private |
| recursive character(len=:) function, allocatable type_adios_io_base::label_stack_get_label | ( | type(t_label_stack), intent(in), pointer | stack | ) |
|
private |
|
private |