TABLE OF CONTENTS


::pwtk::runHP

SYNOPSIS

proc ::pwtk::runHP {args} {

USAGE

   runHP ?OPTIONS?  INPUT  ?OUTPUT?  ?&?    

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

PURPOSE

Construct the hp.x input file from the input data and run the hp.x program.

OPTIONS

ARGUMENTS

SOURCE

    # handle treatrun
    treat_run_ {*}$args

    set output [eval {makeInputAndRun_ ::pwtk::hpi hp.x} $args]

    # make a backup copy of $prefix.Hubbard_parameters.dat
    runHP_backup_HP_ $output
    return $output
}