I'm running SGE 6.2 and a user has the need to specify minimum scratch 
space.  I thought the specification for this check in a qsub script is 

#$ -l scr_free=XG 
# need X GB scratch space

0r 'qsub -l scr_free=XG <etc> '

However this does not work, returning the error:

$ qsub -l scr_free=2G simple.sh                                                 
                                                                                
             
Unable to run job: unknown resource "scr_free".
Exiting.


What is the correct string or option for this requirement?
(there's no such string in the man pages, and while there are google 
hits to this, I'm afraid that they might be circular refs from an 
original mistake..?)

Or is this a locally defined attribute that has to be configured?
(In the Complex Configuration screen, there is no predefined 
'scr_free' attribute..)

If the latter, can this be defined on a per-node basis (as the result 
of a script) or does it have to be a static value?  IT appears to be a 
static value only..

hjm

-- 
Harry Mangalam - Research Computing, OIT, Rm 225 MSTB, UC Irvine
[ZOT 2225] / 92697  Google Voice Multiplexer: (949) 478-4487 
MSTB Lat/Long: (33.642025,-117.844414) (paste into Google Maps)
_______________________________________________
users mailing list
[email protected]
https://gridengine.org/mailman/listinfo/users

Reply via email to