Platform LSF Reference Version 6.2

Parameters
Platform LSF Reference
630
Name of a file containing a list of host names, one host per line.
Valid Values
Any valid LSF host name
Examples
List of host names:
LSF_SERVER_HOSTS="hosta hostb hostc hostd"
Host list file:
LSF_SERVER_HOSTS=:lsf_server_hosts
The file lsf_server_hosts contains a list of hosts:
hosta
hostb
hostc
hostd
Default
The local host where lsfinstall is running
LSF_TARDIR
Syntax
LSF_TARDIR="/
path"
Description
Optional. Full path to the directory containing the LSF distribution tar files.
Example
LSF_TARDIR="/usr/local/lsf_distrib"
Default
The parent directory of the current working directory where lsfinstall is running
(
../current_directory)
LSF_LOCAL_RESOURCES
Syntax LSF_LOCAL_RESOURCES="resource ..."
Description
Optional. Defines instances of local resources residing on the slave host.
For numeric resources, define name-value pairs:
"[resourcemap value*resource_name]"
For Boolean resources, define the resource name in the form:
"[resource resource_name]"
When the slave host calls the master host to add itself, it also reports its local resources.
The local resources to be added must be defined in
lsf.shared.
If the same resource is already defined in
lsf.shared as default or all, it cannot
be added as a local resource. The shared resource overrides the local one.
LSF_LOCAL_RESOURCES is usually set in the slave.config file during installation.
If LSF_LOCAL_RESOURCES are already defined in a local
lsf.conf on the slave host,
lsfinstall does not add resources you define in LSF_LOCAL_RESOURCES in
slave.config. You should not have duplicate LSF_LOCAL_RESOURCES entries in
lsf.conf. If local resources are defined more than once, only the last definition is valid.
IMPORTANT
Resources must already be mapped to hosts in the ResourceMap section of
lsf.cluster.cluster_name. If the ResourceMap section does not exist, local
resources are not added.
Example
LSF_LOCAL_RESOURCES="[resourcemap 1*verilog] [resource linux]"