I am a little confused about the maui's scheduling strategy. If the
resource management has a few queue, so how will maui schedule jobs? Run
jobs queue by queue, and sort the job in a queue according to the jobs'
prority? Or just sort all jobs according to their prority? Thanks
Usually maui will sort by priority, and it will do that over all queues.
You define how this priority is composed; standard is by queuing time
(QUEUETIMEWEIGHT) which means it will be more or less FIFO.
So in short that means: pull jobs from all queues, sort them by
priority, and run them in that order.
Cheers,
Ronny
_______________________________________________
mauiusers mailing list
[email protected]
http://www.supercluster.org/mailman/listinfo/mauiusers