Re: [gridengine users] Dynamic Resource Quotas

2013-02-05 Thread Reuti
Hi, Am 05.02.2013 um 08:29 schrieb Joseph Farran: I am using Grid Engine 8.1.2. I am reading up on dynamic resource quotas. One example I see to allow 5 slots per CPU on all linux hosts is: limit hosts {@linux_hosts} to slots=$num_proc*5 I like to setup the following dynamic

Re: [gridengine users] load_sensor

2013-02-05 Thread Markus Koeberl
On Tuesday 05 February 2013 10:35:56 William Hay wrote: Try using the load sensor interactively to see what happens? Maybe your load sensor hangs after the first report? ~$ { echo; echo; echo quit; } | ./gridengine_loadsensor_cfs begin moss:cfs_mountpoint:1 end begin moss:cfs_mountpoint:1 end

Re: [gridengine users] load_sensor

2013-02-05 Thread Reuti
Hi, Am 05.02.2013 um 10:08 schrieb Markus Koeberl: I am trying to use a load_sensor with gridengine on debian squeeze (6.2u5-1squeeze1). My script get used but values only get asked one time after start and after a change in the script. But not regulary after load_report_time. qconf -se

Re: [gridengine users] load_sensor

2013-02-05 Thread Markus Koeberl
On Tuesday 05 February 2013 10:54:57 Reuti wrote: Hi, Am 05.02.2013 um 10:08 schrieb Markus Koeberl: I am trying to use a load_sensor with gridengine on debian squeeze (6.2u5-1squeeze1). My script get used but values only get asked one time after start and after a change in the script.

Re: [gridengine users] load_sensor

2013-02-05 Thread Reuti
Am 05.02.2013 um 11:02 schrieb Markus Koeberl: On Tuesday 05 February 2013 10:54:57 Reuti wrote: Hi, Am 05.02.2013 um 10:08 schrieb Markus Koeberl: I am trying to use a load_sensor with gridengine on debian squeeze (6.2u5-1squeeze1). My script get used but values only get asked one time

Re: [gridengine users] load_sensor

2013-02-05 Thread Markus Koeberl
On Tuesday 05 February 2013 11:05:08 Reuti wrote: Aha, Perl. This is then an issue of the buffered output I guess. ok, now the script get used regularly... Thanks for the hint! but still using qconf -se host I do not get the values reported qconf -sconf shows the load_sensor ps axf | grep

[gridengine users] Raising an old share tree bug...

2013-02-05 Thread Orlando Richards
Hi folks, We've been suffering a lot from, we think, this bug: https://arc.liv.ac.uk/trac/SGE/ticket/435 where we're finding that the usage tracked in the share tree for array jobs is much higher than the actual usage, or for the same jobs submitted as a non-array process. The bug has

Re: [gridengine users] [Spsc-sysadmin] load_sensor

2013-02-05 Thread Markus Koeberl
On Tuesday 05 February 2013 11:43:48 Markus Koeberl wrote: On Tuesday 05 February 2013 11:05:08 Reuti wrote: Aha, Perl. This is then an issue of the buffered output I guess. ok, now the script get used regularly... Thanks for the hint! but still using qconf -se host I do not get the

Re: [gridengine users] Dynamic Resource Quotas

2013-02-05 Thread Joseph Farran
Hi Reuti. Yes, I am creating a script to be ran by cron that will re-adjust the number of slots allowed per user based on the wait. In the process of creating the script, I thought of checking first to see this already existed with Dynamic quotas to not re-invent the wheel. Thanks, Joseph