TABLE OF CONTENTS


::pwtk::runDYNMAT

SYNOPSIS

proc ::pwtk::runDYNMAT {args} {

USAGE

   runDYNMAT ?OPTIONS?  INPUT  ?OUTPUT?  ?&?    

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

PURPOSE

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

OPTIONS

ARGUMENTS

SOURCE

    # handle treatrun
    treat_run_ {*}$args

    return [eval {makeInputAndRun_ ::pwtk::dmi dynmat.x} $args]
}