Skip to content

Simple tool using GNU parallel to run PBS jobs on a single machine.

License

Notifications You must be signed in to change notification settings

jodaiber/qsub.sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

qsub.sh

Simple tool using GNU parallel to run PBS jobs on a single machine.

Usage

The idea of this script is to provide a simple replacement for qsub cluster exection, taking the same arguments as standard PBS/SGE submissions.

###Simple example with a dependency

$ job_align = $( qsub.sh -o align.log -e align.stderr.log job_align & echo $! )
$ qsub.sh -v var1=xyz -o translate.log -e translate.stderr.log -h $job_align job_translate

About

Simple tool using GNU parallel to run PBS jobs on a single machine.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages