LSF Version 7.3 - Platform LSF Configuration Reference
STACKLIMIT
Syntax
STACKLIMIT=integer
Description
The per-process (hard) stack segment size limit (in KB) for all of the processes belonging to a
job from this queue (see getrlimit(2)).
Default
Unlimited
STOP_COND
Syntax
STOP_COND=res_req
Use the select section of the resource requirement string to specify load thresholds. All other
sections are ignored.
Description
LSF automatically suspends a running job in this queue if the load on the host satisfies the
specified conditions.
•
LSF does not suspend the only job running on the host if the machine is interactively idle
(it > 0).
•
LSF does not suspend a forced job (brun -f).
•
LSF does not suspend a job because of paging rate if the machine is interactively idle.
If STOP_COND is specified in the queue and there are no load thresholds, the suspending
reasons for each individual load index is not displayed by bjobs.
Example
STOP_COND= select[((!cs && it < 5) || (cs && mem < 15 && swp < 50))]
In this example, assume “cs” is a Boolean resource indicating that the host is a computer server.
The stop condition for jobs running on computer servers is based on the availability of swap
memory. The stop condition for jobs running on other kinds of hosts is based on the idle time.
SWAPLIMIT
Syntax
SWAPLIMIT=integer
Description
The amount of total virtual memory limit (in KB) for a job from this queue.
This limit applies to the whole job, no matter how many processes the job may contain.
lsb.queues
320 Platform LSF Configuration Reference