>      We are using torque version : 2.5.8 and maui version : 2.3.6p1  
> on centos 6.5.
> I want to give higher priority to interactive jobs but without 
> creating separate queue for interactive jobs .  Can some one guide and 
> tell me how can we do using Maui configuration.

If you do not want a separate queue for interactive jobs, it is a little 
bit more complex. You could intercept the job submission with a qsub 
filter (or a qsub wrapper) and if you detect that the job is interactive 
(there is -I in the command line options or #PBS -I), you set a QOS by 
adding the option -W x=QOS:interactive. For this to work, you need the 
definition for this QOS in maui.cfg. For example,

QOSCFG[interactive] PLIST=partition1:partition2 PRIORITY=20000

# This is to make Maui take the priority defined above into account for 
the fairshare algorithm.
QOSWEIGHT    1

Hope this helps,

-- 
Michel Béland, analyste en calcul scientifique
michel.bel...@calculquebec.ca
bureau S-250, pavillon Roger-Gaudry (principal), Université de Montréal
téléphone : 514 343-6111 poste 3892     télécopieur : 514 343-2155
Calcul Québec (www.calculquebec.ca)
Calcul Canada (calculcanada.ca)

_______________________________________________
mauiusers mailing list
mauiusers@supercluster.org
http://www.supercluster.org/mailman/listinfo/mauiusers

Reply via email to