Skip to main content
Skip table of contents

Resource Connector Requirement: lsf.conf

Add Required Lines to lsf.conf

CODE
#exostellar
LSB_RC_EXTERNAL_HOST_FLAG=xiohost
LSF_LOCAL_RESOURCES="[resource xiohost] [type X86_64]"
LSF_DYNAMIC_HOST_WAIT_TIME=2
LSF_DYNAMIC_HOST_TIMEOUT=10m
ENABLE_DYNAMIC_HOSTS=Y
LSF_REG_FLOAT_HOSTS=Y
EBROKERD_HOST_CLEAN_DELAY=5
LSF_MQ_BROKER_HOSTS=head        #equivalent to LSF Master, in this example
LSB_RC_EXTERNAL_HOST_IDLE_TIME=2
EGO_DEFINE_NCPUS=threads 
  1. The values assigned for variables with TIME and DELAY may be tuned for the best timing scenario of your cluster and assets. The LSF Admin may opt for different timing than above.

NOTE: When adding a new provider to an already functioning Resource Connector, the LSB_RC_EXTERNAL_HOST_FLAG variable takes white-space separated strings, so line 3 from the above might be changed as follows when the awshost provider is already configured:

LSB_RC_EXTERNAL_HOST_FLAG="awshost xiohost"

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.