LSF_LOCAL_RESOURCES
Syntax
LSF_LOCAL_RESOURCES="value ..."
Description
- For numeric or string resources, specify the
resourcemap
keyword with name-value pairs in this format:"[resourcemap value*resource_name]"
For example, [resourcemap 1*verilog].
- For Boolean resources, specify the
resource
keyword with a resource name in this format:"[resource resource_name]"
For example, [resource linux].
- For host types, specify the
type
keyword with a host type in this format:"[type host_type]"
For example, [type RHEL_64].
- For host models, specify the
model
keyword with a host model in this format:"[model host_model]"
For example, [model AMD64].
When the server host calls the management host to add itself, it also reports its local resources. The local resources to be added must be defined in lsf.shared. Default indicates an instance of a resource on each host in the cluster. This specifies a special case where the resource is in effect not shared and is local to every host. Default means at each host. Normally, you should not need to use default, because by default, all built-in resources are local to each host. However, resources that you defined must always be mapped. You might want to use ResourceMap for a non-shared static resource if you need to specify different values for the resource on different hosts.
Resources must already be mapped to hosts in the ResourceMap
section of the
lsf.cluster.cluster_name file. If the
ResourceMap
section does not exist, local resources are not added.
Example
LSF_LOCAL_RESOURCES="[type RHEL_64] [model AMD64] [resourcemap default*rc_account] [resourcemap 1*verilog] [resource linux] [resource !bigmem]"
Prefix the resource name with an exclamation mark (!) to indicate that the resource is exclusive to the host.
EGO parameter
EGO_LOCAL_RESOURCES
Default
Not defined