Platform LSF Reference Version 6.2
ResourceReservation Section
Platform LSF Reference
452
Use all@cluster_name to specify the group of all hosts borrowed from one
remote cluster. You cannot specify a host group or partition that includes remote
resources.
With MultiCluster resource leasing model, the not operator (~) can be used to exclude
local hosts or host groups. You cannot use the not operator (~) with remote hosts.
Examples
◆
HOSTS=hgroup1 ~hostA hostB hostC
Advance reservations can be created on hostB, hostC, and all hosts in hgroup1
except for
hostA.
◆
HOSTS=all ~group2 ~hostA
Advance reservations can be created on all hosts in the cluster, except for hostA
and the hosts in
group2.
Default
all
allremote (users can create reservations on all server hosts in the local cluster,
and all leased hosts in a remote cluster).
NAME
Syntax
NAME=
text
Description
Required. Name of the ResourceReservation section
Specify any ASCII string 40 characters or less. You can use letters, digits, underscores (_)
or dashes (-). You cannot use blank spaces.
Example
NAME=reservation1
Default
None. You must provide a name for the ResourceReservation section.
TIME_WINDOW
Syntax
TIME_WINDOW=
time_window ...
Description
Optional. Time window for users to create advance reservations. The time for
reservations that users create must fall within this time window.
Use the same format for time_window as the recurring reservation option (
-t) of
brsvadd:
[day:]hour[:minute]
with the following ranges:
◆
day of the week: 0-6
◆
hour: 0-23
◆
minute: 0-59
Specify a time window one of the following ways:
◆
hour-hour
◆
hour:minute-hour:minute
◆
day:hour:minute-day:hour:minute
You must specify at least the hour. Day of the week and minute are optional. Both the
start time and end time values must use the same syntax. If you do not specify a minute,
LSF assumes 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.