HP SVA V2.0 Visualization System Software Reference Guide
sva_job_template.sh(1)
NAME
sva_job_template.sh -- Allocates, launches, runs, and terminates visualization jobs.
Synopsis
sva_job_template.sh { -d display-surface } [ -r render-count ] [ -c compute-count
] [ -p partition-name ] [ -g ] [ -s ] [ -l ] [ -f ] [ -v ] [ -V ] [ -h ]
Parameters
-d display-surface or
--display-surface name
Select a Display Surface to use for the job. It also implicitly
selects the execution host for the job because each Display
Surface has a default execution host.
This is a required parameter unless you use the --local
option.
A Display Surface is a named display that consists of one
or more display devices with a particular orientation. Initial
configuration of the SVA creates a named single-tile
Display Surface for each display node and its associated
display device. A typical default Display Surface is
SVA_DS_1_1.
The site administrator can create additional Display
Surfaces using the Display Surface Configuration Tool.
You can also use this tool to list all the named Display
Surfaces on your cluster. This tool is documented in the
SVA System Administration Guide.
Can be specified in the User Configuration File.
-r render-count or --render
render-count
Requests that a number of render hosts be allocated to this
job as specified by the render-count number.
-c compute-count or
--compute compute-count
Request that a number of compute hosts be allocated to
this job as specified by the compute-count number.
-p partition-name or
--partition partition-name
Requests resources from the SLURM partition
partition-name. The default partition is used if no
partition is named.
-g or --tile_geometry
Sets the tile geometry that each of the tiles uses. Valid
values include 1280x1024, 1400x1050, and 1600x1200.
This value overrides in order of precedence,
tile_geometry values set in the User Configuration File,
for the Display Surface itself in the Display Surface
declaration section of the Site Configuration File, or for the
entire cluster by means of the SVA_CLUSTER section of
Site Configuration File.
-s or --stereo
For Display Surfaces created and defined as stereo-capable
with the Display Surface Configuration tool, this option
causes the Display Surface's stereo capabilities to be used
on this job. Without this option, the same Display Surface
would use only its mono capabilities.
41