ADIOS container The ADIOS container allows to keep track of every ADIOS internal variables. More...
Public Attributes | |
| character(len=:), allocatable | filename |
| File name. | |
| character(len=:), allocatable | group_name |
| Current group name. | |
| character(len=:), allocatable | grid_name |
| Current mesh name. | |
| character(len=:), allocatable | suffix |
| Suffix appended to the name of each component (grid or field) | |
| character(len=:), allocatable | file_suffix |
| Suffix appended to the filename. | |
| integer(kind=8) | adios_group_id |
| Current group id. | |
| integer(kind=8) | adios_group_size |
| Current group size. | |
| integer(kind=8) | adios_handle |
| Used to communicate with the ADIOS library. | |
ADIOS container The ADIOS container allows to keep track of every ADIOS internal variables.
| integer(kind=8) mod_notus_adios_type::t_notus_adios_container::adios_group_id |
Current group id.
| integer(kind=8) mod_notus_adios_type::t_notus_adios_container::adios_group_size |
Current group size.
| integer(kind=8) mod_notus_adios_type::t_notus_adios_container::adios_handle |
Used to communicate with the ADIOS library.
| character(len=:), allocatable mod_notus_adios_type::t_notus_adios_container::file_suffix |
Suffix appended to the filename.
| character(len=:), allocatable mod_notus_adios_type::t_notus_adios_container::filename |
File name.
| character(len=:), allocatable mod_notus_adios_type::t_notus_adios_container::grid_name |
Current mesh name.
| character(len=:), allocatable mod_notus_adios_type::t_notus_adios_container::group_name |
Current group name.
| character(len=:), allocatable mod_notus_adios_type::t_notus_adios_container::suffix |
Suffix appended to the name of each component (grid or field)