CoBrALab / qbatch

The Unlicense
28 stars 13 forks source link

Add option to specify queue #99

Closed pipitone closed 8 years ago

pipitone commented 8 years ago

If you want qbatch to submit your jobs to a queue other than the default queue, you have to do this (in PBS land):

qbatch -o "-q myqueue" ...

Perhaps worth adding a -q option to do this explicitly?

gdevenyi commented 8 years ago

Yes, and env variable to set it.

gdevenyi commented 8 years ago

Merged