Hi Jeremy,
> On 15 Jul 2016, at 17:43 , Jeremy Cohen <
jeremy...@imperial.ac.uk> wrote:
>
> Is it possible to access the queue name of a PBS job submitted via saga-python?
In principe I think it should be possible.
> I know it is possible to set the queue property on a saga.job.Description object prior to calling job.run() on a saga.job.Job object in order to specify that the job goes to a specific queue. However, if I submit a job without specifying the queue and allow PBS to route the job to a queue, is there some way I can access the name of the queue that the job is sent to? It looks like the queue value is not currently being parsed from the qstat output and set on the job description object after run() has been called on the job. Would this be an option or is there some other way to access this property?
Is the queue name shown during job submission? If so, we could extract it in a similar spirit as the job id.
Alternatively we could get it from qstat as you describe.
Mark