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

Re: [gridengine users] SGE 8.1.8, Cgroups, and Centos 7

2016-08-16 Thread sge
On 08/16/2016 04:54 AM, William Hay wrote: > You may need to upgrade to 8.1.9 IIRC there were some cgroup/cpuset fixes > there. Thanks William. I had looked at the release notes for 8.1.9 and missed the cpuset reference. Looks like ticket 1523 might apply to what I am seeing. Unfortunately I a

Re: [gridengine users] jobs allocate cores on node but do nothing

2016-08-16 Thread Reuti
Hi, > Am 15.08.2016 um 18:48 schrieb Ulrich Hiller : > > Excuse me, i have committed a stupid mistake. The extra mpihello > processes were leftovers from previous runs (sge processes aborted by > qdel command). Now in this detail the world is as it should be. The > number of processes on the nod

Re: [gridengine users] Is suspend/resume of a job possible with ge2011.11 ?

2016-08-16 Thread William Hay
On Tue, Aug 16, 2016 at 11:23:59AM +0200, Reuti wrote: > BTW: why did you set SIGTSTP? The default SIGSTOP should be sufficient. > > -- Reuti I don't know why the OP did it but the queue_conf man page suggests that SIGTSTP may be propogated to slave nodes by MPI implementaions while SIGSTOP won't

Re: [gridengine users] Is suspend/resume of a job possible with ge2011.11 ?

2016-08-16 Thread aditi.02
Hi, By backend I meant background. Yes, by changing SIGTSTP to SIGSTOP it is able to suspend the job. Thanks, Aditi -Original Message- From: Reuti [mailto:re...@staff.uni-marburg.de] Sent: Tuesday, August 16, 2016 2:54 PM To: Aditi - (India & ME - MFG) Cc: users@gridengine.org Subject:

Re: [gridengine users] Is suspend/resume of a job possible with ge2011.11 ?

2016-08-16 Thread Reuti
Hi, > Am 16.08.2016 um 08:50 schrieb aditi...@wipro.com: > > Hi all, > > I am trying to do suspend/resume of NAMD Application using following command: > qmod -sj---for Suspend > qmod –usj---for Unsuspend (resume) > When I run qstat –u “*” command --- I can see the job is in suspended s

Re: [gridengine users] SGE 8.1.8, Cgroups, and Centos 7

2016-08-16 Thread William Hay
On Mon, Aug 15, 2016 at 03:25:06PM -0400, s...@deej.net wrote: > Hi all, > Trying to get cgroups working with SoGE 8.1.8 and Centos 7. I have the > basic cgroup functionality working in the OS, cgred and cgconfig > services enabled, > > Modified the "setup-cgroups-etc" script to use cgroups