Hi, Try without validation, like this :
qrsh -q space1 -l mem_free=1G I think the problem come from validation option: -w v I can reproduce the same problem with OGS/GE 2011.11 Regards On Thu, Aug 30, 2012 at 6:56 PM, Joseph Farran <[email protected]> wrote: > Hi. > > I am trying to request nodes with a certain mem_free value and I am not > sure what is missing in my configuration that this does not work. > > My test nodes in my space1 queue has: > > $ qstat -F -q space1 | grep mem_free > hl:mem_free=6.447G > hl:mem_free=7.237G > hl:mem_free=6.770G > hl:mem_free=7.253G > hl:mem_free=6.761G > hl:mem_free=7.254G > > When I try requesting 1GB of memory on my space1 queue with nodes that are > available, I get: > > $ qrsh -w v -q space1 -l mem_free=1G > Job 1885 (-l h_rt=604800,mem_free=1G) cannot run in queue > "[email protected]" because job requests unknown resource > (mem_free) > Job 1885 (-l h_rt=604800,mem_free=1G) cannot run in queue > "[email protected]" because job requests unknown resource > (mem_free) > Job 1885 (-l h_rt=604800,mem_free=1G) cannot run in queue > "[email protected]" because job requests unknown resource > (mem_free) > Job 1885 (-l h_rt=604800,mem_free=1G) cannot run in queue > "[email protected]" because job requests unknown resource > (mem_free) > Job 1885 (-l h_rt=604800,mem_free=1G) cannot run in queue > "[email protected]" because job requests unknown resource > (mem_free) > Job 1885 (-l h_rt=604800,mem_free=1G) cannot run in queue > "[email protected]" because job requests unknown resource > (mem_free) > verification: no suitable queues > > Without requesting mem_free, all is well: > $ qrsh -w v -q space1 > verification: found suitable queue(s) > > > All space1 nodes have: > > qconf -se compute-3-1|fgrep report > report_variables mem_free > > The complex for mem_free setup has: > # qconf -sc|fgrep mem_free > mem_free mf MEMORY <= YES NO 0 > 0 > > > I am using Son of Grid Engine 8.1.1. > > What am I missing that I cannot request mem_free? > > Joseph > > > > ______________________________**_________________ > users mailing list > [email protected] > https://gridengine.org/**mailman/listinfo/users<https://gridengine.org/mailman/listinfo/users> >
_______________________________________________ users mailing list [email protected] https://gridengine.org/mailman/listinfo/users
