LSF Version 7.3 - Administering Platform LSF
Administering Platform LSF 527
Submitting Jobs Using JSDL
ExclusiveExecution -x Boolean that
designates whether
the job must have
exclusive access to
the resources it uses.
<jsdl:ExclusiveExecution>true
</jsdl:ExclusiveExecution>
OperatingSystemName -R A token type that
contains the
operating system
name. LSF uses the
external resource
"osname."
<jsdl:OperatingSystemName>LINUX
</jsdl:OperatingSystemName>
OperatingSystemVersion -R A token type that
contains the
operating system
version. LSF uses the
external resource
"osver."
<jsdl:OperatingSystemVersion>5.7
</jsdl:OperatingSystemVersion>
CPUArchitectureName -R Token that specifies
the CPU architecture
required by the job in
the execution
environment. LSF
uses the external
resource "cpuarch."
<jsdl:CPUArchitectureName>sparc
</jsdl:CPUArchitectureName>
IndividualCPUSpeed -R Range value that
specifies the speed of
each CPU required by
the job in the
execution
environment, in Hertz
(Hz). LSF uses the
external resource
"cpuspeed."
<jsdl:IndividualCPUSpeed>
<jsdl:LowerBoundedRange>1073741824.0
</jsdl:LowerBoundedRange>
</jsdl:IndividualCPUSpeed>
IndividualCPUCount -n Range value that
specifies the number
of CPUs for each
resource.
<jsdl:IndividualCPUCount>
<jsdl:exact>2.0</jsdl:exact>
</jsdl:IndividualCPUCount>
IndividualPhysicalMemory -R Range value that
specifies the amount
of physical memory
required on each
resource, in bytes.
<jsdl:IndividualPhysicalMemory>
<jsdl:LowerBoundedRange>1073741824.0
</jsdl:LowerBoundedRange>
</jsdl:IndividualPhysicalMemory>
IndividualVirtualMemory -R Range value that
specifies the amount
of virtual memory
required for each
resource, in bytes.
<jsdl:IndividualVirtualMemory>
<jsdl:LowerBoundedRange>1073741824.0
</jsdl:LowerBoundedRange>
</jsdl:IndividualVirtualMemory>
Element bsub
Option
Description Example