XGCa
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
adios2_comm_module::xgcio_init Interface Reference

Overloaded interface for Adios stage write initialization. More...

Public Member Functions

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...
 

Detailed Description

Overloaded interface for Adios stage write initialization.

Member Function/Subroutine Documentation

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]thisxgcio object
[in]ionameAdios ioname
[in]prefixfilename prefix
[in]periodoutput period

Here is the caller graph for this function:

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]thisxgcio object
[in]ionameAdios ioname
[in]prefixfilename prefix
[in]periodoutput period
[in]is_stageenable/disable stage write

Here is the caller graph for this function:

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]thisxgcio object
[in]ionameAdios ioname
[in]prefixfilename prefix
[in]periodoutput period
[in]is_stageenable/disable stage write
[in]stage_step_maxnumber of max steps per stage file (effective only stage_step_max>0)

Here is the caller graph for this function:

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]thisxgcio object
[in]ionameAdios ioname
[in]prefixfilename prefix
[in]periodoutput period
[in]is_stageenable/disable stage write
[in]stage_step_maxnumber of max steps per stage file (effective only stage_step_max>0)
[in]is_verboseenable/disable verbose message

The documentation for this interface was generated from the following file: