VisTrails / tej

Trivial Extensible Job-submission -- a simple (no setup on the server) but extensible (in case you need scheduling/queueing) job submission mechanism in Python
BSD 3-Clause "New" or "Revised" License
8 stars 3 forks source link

Support the LSF batch scheduler #23

Open remram44 opened 7 years ago

remram44 commented 7 years ago

LSF seems pretty similar to PBS. Just have to use bsub instead of qsub and change metadata directives.

Unfortunately I have no way of testing it.