From tradke at aei.mpg.de Fri Sep 1 12:14:55 2006 From: tradke at aei.mpg.de (Thomas Radke) Date: Fri, 1 Sep 2006 17:14:55 +0000 Subject: [Flesh-cvs] DEVELOPMENT CVS "Cactus/doc/UsersGuide ThornWriters.tex" Message-ID: <20060901171455.5531081A6@asylum.cct.lsu.edu> Update of /cactusdevcvs/Cactus/doc/UsersGuide In directory asylum.cct.lsu.edu:/tmp/cvs-serv32189 Modified Files: ThornWriters.tex Log Message: Multiple thorns providing the same aliased function can be compiled into the same configuration but only one such thorn may then be activated. From tradke at aei.mpg.de Mon Sep 4 09:55:55 2006 From: tradke at aei.mpg.de (Thomas Radke) Date: Mon, 4 Sep 2006 14:55:55 +0000 Subject: [Flesh-cvs] DEVELOPMENT CVS "Cactus/doc/ReferenceManual UtilReference.tex" Message-ID: <20060904145555.E0F0181A6@asylum.cct.lsu.edu> Update of /cactusdevcvs/Cactus/doc/ReferenceManual In directory asylum.cct.lsu.edu:/tmp/cvs-serv32364 Modified Files: UtilReference.tex Log Message: Removed duplicate entries for Util_TableSetInt() and Util_TableSetReal(). From tradke at aei.mpg.de Thu Sep 28 08:05:28 2006 From: tradke at aei.mpg.de (Thomas Radke) Date: Thu, 28 Sep 2006 13:05:28 +0000 Subject: [Flesh-cvs] DEVELOPMENT CVS "Cactus/src/main Parameters.c" Message-ID: <20060928130528.8668A81A6@asylum.cct.lsu.edu> Update of /cactusdevcvs/Cactus/src/main In directory asylum.cct.lsu.edu:/tmp/cvs-serv5212 Modified Files: Parameters.c Log Message: Fix inconsistent interpretation of CCTK_ParameterQueryTimesSet()'s return value. The discussion on http://www.cactuscode.org/pipermail/developers/2006-August/004990.html brought up the issue of an inconsistent interpretation of CCTK_ParameterQueryTimesSet()'s return value which depends on whether this is a normal run, or one that has been recovered from a checkpoint. The provided patch solves the problem of inconsistent behaviour of CCTK_ParameterQueryTimesSet() by fixing the code in CCTK_ParameterSet() which increments the times_set counter. Now the counter is not incremented for recovered parameters which take the same value as before (effectively assuming this to be a no-op). In addition, non-steerable parameters which are set in the parfile but then recovered to the same value from a checkpoint will have their previous set operation unregistered. In a recovered run, CCTK_ParameterQueryTimesSet() will now return a value larger 0 for the union of - all parameters which have been set in the parfile when the checkpoint was created - all steerable parameters which have been set in the recovery parfile This closes PR Cactus-2056: "fix inconsistent interpretation of CCTK_ParameterQueryTimesSet()'s return value". From tradke at aei.mpg.de Thu Sep 28 09:09:09 2006 From: tradke at aei.mpg.de (Thomas Radke) Date: Thu, 28 Sep 2006 14:09:09 +0000 Subject: [Flesh-cvs] DEVELOPMENT CVS "Cactus/src/include cctk_Parameter.h" Message-ID: <20060928140909.BE09C81A6@asylum.cct.lsu.edu> Update of /cactusdevcvs/Cactus/src/include In directory asylum.cct.lsu.edu:/tmp/cvs-serv5489/src/include Modified Files: cctk_Parameter.h Log Message: Added two new flesh API functions CCTK_ParameterSetNotifyRegister() and CCTK_ParameterSetNotifyUnregister() to register/unregister user callback functions for parameter set nofications. See discussion thread http://www.cactuscode.org/old/pipermail/developers/2006-September/005090.html for details. This closes patch Cactus-2057 "add new flesh functions to register/unregister notify callbacks for parameter set operations". From tradke at aei.mpg.de Thu Sep 28 09:09:09 2006 From: tradke at aei.mpg.de (Thomas Radke) Date: Thu, 28 Sep 2006 14:09:09 +0000 Subject: [Flesh-cvs] DEVELOPMENT CVS "Cactus/src/main Parameters.c" Message-ID: <20060928140909.E03E181A9@asylum.cct.lsu.edu> Update of /cactusdevcvs/Cactus/src/main In directory asylum.cct.lsu.edu:/tmp/cvs-serv5489/src/main Modified Files: Parameters.c Log Message: Added two new flesh API functions CCTK_ParameterSetNotifyRegister() and CCTK_ParameterSetNotifyUnregister() to register/unregister user callback functions for parameter set nofications. See discussion thread http://www.cactuscode.org/old/pipermail/developers/2006-September/005090.html for details. This closes patch Cactus-2057 "add new flesh functions to register/unregister notify callbacks for parameter set operations". From tradke at aei.mpg.de Thu Sep 28 09:10:38 2006 From: tradke at aei.mpg.de (Thomas Radke) Date: Thu, 28 Sep 2006 14:10:38 +0000 Subject: [Flesh-cvs] DEVELOPMENT CVS "Cactus/doc/ReferenceManual CCTKReference.tex" Message-ID: <20060928141038.489AF81A6@asylum.cct.lsu.edu> Update of /cactusdevcvs/Cactus/doc/ReferenceManual In directory asylum.cct.lsu.edu:/tmp/cvs-serv5526/doc/ReferenceManual Modified Files: CCTKReference.tex Log Message: Document new flesh API functions CCTK_ParameterSetNotifyRegister() and CCTK_ParameterSetNotifyUnregister(). From schnetter at aei.mpg.de Sat Sep 30 14:41:39 2006 From: schnetter at aei.mpg.de (Erik Schnetter) Date: Sat, 30 Sep 2006 19:41:39 +0000 Subject: [Flesh-cvs] DEVELOPMENT CVS "Cactus/lib/make/known-architectures darwin8.8.1" Message-ID: <20060930194139.2B3D981A6@asylum.cct.lsu.edu> Update of /cactusdevcvs/Cactus/lib/make/known-architectures In directory asylum.cct.lsu.edu:/tmp/cvs-serv18609 Added Files: darwin8.8.1 Log Message: Add known architecture file for Darwin 8.8.1.