...
Code Block |
---|
#exostellar
LSB_STDOUT_DIRECT=Y #optional
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 |
You can also add might find that adding these settings to
lsf.conf
to faciliate faciliates reading output fromlshosts
andbhosts
commands, but . Note: this is purely optional:optional and the changes may have unintended consequences in your environment.Code Block LSB_BHOSTS_FORMAT="HOST_NAME:47 status:13 max:-8 njobs:-8 run:-8 ssusp:-8 ususp:-8 comments" LSF_LSHOSTS_FORMAT="HOST_NAME:47 res:13 nprocs:-8 ncores:-8 nthreads:-8 ncpus:-8 maxmem:-8:S maxswp:8:S server:7 type"
The values assigned for variables with
TIME
andDELAY
may be tuned for the best timing scenario of your cluster and assets. The LSF Admin may opt for different timing than above.
...
Code Block |
---|
{ "providers":[ { "name": "aws", "type": "awsProv", "confPath": "resource_connector/aws", "scriptPath": "resource_connector/aws" }, { "name": "xio", "type": "xioProv", "confPath": "resource_connector/exostellar", "scriptPath": "resource_connector/exostellar" } ] } |
Python Dependencies
Nate’s details to follow soon — i.e.: “need python3 + python3-requests”Install required python components: yum -y install python3 python3-requests
Restart Select Services on the LSF Master
...