LSF Version 7.3 - Administering Platform LSF
Administering Platform LSF 269
C HAPTER
14
Time Syntax and Configuration
Contents
◆ Specifying Time Values on page 269
◆ Specifying Time Windows on page 269
◆ Specifying Time Expressions on page 270
◆ Using Automatic Time-based Configuration on page 271
Specifying Time Values
To specify a time value, a specific point in time, specify at least the hour. Day and
minutes are optional.
Time value syntax
time = hour | hour:minute | day:hour:minute
hour Integer from 0 to 23, representing the hour of the day.
minute Integer from 0 to 59, representing the minute of the hour.
If you do not specify the minute, LSF assumes the first minute of the hour (:00).
day Integer from 0 to 7, representing the day of the week, where 0 represents every day,
1 represents Monday, and 7 represents Sunday.
If you do not specify the day, LSF assumes every day. If you do specify the day, you
must also specify the minute.
Specifying Time Windows
To specify a time window, specify two time values separated by a hyphen (-), with
no space in between.
time_window = begin_time-end_time
Time format
Times are specified in the format:
[day:]hour[:minute]