Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
tar xf lsf.tgz -C ../
cd ..
mv assets/* .
rmdir assets

Ensure lsb.modules is prepared for Resource Connector

  1. schmod_demand plugin must be enabled in ${LSF_TOP}/conf/lsbatch/<cluster-name>/configdir/lsb.modules.

    1. Code Block
      Begin PluginModule
      SCH_PLUGIN                      RB_PLUGIN                    SCH_DISABLE_PHASES
      ...
      schmod_demand                   ()                              ()
      ...
      End PluginModule

Add New Queue and Resource Definitions to LSF for Resource Connector

...