LSF Version 7.3 - Using Platform LSF HPC

Configuring LSF with HP-UX Psets
Automatic configuration at installation
During installation, lsfinstall adds the schmod_pset external scheduler plugin
module name to the PluginModule section of
lsb.modules:
Begin PluginModule
SCH_PLUGIN RB_PLUGIN SCH_DISABLE_PHASES
schmod_default () ()
schmod_fcfs () ()
schmod_fairshare () ()
schmod_limit () ()
schmod_preemption () ()
...
schmod_pset () ()
End PluginModule
See the Platform LSF Configuration Guide for more information about lsb.modules.
During installation, lsfinstall sets the following parameters in lsf.conf:
On HP-UX hosts, sets the full path to the HP vendor MPI library libmpirm.sl.
LSF_VPLUGIN="/opt/mpi/lib/pa1.1/libmpirm.sl"
On Linux hosts running HP MPI, sets the full path to the HP vendor MPI library
libmpirm.so.
For example, if HP MPI is installed in
/opt/hpmpi:
LSF_VPLUGIN="/opt/hpmpi/lib/linux_ia32/libmpirm.so"
LSF_ENABLE_EXTSCHEDULER=Y
LSF uses an external scheduler for pset allocation.
LSB_RLA_PORT=port_number
Where port_number is the TCP port used for communication between the LSF
topology adapter (RLA) and
sbatchd.
The default port number is 6883.
LSB_SHORT_HOSTLIST=1
Displays an abbreviated list of hosts in
bjobs and bhist for a parallel job where
multiple processes of a job are running on a host. Multiple processes are displayed
in the following format:
processes
*hostA
During installation, the Boolean resource pset is defined in lsf.shared: