Provide a class to write .bp files using ADIOS Visualization Schema More...
Data Types | |
type | mod_adios_schema::t_adios_schema |
Class to write a .bp file using ADIOS Visualization Schema. More... | |
Functions/Subroutines | |
subroutine | mod_adios_schema::notus_adios_initialize (schema, filename, use_single_file) |
Initialize ADIOS. | |
subroutine mod_adios_schema::notus_adios_initialize | ( | class(t_adios_schema), intent(inout) | schema, |
character(len=*), intent(in) | filename, | ||
logical, intent(in) | use_single_file ) |
Multiple call of this routine have not effect.
[in,out] | schema | ADIOS Schema writer |
[in] | filename | base name of the .bp file |
[in] | use_single_file | write all the iterations into a single file |