Resource use updates for MultiCluster jobs

Upon installation, the default configuration of LSF is that clusters share information about the resources used by other clusters, and the information is updated every 5 minutes by the execution or provider cluster. You can disable the feature or modify how often MultiCluster resource use is updated. Depending on load, updating the information very frequently can affect the performance of LSF.

Configure resource use updates for MultiCluster jobs

To change the timing of resource usage updating between clusters, set MC_RUSAGE_UPDATE_INTERVAL in lsb.params in the execution or provider cluster. Specify how often to update the information in the submission or consumer cluster, in seconds.

To disable LSF resource usage updating between clusters, specify zero:

MC_RUSAGE_UPDATE_INTERVAL=0
Restriction

You must configure this parameter manually; you cannot use LSF GUI tools to add or modify this parameter.