HP Scalable Visualization Array Version 1.1 Visualization System Software Reference Guide

svaGetJobDefaults(3)
svaGetJobDefaults
svaGetJobDefaults -- Loads settings from Site and User Configuration Files into job variables.
Synopsis
svaGetJobDefaults
Parameters
None.
Returns
None.
Description
Use this function before calling svaAllocateJob to get default job settings from the Site and User
Configuration Files, if they are specified.
Make sure the job launch script sources the svainit file before this function is called:
. svainit
The following is a list of the environment variables. The associated tag from the SVA_JOB section is the same
string in uppercase; for example, the variable SVA_Compute_Count has the tag SVA_COMPUTE_COUNT
Note
SVA_KVM and SVA_UNCLUTTER are exceptions in that both the variable and tag are uppercase.
SVA_Compute_Count
SVA_Render_Count
SVA_Display_Surface
SVA_Partition_Name
SVA_Tile_Geometry
SVA_X_Options
SVA_Use_DMX
SVA_KVM
SVA_UNCLUTTER
SVA_Use_DMX is set to 0 for no DMX and 1 if DMX is requested.
SVA_X_Options is set to include the options-dpms and -s off and to include -ac if DMX is used.
SVA_XServer is set to xinit if DMX is requested.
SVA_KVM is set to SVA_KVM. SVA_UNCLUTTER is set to SVA_UNCLUTTER.
Functions, Script Commands, and Environment Variables 21