On Wed, Feb 28, 2007 at 04:25:01PM -0800, Sam Rash alleged: > This sounds like d?j? vu: we want maui to respect more than the 16 (well 13 > user) queues. It seems that it takes the top (or first defined) 13 queues > and lumps the rest into class ALL. > > (like not only this topic has come up, but _I_ brought it up, ack) > > > > > > I changed this by rebuilding maui with the simple change: > > > > msched-common.h:478:#define MAX_MCLASS 16 > > msched-common.h:479:#define MMAX_CLASS 16 > > > > I changed 16 to 256.
I suspect 256 is probably going to be too high. This is all I change in my own maui rpm. perl -pi -e 's/^#define MMAX_JOB .*/#define MMAX_JOB 8192/' include/msched.h perl -pi -e 's/^#define MAX_MJOB .*/#define MAX_MJOB 8192/' include/msched.h perl -pi -e 's/^#define MAX_MCLASS .*/#define MAX_MCLASS 64/' include/msched-common.h _______________________________________________ mauiusers mailing list [email protected] http://www.supercluster.org/mailman/listinfo/mauiusers
