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. -- Michel Béland, analyste en calcul scientifique [email protected] 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 [email protected] http://www.supercluster.org/mailman/listinfo/mauiusers
