From knarf at cct.lsu.edu Tue Apr 6 13:41:39 2010 From: knarf at cct.lsu.edu (Frank Loeffler (knarf)) Date: Tue, 6 Apr 2010 18:41:39 +0000 Subject: [Flesh-cvs] DEVELOPMENT CVS "Cactus/lib/sbin RunTestUtils.pl" Message-ID: <20100406184139.7EC3A2C001@asylum.cct.lsu.edu> Update of /cactusdevcvs/Cactus/lib/sbin In directory asylum.cct.lsu.edu:/tmp/cvs-serv22790 Modified Files: RunTestUtils.pl Log Message: sort failed files by name From schnetter at cct.lsu.edu Fri Apr 16 21:17:19 2010 From: schnetter at cct.lsu.edu (Erik Schnetter (schnetter)) Date: Sat, 17 Apr 2010 02:17:19 +0000 Subject: [Flesh-cvs] DEVELOPMENT CVS "Cactus/lib/make/known-architectures xt4-cray-linux" Message-ID: <20100417021720.051F82C001@asylum.cct.lsu.edu> Update of /cactusdevcvs/Cactus/lib/make/known-architectures In directory asylum.cct.lsu.edu:/tmp/cvs-serv28785 Modified Files: xt4-cray-linux Log Message: The architecture file xt4-cray-linux misdetects the GNU Fortran compiler gfortran as the Portland compiler when gfortran is called through the ftn wrapper that Kraken provides. The fix is to do what the linux architecture file does and to remove the faulty test for Portland, and also fix the test for GNU Fortran to not require '95' in the version string. (Patch by Roland Haas)