LSF Version 7.3 - Using Platform LSF HPC

and
DEFAULT_EXTSCHED=RMS_SNODE in the queue
Before Version 7, the net effect is:
RMS_SNODE;ptile=1
In Version 7, ptile=1 is not an RMS allocation option, so it is ignored and the
net result is:
RMS_SNODE
The following install.config options are obsolete. You do not need to specify
them when running
lsfinstall:
LSF_ENABLE_EXTSCHEDULER="Y"
CONFIGURE_LSB_RLA_PORT="Y"
LOGDIR="path"
For job control action configuration, the batchid in the RMS rcontrol
command must include the LSF cluster name. The
rcontrol command now has
the form:
rcontrol [suspend | kill | resume] batchid=
cluster_name
@$LSB_JOBID
By default, the LSF scheduler can contact the LSF topology adapter (RLA) running
on any host for RMS allocation requests. Use LSB_RLA_HOST_LIST in
lsf.conf to define a list of hosts to restrict which RLAs the LSF scheduler
contacts.