In the 3.2.6p16-snap.1157560841 snapshot the Makefiles are using DEFS =-D$(OPSYS) and configure.ac defines OPSYS=LINUX but almost all #if defined are using __LINUX and __AIX51 and such which obviously doesn't match.
Please fix. MPBSI.c contains 4 lines that look like, (char *)(R->Version >= 710) ? "select" : "neednodes", which should be (char *)(R->Version >= 710 ? "select" : "neednodes"), Please fix. -- Ake Sandgren, HPC2N, Umea University, S-90187 Umea, Sweden Internet: [EMAIL PROTECTED] Phone: +46 90 7866134 Fax: +46 90 7866126 Mobile: +46 70 7716134 WWW: http://www.hpc2n.umu.se _______________________________________________ mauiusers mailing list [email protected] http://www.supercluster.org/mailman/listinfo/mauiusers
