LSF Version 7.3 - Administering Platform LSF

Using JSDL Files with LSF
530 Administering Platform LSF
Environment N/A Specifies the name
and value of an
environment variable
defined for the job in
the execution
environment. LSF
maps the JSDL
element definitions to
the matching LSF
environment
variables.
<jsdl-posix:Environment
name="SHELL">
/bin/bash</jsdl-posix:Environment>
WallTimeLimit -W Positive integer that
specifies the soft limit
on the duration of the
applications
execution, in seconds.
<jsdl-posix:WallTimeLimit>60
</jsdl-posix:WallTimeLimit>
FileSizeLimit -F Positive integer that
specifies the
maximum size of any
file associated with
the job, in bytes.
<jsdl-posix:FileSizeLimit>1073741824
</jsdl-posix:FileSizeLimit>
CoreDumpLimit -C Positive integer that
specifies the
maximum size of core
dumps a job may
create, in bytes.
<jsdl-posix:CoreDumpLimit>0
</jsdl-posix:CoreDumpLimit>
DataSegmentLimit -D Positive integer that
specifies the
maximum data
segment size, in
bytes.
<jsdl-posix:DataSegmentLimit>32768
</jsdl-posix:DataSegmentLimit>
MemoryLimit -M Positive integer that
specifies the
maximum amount of
physical memory that
the job can use during
execution, in bytes.
<jsdl-posix:MemoryLimit>67108864
</jsdl-posix:MemoryLimit>
StackSizeLimit -S Positive integer that
specifies the
maximum size of the
execution stack for
the job, in bytes.
<jsdl-posix:StackSizeLimit>1048576
</jsdl-posix:StackSizeLimit>
CPUTimeLimit -c Positive integer that
specifies the number
of CPU time seconds a
job can consume
before a SIGXCPU
signal is sent to the
job.
<jsdl-posix:CPUTimeLimit>30
</jsdl-posix:CPUTimeLimit>
Element bsub
Option
Description Example