Hello,

I cannot find in any documentation, please could  somebody explain me how
is the relationship between AR definition and project configuration in a
queue?
I'm able to configure AR:
------------
~# qrsub  -pe Pe_C02_Ba 8 -q all.q@nodec02n122 -N reservation -d
1:0:0

Your advance reservation 69 has been
granted

~# qrstat -ar
69

--------------------------------------------------------------------------------

id
69

name
reservation

owner
root

state
r

start_time                     12/03/2012
17:51:11

end_time                       12/03/2012
18:51:11

duration
01:00:00

submission_time                12/03/2012
17:51:11

group                          vgroup


account
sge

granted_slots_list             al...@nodec02n122.hpc.dom.com=8

granted_parallel_environment   Pe_C02_Ba slots 8

It is possible only when no project is set on global, host or queue level:

~# qconf -sconf | grep projects


projects
none

xprojects                    none

~# qconf -se nodec02n122 | grep
projects

projects
NONE

xprojects             NONE

~# qconf -sq all.q | grep
projects

projects
NONE

xprojects             NONE

============================================

In case of setting of project in the queue for a hostgroup is impossible
use Advance Reservation:

~# qconf -sq all.q | grep projects
projects              NONE,[@c02_Ba=prj_cfd_of_ext]
xprojects             NONE

~# qrsub  -pe Pe_C02_Ba 8 -q all.q@nodec02n122 -N reservation -d 1:0:0
advance_reservation: no suitable queues

~# qrsub -w v -pe Pe_C02_Ba 8 -q all.q@nodec02n122 -N reservation -d 1:0:0
Your job (no project) does not have the correct project to run in queue "
al...@nodec02n122.hpc.dom.com"
Your job (no project) does not have the correct project to run in queue "
al...@nodec02n122.hpc.dom.com"
Your job cannot run in PE "Pe_C02_Ba" because it only offers 0 slots
==============================================
The project configuration is standard and the user is member of ACL.

Only this one change in the queue configuration was done.

sge version: SoGE 8.0.0d

Thanks for your advice.

Bye

baf035
_______________________________________________
users mailing list
users@gridengine.org
https://gridengine.org/mailman/listinfo/users

Reply via email to