[Mauiusers] problems in latest maui
snapshot (3.2.6p16-snap.1157560841)
Josh Butikofer
josh at clusterresources.com
Fri Oct 20 14:38:04 MDT 2006
Ake,
These changes have been included in trunk and are also available in the most recent Maui snapshot:
http://www.clusterresources.com/downloads/maui/temp/maui-3.2.6p16-snap.1161376679.tar.gz
Thanks,
--
Joshua Butikofer
Cluster Resources, Inc.
josh at clusterresources.com
Voice: (801) 717-3707
Fax: (801) 717-3738
--------------------------
Åke Sandgren wrote:
> 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.
>
More information about the mauiusers
mailing list