HP SVA V2.1 System Administration Guide

SVA_RENDER_HOSTS="red[3-4]"
SVA_EXECUTION_HOST="red1"
SVA_TILE_GEOMETRY="1280x1024"
SVA_DISPLAY_HOSTS="red1"
red1.COORDINATE="0.0"
# Declare a display surface
[SVA_DS_1_2]
SVA_RENDER_HOSTS="red[3-4]"
SVA_EXECUTION_HOST="red2"
SVA_TILE_GEOMETRY="1280x1024"
SVA_DISPLAY_HOSTS="red2"
red2.COORDINATE="0.0"
# Declare a display surface
[RED1]
SVA_RENDER_HOSTS=""
SVA_EXECUTION_HOST="red1"
SVA_TILE_GEOMETRY="1280x1024"
SVA_DISPLAY_HOSTS="red1"
red1.COORDINATE="0.0"
# Declare a display surface
[RED2]
SVA_RENDER_HOSTS=""
SVA_EXECUTION_HOST="red2"
SVA_TILE_GEOMETRY="1280x1024"
SVA_DISPLAY_HOSTS="red2"
red2.COORDINATE="0.0"
See Section 1.2 for a description of how to change the Site Configuration File.
1.1.3.2 User Configuration File
The User Configuration File is located at ~/sva_<cluster-name>.conf, where
<cluster-name> is the name of the cluster as specified in the Site Configuration File by the
SVA_CLUSTER_NAME tag. The use of <cluster-name> in the name of the User Configuration
File makes it possible to have different configuration files if you have access to more than one
visualization cluster. The creation and use of this file is optional.
You choose the content of the User Configuration File. Tag definitions are in Table 1-5. An example
file contains the following sections and tags:
[SVA_JOB]
SVA_COMPUTE_COUNT=number
SVA_DISPLAY_SURFACE=surface_name
SVA_TILE_GEOMETRY="res_x_res"
SVA_EXECUTION_HOST=host_name
SVA_PARTITION=partition_name
SVA_RENDER_COUNT=number
SVA_USE_REMOTE3D=boolean
SVA_USE_DMX=boolean
1.1.3.3 Job Settings File
Job data is defined at job allocation time from options specified to the job script, and from data
access calls embedded in the script. The calls draw data from the Site and User Configuration
16 Managing Configuration Data Files