TABLE OF CONTENTS


::pwtk::runSPECTRUM

SYNOPSIS

proc ::pwtk::runSPECTRUM {args} {

USAGE

   runSPECTRUM ?OPTIONS?  INPUT  ?OUTPUT?  ?&?    

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

PURPOSE

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

OPTIONS

ARGUMENTS

SOURCE

    # handle treatrun
    treat_run_ {*}$args

    return [eval {makeInputAndRun_ ::pwtk::speci turbo_spectrum.x} $args]
}