LSF Version 7.3 - Administering Platform LSF
Collecting resource values using elim.jsdl
534 Administering Platform LSF
Submit a job using a JSDL file
1 To submit a job using a JSDL file, use one of the following bsub command
options:
a To submit a job that uses elements included in the LSF extension, use the
-jsdl option.
b To submit a job that uses only standard JSDL elements and POSIX
extensions, use the
-jsdl_strict option. Error messages indicate invalid
elements, including:
◆ Elements that are not part of the JSDL specification
◆ Valid JSDL elements that are not supported in this version of LSF
◆ Elements that are not part of the JSDL standard and POSIX extension
schemas
If you specify duplicate or conflicting job submission parameters, LSF resolves the
conflict by applying the following rules:
◆ The parameters specified in the command line override all other parameters.
◆ A job script or user input for an interactive job overrides parameters specified
in the JSDL file.
Collecting resource values using elim.jsdl
To support the use of JSDL files at job submission, LSF collects the following load
indices:
The file
elim.jsdl is automatically configured to collect these resources, but you
must enable its use by modifying the files
lsf.cluster.cluster_name and
lsf.shared.
Enable JSDL resource collection
1 In the file lsf.cluster.cluster_name, locate the ResourcesMap section.
2 In the file
lsf.shared, locate the Resource section.
3 Uncomment the lines for the following resources in both files:
◆ osname
◆ osver
Attribute name Attribute type Resource name
OperatingSystemName string osname
OperatingSystemVersion string osver
CPUArchitectureName string cpuarch
IndividualCPUSpeed int64 cpuspeed
IndividualNetworkBandwidth int64 bandwidth
(This is the maximum
bandwidth).