Skip to content

🔧 improve lsf queries to config every job

Latest
Compare
Choose a tag to compare
@juanesarango juanesarango released this 15 Feb 02:33
· 1 commit to master since this release
7614f3e

When using lsf, every job queries lsf for configuration at least 3 times. This release allows to pass TOIL_CONTAINER_LSF_PER_CORE env variable with values Y/N to define if LSF total memory is define per job or per core, thus avoiding any lsf query for getting this info. And it removes the dynamic query to lsf units. It assume always that if an integer is passed to memory= then the units are bytes. If other unit is desired, it can be specified as a string. ie. memory="8Gb".