TABLE OF CONTENTS


::pwtk::runEELS

SYNOPSIS

proc ::pwtk::runEELS {args} {

USAGE

   runEELS ?OPTIONS?  INPUT  ?OUTPUT?  ?&?    

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

PURPOSE

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

OPTIONS

ARGUMENTS

SOURCE

    # handle treatrun
    treat_run_ {*}$args

    return [eval {makeInputAndRun_ ::pwtk::eelsi turbo_eels.x} $args]
}