Since queue requests are not a part of DRMAA1 you should use "DRMAA_NATIVE_SPECIFICATION", which allows you to set (almost) any qsub command line parameter available. You can also use job categories but than you have to configure it in the qtasks file.
DRMAA version 2 specifies "queueName" in the job template. But there is no "real" implementation officially available at the moment. Daniel On Wed, 2013-05-29 at 10:17 +0200, Paolo Di Tommaso wrote: > Dear all, > > > Does anybody know how specify the queue name to which submit a job > request using the DRMAA Java api ? > > > I was supposing that the class JobTemplate defines a method like > setQueue(String), but it does not, and I was unable to fine any valid > alternative. > > > Any clue about it ? > > > > > Cheers, > Paolo > > > _______________________________________________ > users mailing list > [email protected] > https://gridengine.org/mailman/listinfo/users _______________________________________________ users mailing list [email protected] https://gridengine.org/mailman/listinfo/users
