Closed pipitone closed 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?
-q
Yes, and env variable to set it.
Merged
If you want qbatch to submit your jobs to a queue other than the default queue, you have to do this (in PBS land):
Perhaps worth adding a
-q
option to do this explicitly?