Re: [gridengine users] GPU node with pe and complex

2012-08-23 Thread William Hay
On 22 August 2012 23:53, Joseph Farran jfar...@uci.edu wrote: Hi. I have a GPU node with 24 Intel cores and 4 GPU Tesla cards. My configuration has: The node: # qconf -se compute-1-14 | egrep gpu|processors complex_valuesgpu=4 processors24 The complex setup: qconf

Re: [gridengine users] GPU node with pe and complex

2012-08-23 Thread Reuti
Am 23.08.2012 um 09:32 schrieb William Hay: snip You have consumable set to YES which means the request is multiplied by the number of slots you request 64 so you can't allocate them. Assuming you have a recent version of Grid Engine you can set the consumable setting to JOB. This will mean

Re: [gridengine users] GPU node with pe and complex

2012-08-23 Thread Daniel Gruber
What you could do is creating a queue for each GPU you have on a host and assign them a queue exclusive GPU complex. The amount of GPU queues are limiting then the amount of GPU jobs. Then the total amount of cpu cores must be limited differently by a RQS on a per host basis. Daniel Am

Re: [gridengine users] GPU node with pe and complex

2012-08-23 Thread Joseph Farran
Thanks William. Setting the consumable to JOB did the trick! Best, Joseph On 08/23/2012 12:32 AM, William Hay wrote: On 22 August 2012 23:53, Joseph Farranjfar...@uci.edu wrote: You have consumable set to YES which means the request is multiplied by the number of slots you request 64 so you