Platform LSF Reference Version 6.2
brsvadd
Platform LSF Reference
135
The time value for -b must use the same syntax as the time value for -e. It must be
earlier than the time value for
-e, and cannot be earlier than the current time.
-e end_time
End time for a one-time reservation. The end time is in the form
[[[year
:
]month
:
]day:]hour:minute
with the following ranges:
◆
year: any year after 1900 (YYYY)
◆
month: 1-12 (MM)
◆
day of the month: 1-31 (dd)
◆
hour: 0-23 (hh)
◆
minute: 0-59 (mm)
You must specify at least hour
:minute. Year, month, and day are optional. Three fields are
assumed to be day
:hour:minute, four fields are assumed to be month:day:hour:minute, and
five fields are year
:month:day:hour:minute.
If you do not specify a day, LSF assumes the current day. If you do not specify a month,
LSF assumes the current month. If you specify a year, you must specify a month.
The time value for
-e must use the same syntax as the time value for -b. It must be later
than the time value for
-b.
-g group_name
Creates a reservation for a user group.
The
-g group_name option does not support the @cluster notation for advance
reservations on remote clusters.
-m "host_name | host_group ..."
List of hosts for which processors specified with -n are reserved. At job submission,
LSF considers the hosts in the specified order.
If you also specify a resource requirement string with the
-R option, -m is optional.
The hosts can be local to the cluster or hosts leased from remote clusters.
-n processors
Number of processors to reserve. processors must be less than or equal to the actual
number of CPUs for the hosts selected by
-m or -R for the reservation.
If you also specify the reservation for system use with the
-s option, -n is optional.
-o
Creates an open advance reservation. A job with an open advance reservation will only
have the advance reservation property during the reservation window, after which the
job becomes a normal job, not subject to termination when the reservation window
closes.
This prevents jobs from being killed if the reservation window is too small. Instead, the
job is suspended and normal scheduling policies apply after the reservation window.