Re: [gridengine users] Implementing new queues

2016-08-17 Thread Chester Langin
: Bill Bryce Sent: Tuesday, August 16, 2016 4:26:51 PM To: Chester Langin Cc: users@gridengine.org Subject: Re: [gridengine users] Implementing new queues You can create a sge request file that sets defaults for particular users or you can also have a Job Submission Verifier and it will enforce

Re: [gridengine users] Implementing new queues

2016-08-16 Thread Reuti
Hi, Am 16.08.2016 um 22:59 schrieb Chester Langin: > Hello, > > We implemented a new 40-unit HPCC October, 2015, and have been using the SGE > scheduler with the default configuration. The faculty have been submitting > jobs to the scheduler without a specifying a queue, and the queue default

Re: [gridengine users] Implementing new queues

2016-08-16 Thread Bill Bryce
You can create a sge request file that sets defaults for particular users or you can also have a Job Submission Verifier and it will enforce specific flags on a qsub (so the users who forget to provide a queue it will automatically add a queue). you can do a ‘man sge_request’ to find out about

[gridengine users] Implementing new queues

2016-08-16 Thread Chester Langin
Hello, We implemented a new 40-unit HPCC October, 2015, and have been using the SGE scheduler with the default configuration. The faculty have been submitting jobs to the scheduler without a specifying a queue, and the queue defaults to all.q. I would like to add more queues and force the fa