From tradke at aei.mpg.de Wed Aug 8 07:04:13 2007 From: tradke at aei.mpg.de (Thomas Radke (tradke)) Date: Wed, 8 Aug 2007 12:04:13 +0000 Subject: [Flesh-cvs] DEVELOPMENT CVS "Cactus/lib/make/extras/MPI MPICH" Message-ID: <20070808120413.E337181A4@asylum.cct.lsu.edu> Update of /cactusdevcvs/Cactus/lib/make/extras/MPI In directory asylum.cct.lsu.edu:/tmp/cvs-serv23284 Modified Files: MPICH Log Message: Steve White's patch to auto-configure with MPICH2 From tradke at aei.mpg.de Wed Aug 8 07:05:44 2007 From: tradke at aei.mpg.de (Thomas Radke (tradke)) Date: Wed, 8 Aug 2007 12:05:44 +0000 Subject: [Flesh-cvs] DEVELOPMENT CVS "Cactus/lib/make/known-architectures darwin" Message-ID: <20070808120544.F0B3481A4@asylum.cct.lsu.edu> Update of /cactusdevcvs/Cactus/lib/make/known-architectures In directory asylum.cct.lsu.edu:/tmp/cvs-serv23310 Modified Files: darwin Log Message: fix LDFLAGS when using the Intel compiler for linking From schnetter at cct.lsu.edu Wed Aug 22 12:38:57 2007 From: schnetter at cct.lsu.edu (Erik Schnetter (schnetter)) Date: Wed, 22 Aug 2007 17:38:57 +0000 Subject: [Flesh-cvs] DEVELOPMENT CVS "Cactus/lib/make make.configuration" Message-ID: <20070822173857.3681281A4@asylum.cct.lsu.edu> Update of /cactusdevcvs/Cactus/lib/make In directory asylum.cct.lsu.edu:/tmp/cvs-serv3983 Modified Files: make.configuration Log Message: Allow thorns to call make.configuration recursively from their make.configuration.deps. For this, thorns have to specify a make goal with a suffix ".custom". If the make goal has the suffix ".custom", then include the thorn list definition make.thornlist. This is identical to what happens for the "utils" and "build" make goals. From schnetter at cct.lsu.edu Fri Aug 24 21:23:39 2007 From: schnetter at cct.lsu.edu (Erik Schnetter (schnetter)) Date: Sat, 25 Aug 2007 02:23:39 +0000 Subject: [Flesh-cvs] DEVELOPMENT CVS "Cactus/src/include cctk_Schedule.h" Message-ID: <20070825022339.B70C681A4@asylum.cct.lsu.edu> Update of /cactusdevcvs/Cactus/src/include In directory asylum.cct.lsu.edu:/tmp/cvs-serv10047/include Modified Files: cctk_Schedule.h Log Message: Implement a new flesh function CCTK_SchedulePrintTimesToFile. The existing internal schedule printing functions now take an additional FILE* argument, and the existing CCTK_SchedulePrintTimes prints explicitly to stdout. From schnetter at cct.lsu.edu Fri Aug 24 21:23:39 2007 From: schnetter at cct.lsu.edu (Erik Schnetter (schnetter)) Date: Sat, 25 Aug 2007 02:23:39 +0000 Subject: [Flesh-cvs] DEVELOPMENT CVS "Cactus/src/main ScheduleInterface.c" Message-ID: <20070825022339.DDF9681A6@asylum.cct.lsu.edu> Update of /cactusdevcvs/Cactus/src/main In directory asylum.cct.lsu.edu:/tmp/cvs-serv10047/main Modified Files: ScheduleInterface.c Log Message: Implement a new flesh function CCTK_SchedulePrintTimesToFile. The existing internal schedule printing functions now take an additional FILE* argument, and the existing CCTK_SchedulePrintTimes prints explicitly to stdout.