LSF Version 7.3 - Platform LSF Configuration Reference

Priority of default project
If not explicitly configured, the default project has the priority of 0. You can override this value
by explicitly configuring the default project in Projects section with the chosen priority value.
DESCRIPTION
Optional. Description of the project.
The text can include any characters, including white space. The text can be extended to multiple
lines by ending the preceding line with a backslash (\). The maximum length for the text is 64
characters.
Use blinfo -Lp to view the project description.
Automatic time-based configuration
Variable configuration is used to automatically change LSF License Scheduler license token
distribution policy configuration based on time windows. You define automatic configuration
changes in lsf.licensescheduler by using if-else constructs and time expressions in the
Feature section. After you change the file, check the configuration with the bladmin
ckconfig command, and restart License Scheduler the cluster with the bladmin
reconfig command.
The expressions are evaluated by License Scheduler every 10 minutes based on the bld start
time. When an expression evaluates true, License Scheduler dynamically changes the
configuration based on the associated configuration statements. Reconfiguration is done in
real time without restarting bld, providing continuous system availability.
Example
Begin Feature
NAME = f1
#if time(5:16:30-1:8:30 20:00-8:30)
DISTRIBUTION=Lan(P1 2/5 P2 1)
#elif time(3:8:30-3:18:30)
DISTRIBUTION=Lan(P3 1)
#else
DISTRIBUTION=Lan(P1 1 P2 2/5)
#endif
End Feature
lsf.licensescheduler
Platform LSF Configuration Reference 527