Hi all,

I have one application that relies on a custom Complex attr called
"mem_requested", and configured for all compute nodes:

$ qhost -F mem_requested
HOSTNAME                ARCH         NCPU  LOAD  MEMTOT  MEMUSE  SWAPTO
 SWAPUS
-------------------------------------------------------------------------------
global                  -               -     -       -       -       -
  -
eva00                   lx26-amd64      8  0.00    7.8G  312.2M   32.0G
0.0
    Host Resource(s):      hc:mem_requested=7.814G

The app doc also recommend I should define it as default resource request
for all qsub jobs in sge_request. So I did add -l mem_requested=1G
in SGE_ROOT/default/common/sge_request on the qmaster node.

However, I notice, it doesn't do anything, a simple qsub job such as

qsub -b y sleep 1m

has no -l mem_requested=1G added into it by default.

Am I missing anything?

Cheers,
Derrick
_______________________________________________
users mailing list
[email protected]
https://gridengine.org/mailman/listinfo/users

Reply via email to