vovexport

Generates a file in FDL (i.e. Tcl), C-Shell, or Makefile syntax from a subset of the trace.


vovexport: Usage Message

DESCRIPTION:
    The utility vovexport generates a file in FDL (i.e. Tcl),
    C-Shell, or Makefile syntax from a subset of the trace.

USAGE:
    % vovexport [OPTIONS]

OPTIONS:
    -comment                 -- Output additional comments.
    -csh                     -- Generate FlowExport.csh.
    -dir <DIRNAME>           -- Dump jobs in this directory and subdirectories.
    -fdl                     -- Generate FlowExport.tcl.
    -h                       -- Help usage file.
    -make                    -- Generate Makefile.vov.
    -set <SETNAME>
    -out <OUTFILE>
    -type {make|fdl|csh} 
    -v

EXAMPLES:
    % vovexport -type make -out Makefile.vov
    % vovexport -make
    % vovexport -make -dir .
    
    % vovexport -set All:compile -type fdl -out Flow.export
    % vovexport -set All:compile -type csh -out RunAll.csh