LSF Version 7.3 - Platform LSF Configuration Reference

the first minute of the hour (:00). If you do not specify a day, LSF assumes every day of the
week. If you do specify the day, you must also specify the minute.
You can specify multiple time windows, but they cannot overlap. For example:
timeWindow(8:00-14:00 18:00-22:00)
is correct, but
timeWindow(8:00-14:00 11:00-15:00)
is not valid.
Tip:
To configure a time window that is always open, use the
timeWindow keyword with empty parentheses.
Examples
GOALS=[THROUGHPUT 2 timeWindow ()]
GOALS=[THROUGHPUT 10 timeWindow (8:30-16:30)]
GOALS=[VELOCITY 5 timeWindow ()]
GOALS=[DEADLINE timeWindow (16:30-8:30)]\
[VELOCITY 10 timeWindow (8:30-16:30)]
MAX_HOST_IDLE_TIME
Syntax
MAX_HOST_IDLE_TIME=seconds
Description
For EGO-enabled SLA service classes, number of seconds that the SLA will hold its idle hosts
before LSF releases them to EGO. Each SLA can configure a different idle time. Do not set this
parameter to a small value, or LSF may release hosts too quickly.
Default
120 seconds
NAME
Syntax
NAME=string
Description
Required. A unique name that identifies the service class.
Specify any ASCII string 60 characters or less. You can use letters, digits, underscores (_) or
dashes (-). You cannot use blank spaces.
Important:
The name you use cannot be the same as an existing host
partition or user group name.
lsb.serviceclasses
Platform LSF Configuration Reference 355