Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`.