TABLE OF CONTENTS
::pwtk::runHP
SYNOPSIS
proc ::pwtk::runHP {args} {
USAGE
runHP [options] input ?output?
Options are:
-append -serial -prefix -postfix -exec -ihandle <value>
PURPOSE
Construct the hp.x input file from the input data and run the hp.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 hp.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 hp.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 hp.x output will be stored
SOURCE
eval {makeInputRun_ ::pwtk::hpi hp} $args }