|
I recently recompiled maui and changed a few build-time
parameters: msched-common.h:#define MAX_MCLASS 128 msched-common.h:#define MMAX_CLASS 128 (this is presumably to change the max classes to 128 [from
16]) And as I mentioned before: msched.h:#define
MMAX_JOB 25*1024 (I know I can fix with routing queues, but the top ones are
necessary) So I’d notice that maui would become unresponsive
(except to kill -9) and sometimes exit. The log simply said “received
signal 11”—sign of a seg fault. Any ideas if changing those params from defaults could cause
the seg fault? If not, it may be some other server config changes (though
nothing major has happened) I can provide showconfig output if need be Sam Rash 408-349-7312 vertigosr37 |
_______________________________________________ mauiusers mailing list [email protected] http://www.supercluster.org/mailman/listinfo/mauiusers
