> For the complete documentation index, see [llms.txt](https://explore-vineeth.gitbook.io/mywiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://explore-vineeth.gitbook.io/mywiki/programming/tools/lsf.md).

# LSF

LSF has a bug of dropping the jobs into dangling state, where they dont execute anything, just stays using the resources&#x20;

Need to reboot LSF machines every 2/4 weeks for clean tmp and zombie process cleanup&#x20;

LSF batch mode

LSF Interactive mode

There is a concept of slot mechanism for allotment in LSF&#x20;

LSF keeps submitting jobs to first machine eventhough all remaining machines are free. It will increase load into one machine resulting in slower builds and ineffective resource utilization&#x20;

Filers used across multiple machines face "No such File access" problem, because of more read write access from different machines, result in more read time and they get time out from another instance.

Use of faster filers.

Leverage more local workspace&#x20;

bjobs to list all jobs

bkill to kill the job

&#x20; A cleanup job to remove unneccessary jobs.

'
