An open API service indexing awesome lists of open source software.

https://github.com/edawson/submission_scripts

A bunch of helper scripts to make sense of the ludicrous LSF submission line.
https://github.com/edawson/submission_scripts

Last synced: 3 months ago
JSON representation

A bunch of helper scripts to make sense of the ludicrous LSF submission line.

Awesome Lists containing this project

README

        

### Conquesing LSF's submission syntax.
Submitting jobs on lsf is a pain. This repo has a bunch of wrapper scripts for doing things like:
``` /sub_array.sh jobname ~/jobscript.lsf 1 1 9```

This submits an array job (once filled out with your default values). Much better.