LSF Version 7.3 - Platform LSF Configuration Reference
The job-level runtime estimate specified by bsub -We overrides the RUNTIME setting in an
application profile.
The following LSF features use the RUNTIME value to schedule jobs:
•
Job chunking
•
Advanced reservation
•
SLA
•
Slot reservation
•
Backfill
Default
Not defined
STACKLIMIT
Syntax
STACKLIMIT=integer
Description
The per-process (soft) stack segment size limit for all of the processes belonging to a job from
this queue (see getrlimit(2)). Application-level limits override any default limit specified
in the queue, but must be less than the hard limit of the submission queue.
By default, the limit is specified in KB. Use LSF_UNIT_FOR_LIMITS in lsf.conf to specify
a larger unit for the the limit (MB, GB, TB, PB, or EB).
Default
Unlimited
SUCCESS_EXIT_VALUES
Syntax
SUCCESS_EXIT_VALUES=[exit_code …]
Description
Specifies exit values used by LSF to determine if job was done successfully. Use spaces to
separate multiple exit codes. Job-level success exit values specified with the
LSB_SUCCESS_EXIT_VALUES environment variable override the configration in
application profile.
Use SUCCESS_EXIT_VALUES for applications that successfully exit with non-zero values so
that LSF does not interpret non-zero exit codes as job failure.
exit_code should be the value between 0 and 255. Use spaces to separate exit code values.
Default
Not defined, Jobs do not specify a success exit value.
lsb.applications
Platform LSF Configuration Reference 183