HP XC System Software Administration Guide Version 4.0

Table Of Contents
Table 16-4 Environment Variables for LSF with SLURM Enhancement (lsb.queues File) (continued)
DescriptionEnvironment Variable
LSF with SLURM uses the resulting options for scheduling:
SLURM[nodes=3;contiguous=yes;tmp=200]
The nodes=3 specification in the -ext option overrides the nodes=2
specification in DEFAULT_EXTSCHED, and tmp= in the -ext option
overrides the tmp=100 setting in DEFAULT_EXTSCHED.
MANDATORY_EXTSCHED adds contiguous=yes, and overrides tmp=
in -ext option and tmp=100 in DEFAULT_EXTSCHED with tmp=200.
If you want to prevent users from setting allocation options in the -ext
option of the bsub command, use the keyword with no value. For
example, if the job is submitted with -ext "SLURM[nodes=4]", use
MANDATORY_EXTSCHED= RMS[nodes=] to override this setting.
For more information, see bsub(1).
16.16.2 Thresholds in LSF with SLURM and SLURM Interplay
When the HP XC system starts, some computer nodes may take a while to boot. If LSF with
SLURM starts to report the current number of processors before the system stabilizes, the smaller
jobs that are already queued are scheduled. It may be better to run a larger job requesting more
processors.
Use the following parameters to control when LSF with SLURM starts to report total usable
processors on HP XC system:
DescriptionEnvironment Variable
The threshold parameter is the percentage of total
usable processors in LSF partition.
The default value is 80.
LSF_HPC_NCPU_THRESHOLD=threshold
This is the upper limit for the number of processors that
changed since the last checking cycle.
The default value is zero (0).
LSF_HPC_NCPU_INCREMENT=increment
The incr_cycles parameter is the minimum number
of consecutive cycles in which the number of processors
changed does not exceed LSF_HPC_NCPU_INCREMENT.
The default value is 1. LSF with SLURM examines total
usable processors every 2 minutes.
LSF_HPC_NCPU_INCR_CYCLES=incr_cycles
This setting defines how two thresholds are combined.
The only valid values are and and or.
The default is or.
LSF_HPC_NCPU_COND= or | and
16.17 Configuring an External Virtual Host Name for LSF with SLURM on
HP XC Systems
An external virtual host name for LSF with SLURM on an HP XC system needs to be accessed
from the external network. This access could be required if the HP XC system is added to an
existing LSF cluster, or if the HP XC system is 'Multi-Clustered' with another LSF cluster. See
the LSF documentation for more details on LSF Multi-Clusters.
Perform the following steps to configure an external virtual host name:
212 Managing LSF