next up previous contents
Next: Output of Hyperslab Data Up: IOStreamedHDF5 Previous: Purpose   Contents

IOStreamedHDF5 Parameters

Parameters to control the IOStreamedHDF5 I/O method are:

  • IOStreamedHDF5::out_every (steerable)
    How often to do periodic IOStreamedHDF5 output. If this parameter is set in the parameter file, it will override the setting of the shared IO::out_every parameter. The output frequency can also be set for individual variables using the out_every option in an option string appended to the IOStreamedHDF5::out_vars parameter.
  • IOStreamedHDF5::out_vars (steerable)
    The list of variables to output using the IOStreamedHDF5 I/O method. The variables must be given by their fully qualified variable or group name. The special keyword all requests IOStreamedHDF5 output for all variables. Multiple names must be separated by whitespaces.
    An option string can be appended in curly braces to a group/variable name. Supported options are out_every (to set the output frequency for individual variables) and hyperslab options (see section J5.4 for details).