Overloaded interface for Adios stage write initialization.
More...
|
subroutine | xgcio_init3 (this, ioname, prefix, period) |
| Adios stage write initialization. More...
|
|
subroutine | xgcio_init4 (this, ioname, prefix, period, is_stage) |
| Adios stage write initialization. More...
|
|
subroutine | xgcio_init5 (this, ioname, prefix, period, is_stage, stage_step_max) |
| Adios stage write initialization. More...
|
|
subroutine | xgcio_init6 (this, ioname, prefix, period, is_stage, stage_step_max, is_verbose) |
| Adios stage write initialization. More...
|
|
Overloaded interface for Adios stage write initialization.
subroutine adios2_comm_module::xgcio_init::xgcio_init3 |
( |
type(xgcio_type), intent(inout) |
this, |
|
|
character(len=*), intent(in) |
ioname, |
|
|
character(len=*), intent(in) |
prefix, |
|
|
integer, intent(in) |
period |
|
) |
| |
Adios stage write initialization.
- Parameters
-
[in,out] | this | xgcio object |
[in] | ioname | Adios ioname |
[in] | prefix | filename prefix |
[in] | period | output period |
subroutine adios2_comm_module::xgcio_init::xgcio_init4 |
( |
type(xgcio_type), intent(inout) |
this, |
|
|
character(len=*), intent(in) |
ioname, |
|
|
character(len=*), intent(in) |
prefix, |
|
|
integer, intent(in) |
period, |
|
|
logical, intent(in) |
is_stage |
|
) |
| |
Adios stage write initialization.
- Parameters
-
[in,out] | this | xgcio object |
[in] | ioname | Adios ioname |
[in] | prefix | filename prefix |
[in] | period | output period |
[in] | is_stage | enable/disable stage write |
subroutine adios2_comm_module::xgcio_init::xgcio_init5 |
( |
type(xgcio_type), intent(inout) |
this, |
|
|
character(len=*), intent(in) |
ioname, |
|
|
character(len=*), intent(in) |
prefix, |
|
|
integer, intent(in) |
period, |
|
|
logical, intent(in) |
is_stage, |
|
|
integer, intent(in) |
stage_step_max |
|
) |
| |
Adios stage write initialization.
- Parameters
-
[in,out] | this | xgcio object |
[in] | ioname | Adios ioname |
[in] | prefix | filename prefix |
[in] | period | output period |
[in] | is_stage | enable/disable stage write |
[in] | stage_step_max | number of max steps per stage file (effective only stage_step_max>0) |
subroutine adios2_comm_module::xgcio_init::xgcio_init6 |
( |
type(xgcio_type), intent(inout) |
this, |
|
|
character(len=*), intent(in) |
ioname, |
|
|
character(len=*), intent(in) |
prefix, |
|
|
integer, intent(in) |
period, |
|
|
logical, intent(in) |
is_stage, |
|
|
integer, intent(in) |
stage_step_max, |
|
|
logical, intent(in) |
is_verbose |
|
) |
| |
Adios stage write initialization.
- Parameters
-
[in,out] | this | xgcio object |
[in] | ioname | Adios ioname |
[in] | prefix | filename prefix |
[in] | period | output period |
[in] | is_stage | enable/disable stage write |
[in] | stage_step_max | number of max steps per stage file (effective only stage_step_max>0) |
[in] | is_verbose | enable/disable verbose message |
The documentation for this interface was generated from the following file: