S
S+
- File
- vovfdl.tcl
- Usage
S+ setname args
- Description
- Simpler version of S.
S
- File
- vovfdl.tcl
- Usage
S setname script args
- Description
- All the jobs defined in script go into the set setname. If setname begins with a + or if setname does not have a colon (:) then the setname is considered a leaf and it is appended to the setname of the containing "S" (using : as separator).
- Options
-
- -gui_label: label for the GUI
- -files: Also include files into the set
- Returns
- the id of the set 'setname'
- Examples
-
S myset { J vw cp aa bb } S myset { S s1 { J vw cp aa bb } S s2 { J vw cp bb cc } } -gui_label "Hi there.\nThis is a set with 2 subsets"
S_update_files
- File
- vovfdl.tcl
- Usage
S_update_files setname
- Description
- All the jobs defined in script go into the set setname. If setname begins with a + or if setname does not have a colon (:) then the setname is considered a leaf and it is appended to the setname of the containing "S"
- Options
-
- -gui_label: label for the GUI
- -files: Also include files into the set
- Returns
- The ID of the set 'setname'
- Examples
-
S myset { J vw cp aa bb } S myset { S s1 { J vw cp aa bb } S s2 { J vw cp bb cc } } -gui_label "Hi there.\nThis is a set with 2 subsets"
S_update_set
- File
- vovfdl.tcl
- Usage
S_update_files setname
- Description
- Adds files to the contents of the named set. By default, the " S " proc only adds JOBS to the content of the set.
safeshift
- File
- vovutils.tcl
- Usage
safeshift argList (default=__Top_Level_Argv)
SCRIPT
- File
- vovhtml.tcl
- Usage
SCRIPT text
SELECT_ALT
- File
- vovhtml.tcl
- Usage
SELECT_ALT size name script
SELECT_MULTIPLE
- File
- vovhtml.tcl
- Usage
SELECT_MULTIPLE size name script
sendMail
- File
- vovnotifydlib.tcl
- Usage
sendMail recipients subject body
- Description
- This procedure can be over-ridden in the vovnotifyd/config.tcl file. Send an email with subject and body to each address in recipients. Has ability to use external program specified in NOTIFYD(mailprog). If the above variable is unset or contains the value 'SMTP' the original behavior of using direct SMTP with the parameters specified in the NOTIFYD array is obtained. The mailprog may be a full path (/bin/mail) or leafname (mailx). If a leafname, the program executable is located with vtk_which. The mailprog must accept the body on stdin, use -s for subject.
sendMailInit
- File
- vovnotifydlib.tcl
- Usage
sendMailInit
SERIAL
- File
- vovfld.tcl
- Usage
SERIAL script
- Description
- All of the tasks, jobs, and sets defined in the script are set up to be executed serially in the order they appear. Artificial dependencies are created between each task, job, or all the jobs in the set to build the graph serially. Can be nested in any order with sets, jobs, tasks, other SERIAL scripts, and other PARALLEL scripts.
SERVER_PARAMETER
- File
- vovtraceutils.tcl
- Usage
SERVER_PARAMETER name value
- Description
- This procedure was used mostly with the output from
vovshow -policy
setComponentOption
- File
- vovcgi.tcl
- Usage
setComponentOption comp opt val
- Description
- Sets a specific option for an existing component.
setenv
- File
- vovenvutils.tcl
- Usage
setenv var value
- Description
- Set the environment variable to the given value.
- Return
- value
- Side Effects
- both env(VAR) and VAR are set.
setFooter
- File
- vovcgi.tcl
- Usage
setFooter html
- Description
- Sets a custom footer to be shown above the Altair Engineering copyright statement.
setJsDebug
- File
- vovcgi.tcl
- Usage
setJsDebug
setMenu
- File
- vovcgi.tcl
- Usage
setMenu tab menu
- Description
- Sets active tab and menu when using VovCGI::addPage
setMenuOption
- File
- vovcgi.tcl
- Usage
setMenuOption tab menu opt val
- Description
- Sets a specific option for an existing menu
setOpt
- File
- vovcgi.tcl
- Usage
setOpt n v
- Description
- Set an element in the opt array if it does not already exist Used to set defaults after the VovCGI namespace has been initialized.
setPageMessage
- File
- vovhtml.tcl
- Usage
setPageMessage msglevel msg
setPageOption
- File
- vovcgi.tcl
- Usage
setPageOption tab menu page opt val
- Description
-
Sets a specific option for an existing page
setTab
- File
- vovcgi.tcl
- Usage
setTab tab
- Description
-
Sets active tab when using VovCGI::addMenu
setTabOption
- File
- vovcgi.tcl
- Usage
setTabOption tab opt val
- Description
-
Sets a specific option for an existing tab.
setUrlOptions
- File
- vovcgi.tcl
- Usage
setUrlOptions args
setUrlPath
- File
- vovcgi.tcl
- Usage
setUrlPath ur
SetUseFileFromRegistry
- File
- vovregistrylib.tcl
- Usage
SetUseFileFromRegistry state
setValidUrlOptions
- File
- vovcgi.tcl
- Usage
setValidUrlOptions list
shift
- File
- vovutils.tcl
- Usage
shift argList (default=__Top_Level_Argv
showDeniedFileAccessMessage
- File
- vovcgi.tcl
- Usage
showDeniedFileAccessMessage
- Description
- Print message explaining that a certain page or page element is not accessible by the authenticated user
showFileAsImage
- File
- vovcgi.tcl
- Usage
showFileAsImage id file args
showFilterOptions
- File
- vovcgi.tcl
- Usage
showFilterOptions bNegate filters
- Description
- Currently used by lm_batch.mod only
showHideOptions
- File
- vovcgi.tcl
- Usage
showHideOptions
- Description
- Helper procedure used to show or hide the options box above
showMessages
- File
- vovcgi.tcl
- Usage
showMessages productName title curtab curmenu
showPageMessage
- File
- vovhtml.tcl
- Usage
showPageMessage
SMTP
- File
- vovnotifydlib.tcl
- Usage
SMTP sock msg
SourceHostMapFile
- File
- vovutils.tcl
- Usage
SourceHostMapFile fn
START
- File
- vovfdl.tcl
- Usage
START args
- Description
- A convenient way to start a retrace in FDL. The argument list consists of one or more VovIds for objects. Each objectId can refer to either a node or a set. The retracing is started in SAFE mode at NORMAL priority. For more control, please use vtk_retrace_start directly.
stdOutFailover
- File
- vovutils.tcl
- Usage
stdOutFailover args
STOP
- File
- vovfdl.tcl
- Usage
STOP args