I
I
- File
- vovfdl.tcl
- Usage
I args
- Description
- Declare a list of inputs for the most recently declared transition
(make(transId))
. The inputs are elements in the databasemake(db)
, which is normally 'FILE'. Takes as a variable number of arguments. The behavior is controlled bymake(ctrl,action)
, which can be either 'trace' or 'script'. - Returns
- The list of VovIds for the inputs.
- Side Effects
make(lastNodeId)
is set ifmake(ctrl,action)
is 'trace'.
I1
- File
- vovfdl.tcl
- Usage
I1 args
- Description
- Declares input FILEs for the next job. This is faster than calling I after the job. It is limited to inputs in the FILE database.
IFJOB
- File
- vovfdl.tcl
- Usage
IFJOB args
- Description
- Add a decision node to be called after a job has completed. By default, the
job is the last one defined with J or
T, whose id is stored in the variable
make(transId)
IMG
- File
- vovhtml.tcl
- Usage
IMG img alt (default=) title (default=) args
indir
- File
- vovutils.tcl
- Usage
indir args
initFt
- File
- vovcgi.tcl
- Usage
initFt urlOptions (default=)
- Description
- Initialize web UI, including navigation and product-specific behavior for FlowTracer
initLa
- File
- vovcgi.tcl
- Usage
initLa urlOptions (default=)
- Description
- Initialize web UI, including navigation and product-specific behavior for Allocator
initLm
- File
- vovcgi.tcl
- Usage
initLm urlOptions (default=)
- Description
- Initialize web UI, including navigation and product-specific behavior for Monitor
initNc
- File
- vovcgi.tcl
- Usage
initNc urlOptions (default=)
- Description
- Initialize web UI, including navigation and product-specific behavior for Accelerator
initNew
- File
- vovcgi.tcl
- Usage
initNew
- Description
- Initialize namespace, bring in VovHTML, initialize CGI vars, and populate the opt array with URL parameters and values
initRm
- File
- vovcgi.tcl
- Usage
initRm urlOptions (default=)
- Description
- Initialize web UI, including navigation and product-specific behavior for ResourceMonitor
initVars
- File
- vovcgi.tcl
- Usage
initVars
- Description
- Initialize CGI environment variables if needed
initWa
- File
- vovcgi.tcl
- Usage
initWa urlOptions (default=)
- Description
- Initialize web UI, including navigation and product-specific behavior for WorkloadAnalyzer
initWx
- File
- vovcgi.tcl
- Usage
initWx urlOptions (default=)
- Description
- Initialize web UI, including navigation and product-specific behavior for Accelerator Plus
inProject
- File
- vovutils.tcl
- Usage
inProject site script
- Description
- Execute the given script in the context of a specified project (i.e. the given queue).
INPUT
- File
- vovhtml.tcl
- Usage
INPUT type name value args
- Description
- This belongs inside of forms. Sample usage: INPUT hidden action retrace
INSTRUMENTED
- File
- vovfdl.tcl
- Usage
INSTRUMENTED args
- Description
- ARGS: command line of a fully instrumented script which complies with the value of VOV_FDL_ONLY.
- Return
- The jobId of the new job
- Example
-
INSTRUMENTED ./my_cool_instrumented_script.csh a b c