My notes are a bit sketchy, but if you have nodes with a high core count you may need to also look at adjusting:
MMAX_JOB in include/msched.h MMAX_JOBRA in include/msched.h MAX_MPJOB in src/moab/MNode.c The source code is a bit of a nightmare. Be thankful that Halloween has passed. // Steve On 11/02/2012 08:09 AM, Michel Béland wrote: > Mario Kadastik wrote : > >> I'm having trouble with maui that's from EMI-1 repository. It namely tends >> to schedule only up to a certain amount of jobs and then doesn't schedule >> more jobs even though there are free slots. The maui log shows that it tries >> to schedule jobs, but fails to make reservations: >> >> >> 10/31 19:50:07 ERROR: cannot create reservation for job '1045242' >> 10/31 19:50:07 ERROR: cannot start job '1045242' in partition DEFAULT >> 10/31 19:50:07 MJobPReserve(1045242,DEFAULT,ResCount,ResCountRej) >> 10/31 19:50:07 ALERT: cannot create reservation in MJobReserve >> 10/31 19:50:07 MJobPReserve(1045243,DEFAULT,ResCount,ResCountRej > > You may have to increase the value of some constants in Maui's include > files. I suspect MAX_MRES in moab.h, but you may need to increase others. > _______________________________________________ mauiusers mailing list [email protected] http://www.supercluster.org/mailman/listinfo/mauiusers
