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

2013-04-10 Thread Arnau Bria
On Wed, 27 Mar 2013 13:38:40 + William Hay wrote: Hi, [...] No for that you'd need to use the JSV or follow Mikael's suggestion. few days ago I sent my jsv script to the list. something like: #!/usr/bin/perl use strict; use warnings; no warnings qw/uninitialized/; use Env qw(SGE_ROOT);

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 dorimosi...@gmail.com 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

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 w@ucl.ac.uk 작성: On 27 March 2013 01:51, Sangmin Park

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] 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 dorimosi...@gmail.com 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

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 mikael.durl...@slu.se 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

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

2013-03-26 Thread Sangmin Park
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? Thanks in advance. Sangmin ___ users mailing list