check this link
http://grid-deployment.web.cern.ch/grid-deployment/documentation/Maui-Cookbook.pdf
On 2/12/2011 5:44 AM, Mahmood Naderan wrote:
Hi,
I have two queues with these configurations (big, small):

Qmgr: print server
create queue big
set queue big queue_type = Execution
set queue big Priority = 10
set queue big resources_default.nodes = 1
set queue big resources_default.walltime = 120:00:00
set queue big enabled = True
set queue big started = True
#
# Create and define queue small
#
create queue small
set queue small queue_type = Execution
set queue small Priority = 100
set queue small resources_default.nodes = 1
set queue small resources_default.walltime = 02:00:00
set queue small enabled = True
set queue small started = True
#
# Set server attributes.
#
set server scheduling = True
set server acl_hosts = server1
set server default_queue = big
set server log_events = 511
set server mail_from = adm
set server resources_available.nodect = 30
set server scheduler_iteration = 600
set server node_check_rate = 150
set server tcp_timeout = 6
set server next_job_number = 24181

I also set the followings in maui.cfg (these are defaults, I only uncomment
them):

# FairShare: http://supercluster.org/mauidocs/6.3fairshare.html
FSPOLICY              PSDEDICATED
FSDEPTH               7
FSINTERVAL            86400
FSDECAY               0.80

Now these jobs are in queue (j1 is the head):
j1 big
j2 big
j3 big
j4 small
j5 small

However when one nodes get free, j1 will be processed. j4 and j5 has higher
priority and since one node is free, j4 should be

processed.

Any troubleshooting idea?
// Naderan *Mahmood;




_______________________________________________
mauiusers mailing list
[email protected]
http://www.supercluster.org/mailman/listinfo/mauiusers

<<attachment: laotsao.vcf>>

_______________________________________________
mauiusers mailing list
[email protected]
http://www.supercluster.org/mailman/listinfo/mauiusers

Reply via email to