Next: Serial versus Parallel Output
Up: IOFlexIO
Previous: Purpose
Contents
Parameters to control the IOFlexIO I/O method are:
- IOFlexIO::out_every (steerable)
How often to do periodic IOFlexIO 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 IOFlexIO::out_vars parameter.
- IOFlexIO::out_vars (steerable)
The list of variables to output using the IOFlexIO I/O method.
The variables must be given by their fully qualified variable or group
name. The special keyword all requests IOFlexIO 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
J1.5 for details).
- IOFlexIO::out_dir
The directory in which to place the IOFlexIO output files.
If the directory doesn't exist at startup it will be created.
If this parameter is set to an empty string IOFlexIO output will go
to the standard output directory as specified in IO::out_dir.
Next: Serial versus Parallel Output
Up: IOFlexIO
Previous: Purpose
Contents
|