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.
- Host: GitHub
- URL: https://github.com/edawson/submission_scripts
- Owner: edawson
- Created: 2016-06-06T18:57:35.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-06T19:38:42.000Z (about 9 years ago)
- Last Synced: 2025-01-07T20:46:41.594Z (5 months ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.