WIP: Initial LSF support, based on hacked LSF in original qbatch, untested#51
WIP: Initial LSF support, based on hacked LSF in original qbatch, untested#51gdevenyi wants to merge 2 commits intoCoBrALab:masterfrom
Conversation
95c9652 to
418edde
Compare
|
Man, testing this is going to be a bit of a chore. OpenLava is GPL, but they don't supply binaries. Can't find any RPMs for Centos or debs for debian/ubuntu. I'm going to reach out to my LSF user and ask them to test this out with their work. |
|
Need to somehow check LSF's walltime specification, it doesn't allow seconds. I'm thinking of slicing off the seconds for walltime if specified, otherwise I can't use qbatch as a pipeline tool for all clusters. |
|
Testing in progress from my only LSF user. |
9add3ba to
3a23ef8
Compare
|
Needs serious rebuild for new qbatch features. |
|
@gdevenyi : following up from ANTs thread - do you have a canned example I could run? |
@cookpa thanks for your interest. I'll need to rebase this into a functional state given the other changes since this was written. I'll come back here with dev install instructions and suggested test cases when that's ready. |
Based on my LSF support I wrote into a custom maget for an ENIGMA site.
Not tested on a real cluster yet, but produces sensible looking outputs.
Concerns:
How are blank #BSUB lines handled, not sure.