On 29/02/12 22:14, Joe Whitney wrote: > I am having a simple problem where the behaviour of mem_free resource > requests are being treated differently on two different queues > (actually, separate installations of SGE).
Hi Joe, What does the output of qconf -sc show on the two installations of SGE? There are three possible settings for the consumable field of a resource: NO, YES and JOB. NO: the resource is not consumable YES: the resource is consumable and is per slot JOB: the resource is consumable and is per job This means that if the consumable is set to YES then, when using a parallel environment, the requested amount is multiplied by the number of slots requested. If it's set to JOB, then the memory requested is assumed to be for the whole job, and doesn't get multiplied by the number of slots requested. HTH, Rob -- Robert Hutton Senior Systems and Database Administrator Centre for Genomics and Global Health <http://cggh.org> The Wellcome Trust Centre for Human Genetics Roosevelt Drive Oxford OX3 7BN United Kingdom Tel: +44 (0)1865 287721 _______________________________________________ users mailing list [email protected] https://gridengine.org/mailman/listinfo/users
