From 09483ca9835c76d18fc36899c69b3856e5b4b8a8 Mon Sep 17 00:00:00 2001 From: bchristiansen Date: Tue, 17 Feb 2009 21:11:35 +0000 Subject: [PATCH] INCR: updated changelog for swap change. git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@110 3f5042e3-fb1d-0410-be18-d6ca2573e517 --- CHANGELOG | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG b/CHANGELOG index 5ed872f..d291f74 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,5 @@ Maui 3.2.6p21 + - Fixed a nodes configured swap from changing in a maui+pbs setup. (Thanks goes to Gareth Williams of CSIRO) - Fixed CHECKSUM authentication for maui + slurm. Thanks goes to Eyegene Ryabinkin. - Fixed 64bit issue. Maui assumed ints were always 8 bytes for 64bit systems even though x86_64 ints are still 4 bytes. This lead to aliasing of large indexed node properties to smaller indexed properties. Maui now triggers off of sizeof(int). Thanks goes to Alexis Cousein. - Fixed an optimiztion issue with x86_64 systems. -O2 was optimizing out parts of the communication strings.