From dprideout at gmail.com Thu Oct 11 17:51:25 2007 From: dprideout at gmail.com (David Rideout (rideout)) Date: Thu, 11 Oct 2007 22:51:25 +0000 Subject: [Flesh-cvs] DEVELOPMENT CVS "Cactus/lib/sbin f_depend_modules.pl" Message-ID: <20071011225125.1ACC481A6@asylum.cct.lsu.edu> Update of /cactusdevcvs/Cactus/lib/sbin In directory asylum.cct.lsu.edu:/tmp/cvs-serv15093 Modified Files: f_depend_modules.pl Log Message: spelling fix From dprideout at gmail.com Fri Oct 12 10:36:13 2007 From: dprideout at gmail.com (David Rideout (rideout)) Date: Fri, 12 Oct 2007 15:36:13 +0000 Subject: [Flesh-cvs] DEVELOPMENT CVS "Cactus/doc/UsersGuide Appendices.tex" Message-ID: <20071012153613.9989581A6@asylum.cct.lsu.edu> Update of /cactusdevcvs/Cactus/doc/UsersGuide In directory asylum.cct.lsu.edu:/tmp/cvs-serv27089 Modified Files: Appendices.tex Log Message: Fixed two typos, and comment that we should document the MESSAGE field for configuration scripts. From schnetter at cct.lsu.edu Sun Oct 14 11:56:52 2007 From: schnetter at cct.lsu.edu (Erik Schnetter (schnetter)) Date: Sun, 14 Oct 2007 16:56:52 +0000 Subject: [Flesh-cvs] DEVELOPMENT CVS "Cactus/lib/make/known-architectures darwin8.10.3" Message-ID: <20071014165652.C3D5B81A6@asylum.cct.lsu.edu> Update of /cactusdevcvs/Cactus/lib/make/known-architectures In directory asylum.cct.lsu.edu:/tmp/cvs-serv31623 Added Files: darwin8.10.3 Log Message: Add known architecture file for Darwin 8.10.3 From goodale at cct.lsu.edu Wed Oct 17 21:25:44 2007 From: goodale at cct.lsu.edu (Tom Goodale (goodale)) Date: Thu, 18 Oct 2007 02:25:44 +0000 Subject: [Flesh-cvs] DEVELOPMENT CVS "Cactus/lib/make configure configure.in" Message-ID: <20071018022545.0203F81A6@asylum.cct.lsu.edu> Update of /cactusdevcvs/Cactus/lib/make In directory asylum.cct.lsu.edu:/tmp/cvs-serv25800 Modified Files: configure configure.in Log Message: Move setting of F90 and F77 to none earlier to prevent a bug when neither compiler has been found which left types undefined. From jshalf at lbl.gov Thu Oct 25 19:37:11 2007 From: jshalf at lbl.gov (John Shalf (jshalf)) Date: Fri, 26 Oct 2007 00:37:11 +0000 Subject: [Flesh-cvs] DEVELOPMENT CVS "Cactus/src/util Network.c" Message-ID: <20071026003711.5E0AC81A6@asylum.cct.lsu.edu> Update of /cactusdevcvs/Cactus/src/util In directory asylum.cct.lsu.edu:/tmp/cvs-serv5344 Modified Files: Network.c Log Message: Fixing Network.c for Cray XT4 Compute Node Linux Compatibility. Network.c uses gethostbyname() which is available on the front-end nodes of the XT4, but not available on Compute Node Linux back-end nodes. The code will link fine with gethostbyname(), but will resolve to the dynamically shared library version of glibc. Since the Compute nodes do not understand dynamically linked libraries (only static linking), then it causes a fatal runtime error if gethostbyname() is invoked even though the compiler will not provide any warning that something bad will occur. Therefore, if you #define CRAY_XT, it will disable the gethostbyname() so as to prevent a fatal runtime error when GetHostName is called. Need to find out a way to recognize Cray XT4/Compute-node-Linux systems automatically. The front-end of the XT4 looks exactly like a Linux cluster. (uname returns "Linux"). Perhaps add a test to the Linux cluster known architectures file that points it to a XT4_CNL known-architetures file. From jshalf at lbl.gov Thu Oct 25 23:08:38 2007 From: jshalf at lbl.gov (John Shalf (jshalf)) Date: Fri, 26 Oct 2007 04:08:38 +0000 Subject: [Flesh-cvs] DEVELOPMENT CVS "Cactus/lib/make/known-architectures xt4-cray-linux linux" Message-ID: <20071026040838.2CC8C81A6@asylum.cct.lsu.edu> Update of /cactusdevcvs/Cactus/lib/make/known-architectures In directory asylum.cct.lsu.edu:/tmp/cvs-serv7487 Modified Files: linux Added Files: xt4-cray-linux Log Message: Fixed error in linux config file. Linux file detects XT4 Linux systems and vectors to xt4-cray-linux config.