LSF Version 7.3 - Administering Platform LSF

Using JSDL Files with LSF
528 Administering Platform LSF
IndividualNetworkBandwidth -R Range value that
specifies the
bandwidth
requirements of each
resource, in bits per
second (bps). LSF uses
the external resource
"bandwidth."
<jsdl:IndividualNetworkBandwidth>
<jsdl:LowerBoundedRange>104857600.0
</jsdl:LowerBoundedRange>
</jsdl:IndividualNetworkBandwidth>
TotalCPUCount -n Range value that
specifies the total
number of CPUs
required for the job.
<jsdl:TotalCPUCount><jsdl:exact>2.0
</jsdl:exact></jsdl:TotalCPUCount>
TotalPhysicalMemory -R Range value that
specifies the required
amount of physical
memory for all
resources for the job,
in bytes.
<jsdl:TotalPhysicalMemory>
<jsdl:LowerBoundedRange>
10737418240.0
</jsdl:LowerBoundedRange>
</jsdl:TotalPhysicalMemory>
TotalVirtualMemory -R Range value that
specifies the required
amount of virtual
memory for the job, in
bytes.
<jsdl:TotalVirtualMemory>
<jsdl:LowerBoundedRange>1073741824.0
</jsdl:LowerBoundedRange>
</jsdl:TotalVirtualMemory>
TotalResourceCount -n Range value that
specifies the total
number of resources
required by the job.
<jsdl:Resources>...
<jsdl:TotalResourceCount>
<jsdl:exact>5.0</jsdl:exact>
</jsdl:TotalResourceCount>
Data Staging Elements
FileName -f String that specifies
the local name of the
file or directory on the
execution host. For a
directory, you must
specify the relative
path.
<jsdl:DataStaging><jsdl:FileName>
job1/input/control.txt
</jsdl:FileName>
...</jsdl:DataStaging>
CreationFlag -f Specifies whether the
file created on the
local execution
system overwrites or
append to an existing
file.
<jsdl:DataStaging>
<jsdl:CreationFlag>overwrite
</jsdl:CreationFlag>
...</jsdl:DataStaging>
Source N/A Contains the location
of the file or directory
on the remote system.
In LSF, the file location
is specified by the URI
element. The file is
staged in before the
job is executed. See
the example for the
Target element.
Element bsub
Option
Description Example