TABLE OF CONTENTS


::pwtk::rerunPH

SYNOPSIS

proc ::pwtk::rerunPH {args} {

USAGE

rerunPH [options] input ?output?

OPTIONS

PURPOSE

Construct the ph.x input file from the input data and run the ph.x program in restart mode. The output-file will be treated in append mode, whereas the rest is the same as for the ::pwtk::runPH routine.

SOURCE

    input_pushpop {
        INPUTPH {
            recover = .true.
        }
        eval {runPH -append} $args
    }
}