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] 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

[gridengine users] Dynamic Resource Quotas

2013-02-04 Thread Joseph Farran
Hi All. 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 resource quota but not sure if it can be done?