TABLE OF CONTENTS
::pwtk::runQ2R
SYNOPSIS
proc ::pwtk::runQ2R {args} {
USAGE
runQ2R [options] input ?output?
Options are:
-append -serial -prefix -postfix -exec -ihandle <value>
PURPOSE
Construct the q2r.x input file from the input data and run the q2r.x program.
OPTIONS
- -append == treat the output file in append mode (default = overwrite)
- -serial == run the calculation in serial mode (default = parallel)
- -prefix == explicitly specify the prefix for parallel execution
- -postfix == explicitly specify the postfix for parallel execution
- -exec == explicitly specify the q2r.x executable
- -ihandle <value> == explicitly set the input handle (for the description of input handle, see ::pwtk::input_handle)
ARGUMENTS
- input -- filename (or headname) to which the q2r.x input file will be stored. The .in (.out) suffix will be added to headname for input (output) filename.
- output -- [optional] filename to which the q2r.x output will be stored
SOURCE
eval {makeInputRun_ ::pwtk::q2ri q2r} $args }