El 26/06/14 17:13, Reuti escribió:
Hi,

Am 26.06.2014 um 13:27 schrieb Txema Heredia:

Is core-binding acknowledged when running interactive jobs through qlogin?

I have a JSV that forces the binding but I am seeing this (and the node has an 
instant load of 38):

# qstat -j 4558559 -cb | grep "job_name\|binding"
job_name:                   QLOGIN
binding:                    set linear:1:0,0
binding    1:               NONE
Did you enable binding in SGE's configuration under "execd_params 
ENABLE_BINDING=TRUE"?

-- Reuti

Yes, it is enabled:

# qconf -sconf global
execd_params                 ENABLE_BINDING=true S_MEMORYLOCKED=infinity \
                             H_MEMORYLOCKED=infinity S_DESCRIPTORS=65500 \
                             H_DESCRIPTORS=65500

And it is working:

single-core qsub:

# qstat -j 4059476 -cb | grep "job_name\|binding"
job_name:                   Sedus_3000BIG_50_92.o
binding:                    set linear:1
binding    1:               SCcCCCCSCCCCCC


threaded qsub:

[root@floquet ~]# qstat -j 4556321 -cb | grep "job_name\|binding"
job_name:                   GreatApechr1.sh
binding:                    set linear:6:0,0
binding    1:               SccccccSCCCCCC


threaded qlogin:

[root@floquet ~]# qstat -j 4561279 -cb | grep "job_name\|binding"
job_name:                   QLOGIN
binding:                    set linear:3:0,0
binding    1:               ScccCCCSCCCCCC


single-core qlogin:

[root@floquet ~]# qstat -j 4561280 -cb | grep "job_name\|binding"
job_name:                   QLOGIN
binding:                    set linear:1:0,0
binding    1:               NONE



In fact, I've just realized that it only happens on certain nodes:

# qstat -j 4561290 -cb | grep "job_name\|binding\|queue_list"
job_name:                   c1-10
hard_queue_list:            *@compute-1-10.local
binding:                    set linear:1:0,0
binding    1:               ScCCCCCSCCCCCC

# qstat -j 4561291 -cb | grep "job_name\|binding\|queue_list"
job_name:                   c0-1
hard_queue_list:            *@compute-0-1.local
binding:                    set linear:1:0,0
binding    1:               NONE

What I am missing here? What can be different in my nodes?

Txema





Is it really ignored? Is there any way to prevent this?

Thanks in advance,

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

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

Reply via email to