Re: [gridengine users] Blocking all the slots on the node for one job

2013-03-27 Thread Bhavishya Goel
Thanks you guys. Setting the resource quota seems to do the trick. On Wed, Mar 27, 2013 at 1:36 PM, Reuti wrote: > Am 27.03.2013 um 13:09 schrieb Bhavishya Goel: > > > So the option of using openmp parallel environment doesn't really work. > So if I have two queues, q1 and q2 for two set of use

Re: [gridengine users] Blocking all the slots on the node for one job

2013-03-27 Thread Reuti
Am 27.03.2013 um 13:09 schrieb Bhavishya Goel: > So the option of using openmp parallel environment doesn't really work. So if > I have two queues, q1 and q2 for two set of users, and if q1 has occupied all > the slots on one node, the grid engine still schedules the jobs from q2 on > the same

Re: [gridengine users] Blocking all the slots on the node for one job

2013-03-27 Thread MacMullan, Hugh
hosts {*} to slots=$num_proc } Cheers, Hugh From: users-boun...@gridengine.org [mailto:users-boun...@gridengine.org] On Behalf Of Bhavishya Goel Sent: Wednesday, March 27, 2013 8:09 AM To: users@gridengine.org Subject: Re: [gridengine users] Blocking all the slots on the node for one job So the

Re: [gridengine users] Blocking all the slots on the node for one job

2013-03-27 Thread Bhavishya Goel
So the option of using openmp parallel environment doesn't really work. So if I have two queues, q1 and q2 for two set of users, and if q1 has occupied all the slots on one node, the grid engine still schedules the jobs from q2 on the same node! So my qstat output may look like this: queuename qt

Re: [gridengine users] Blocking all the slots on the node for one job

2013-03-26 Thread Reuti
Hi, Am 26.03.2013 um 16:39 schrieb Bhavishya Goel: > I want to schedule a single job on the cluster using grid engine, but while > running that job, I want to block all the slots on that particular node > during the execution of that job. I need to do this for benchmarking reasons. > The easie

Re: [gridengine users] Blocking all the slots on the node for one job

2013-03-26 Thread Mazouzi
Hi, There is another way using exclusive host. https://blogs.oracle.com/templedf/entry/exclusive_host_access_with_grid Regards, On Tue, Mar 26, 2013 at 4:39 PM, Bhavishya Goel wrote: > Hi, > > I want to schedule a single job on the cluster using grid engine, but > while running that job, I wan

[gridengine users] Blocking all the slots on the node for one job

2013-03-26 Thread Bhavishya Goel
Hi, I want to schedule a single job on the cluster using grid engine, but while running that job, I want to block all the slots on that particular node during the execution of that job. I need to do this for benchmarking reasons. The easiest way that I can think of is to use the openmp parallel en