Platform LSF Reference Version 6.2
lsb.resources
Platform LSF Reference
445
Default
No limit
Example
SWP=60
TMP
Syntax
TMP=
integer[%]
TMP
-
| integer[%]
Description
Maximum amount of tmp space available to resource consumers. Specify a value in MB
or a percentage (%) as a positive integer greater than or equal 0. If you specify a
percentage, you must also specify PER_HOST and list the hosts that the limit is to be
enforced on.
The Limit section is ignored if TMP is specified as a percentage:
◆
Without PER_HOST
OR
◆
With HOSTS
In horizontal format, use only one TMP line per Limit section.
In vertical format, use empty parentheses
() or a dash (-) to indicate the default value
(no limit). Fields cannot be left blank.
If only QUEUES are configured in the Limit section, TMP must be an integer value.
TMP is the maximum amount of
tmp space available to the listed queues for any hosts,
users, or projects.
If only USERS are configured in the Limit section, TMP must be an integer value. TMP
is the maximum amount of
tmp space that the users or user groups can use on any hosts,
queues, or projects.
If only HOSTS are configured in the Limit section, TMP must be an integer value. TMP
is the maximum amount of
tmp space available to the listed hosts for any users, queues,
or projects.
If only PROJECTS are configured in the Limit section, TMP must be an integer value.
TMP is the maximum amount of
tmp space available to the listed projects for any users,
queues, or hosts.
Use QUEUES or PER_QUEUE, USERS or PER_USER, HOSTS or PER_HOST, and
PROJECTS or PER_PROJECT in combination to further limit
tmp space available to
resource consumers.
Default
No limit
Example
TMP=20%
USERS
Syntax
USERS=all
[~]user_name ... | all [~]user_group ...
USERS
(
[-] | all [~]user_name ... | all [~ ]user_group ... )
Description
A space-separated list of user names or user groups on which limits are enforced. Limits
are enforced on all users or groups listed. Limits apply to a group as a whole.