TABLE OF CONTENTS


::pwtk::runPH

SYNOPSIS

proc ::pwtk::runPH {args} {

USAGE

   runPH ?OPTIONS?  INPUT  ?OUTPUT?  ?&?

   Options are: 
     -bg
     -append  
     -serial 
     -prefix PREFIX
     -postfix POSTFIX
     -exec EXECUTABLE
     -ihandle VALUE

DESCRIPTION

Construct the ph.x input file from the specified input data and run the ph.x program. See the ::pwtk::findExecutable for how the ph.x executable is located.

OPTIONS

ARGUMENTS

SOURCE

    # handle treatrun
    treat_run_ {*}$args

    return [eval {makeInputAndRun_ ::pwtk::phi ph.x} $args]
}