Re: [gridengine users] how to configure queue to terminate job not including h_rt option in batch file

2013-03-27 Thread William Hay
On 27 March 2013 12:52, Mikael Brandström Durling wrote: > Another option would be to make h_rt a forced complex in the complex > configuration with no default. We have the following line: > > #name shortcut typerelop requestable consumable > default urgency > #--

Re: [gridengine users] how to configure queue to terminate job not including h_rt option in batch file

2013-03-27 Thread William Hay
On 27 March 2013 11:42, Sangmin Park wrote: > Thank you for your answer > To be clear, I want to kill a job without h_rt option at submission step. > To do this, should I have to setup h_rt and s_rt filed in queue configuration? > is that all? > No for that you'd need to use the JSV or follow Mika

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] how to configure queue to terminate job not including h_rt option in batch file

2013-03-27 Thread Mikael Brandström Durling
Another option would be to make h_rt a forced complex in the complex configuration with no default. We have the following line: #name shortcut typerelop requestable consumable default urgency #--

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
Hi Bhavishya: One way is to have a resource quota set that limits the number of jobs on any host to the number of processors on that host ($num_proc): # qconf -srqs host_slot_limits { name host_slot_limits description Limit Slots for Hosts enabled TRUE limithost

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] how to configure queue to terminate job not including h_rt option in batch file

2013-03-27 Thread Sangmin Park
Thank you for your answer To be clear, I want to kill a job without h_rt option at submission step. To do this, should I have to setup h_rt and s_rt filed in queue configuration? is that all? Sangmin 2013. 3. 27., 오후 6:16, William Hay 작성: > On 27 March 2013 01:51, Sangmin Park wrote: >> Hello,

Re: [gridengine users] how to configure queue to terminate job not including h_rt option in batch file

2013-03-27 Thread William Hay
On 27 March 2013 01:51, Sangmin Park wrote: > Hello, > > I have a question about configuring a queue. > I want to kill job if a batch file of job does not include wall clock time, > h_rt option with termination message. > Does anyone know how to do it? > It's not clear when you want the job killed