TABLE OF CONTENTS


::pwtk::runDAVIDSON

SYNOPSIS

proc ::pwtk::runDAVIDSON {args} {

USAGE

   runDAVIDSON ?OPTIONS?  INPUT  ?OUTPUT?  ?&?    

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

PURPOSE

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

OPTIONS

ARGUMENTS

SOURCE

    # handle treatrun
    treat_run_ {*}$args

    return [eval {makeInputAndRun_ ::pwtk::davi turbo_davidson.x} $args]
}