Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/postpop/submitmore
submit queues of qsub jobs
https://github.com/postpop/submitmore
Last synced: about 9 hours ago
JSON representation
submit queues of qsub jobs
- Host: GitHub
- URL: https://github.com/postpop/submitmore
- Owner: postpop
- License: mit
- Created: 2015-04-05T21:54:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-06T00:39:42.000Z (over 9 years ago)
- Last Synced: 2023-08-03T13:09:23.897Z (over 1 year ago)
- Language: Matlab
- Homepage:
- Size: 164 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# submitMore
Wrapper for the PNI specific `qsub` wrapper (`submit`). Allows submitting a queue of parallel jobs. Child jobs will wait for completion of parent jobs. Useful for `prepare`-`process`-`gather` workflows (see [demo](https://github.com/postpop/submitMore/tree/master/demo)).## Documentation
- requires fairly new Matlab version (2013a+)
- need to test - pretty buggy right now## Internals
Parses job id of parent job (`getJobID`) and submits child job using the `-hold_jid` argument in `qsub`.