From schnetter at aei.mpg.de Mon Oct 2 17:20:17 2006 From: schnetter at aei.mpg.de (Erik Schnetter) Date: Mon, 2 Oct 2006 22:20:17 +0000 Subject: [Flesh-cvs] DEVELOPMENT CVS "Cactus/lib/sbin CreateFunctionBindings.pl" Message-ID: <20061002222017.4BC468196@asylum.cct.lsu.edu> Update of /cactusdevcvs/Cactus/lib/sbin In directory asylum.cct.lsu.edu:/tmp/cvs-serv1932 Modified Files: CreateFunctionBindings.pl Log Message: Allow CCTK_COMPLEX for aliased functions. Closes PR 2049. From swhite at aei.mpg.de Thu Oct 19 01:25:17 2006 From: swhite at aei.mpg.de (Steve White) Date: Thu, 19 Oct 2006 06:25:17 +0000 Subject: [Flesh-cvs] DEVELOPMENT CVS "Cactus/doc/UsersGuide Appendices.tex" Message-ID: <20061019062517.5E9358196@asylum.cct.lsu.edu> Update of /cactusdevcvs/Cactus/doc/UsersGuide In directory asylum.cct.lsu.edu:/tmp/cvs-serv26951 Modified Files: Appendices.tex Log Message: Corrected and completed schedule bin entry about CCTK_RECOVER_PARAMETERS From swhite at aei.mpg.de Thu Oct 19 01:30:48 2006 From: swhite at aei.mpg.de (Steve White) Date: Thu, 19 Oct 2006 06:30:48 +0000 Subject: [Flesh-cvs] DEVELOPMENT CVS "Cactus/doc/UsersGuide Appendices.tex" Message-ID: <20061019063048.605D78196@asylum.cct.lsu.edu> Update of /cactusdevcvs/Cactus/doc/UsersGuide In directory asylum.cct.lsu.edu:/tmp/cvs-serv27042 Modified Files: Appendices.tex Log Message: more to CCTK_RECOVER_PARAMETERS From swhite at aei.mpg.de Thu Oct 26 07:17:42 2006 From: swhite at aei.mpg.de (Steve White) Date: Thu, 26 Oct 2006 12:17:42 +0000 Subject: [Flesh-cvs] DEVELOPMENT CVS "Cactus/lib/sbin CreateParameterBindings.pl create_c_stuff.pl" Message-ID: <20061026121742.51D4A8196@asylum.cct.lsu.edu> Update of /cactusdevcvs/Cactus/lib/sbin In directory asylum.cct.lsu.edu:/tmp/cvs-serv1784/lib/sbin Modified Files: CreateParameterBindings.pl create_c_stuff.pl Log Message: This is the application of the patch reported in Patches and Developsrs Fri 20 Oct 06 "g++ warning: operation on *bla* may be undefined" and PR 2070 http://www.cactuscode.org/cactus_cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&data base=cactus&pr=2070 Preprocessing arrangements/Carpet/Carpet/src/Timing.cc Compiling arrangements/Carpet/Carpet/src/Timing.cc configs/chain_gcc_carpet/build/Carpet/Timing.cc: In function ???void Carpet::InitTimingVariables(const cGH*)???: configs/chain_gcc_carpet/build/Carpet/Timing.cc:120: warning: operation on ???cctki_use??? may be undefined The culprit was in generated bindings code meant to get rid of warnings about unused variables corresponding to Cactus parameters included in code by the DECLARE_CCTK_PARAMETERS macro. This replaces the offending code with enums initialised by sizeof calls; the nature of all the entities involved is much clearer, both to compilers and to me. Like the existing solution, this permits the user to proceed to make more declarations after the DECLARE_CCTK_PARAMETERS macro (simply putting a list of variable assignments after the declaration would not have that property). From swhite at aei.mpg.de Thu Oct 26 07:20:20 2006 From: swhite at aei.mpg.de (Steve White) Date: Thu, 26 Oct 2006 12:20:20 +0000 Subject: [Flesh-cvs] DEVELOPMENT CVS "Cactus/src/include cctk.h" Message-ID: <20061026122020.61F4F8196@asylum.cct.lsu.edu> Update of /cactusdevcvs/Cactus/src/include In directory asylum.cct.lsu.edu:/tmp/cvs-serv1801 Modified Files: cctk.h Log Message: oops, the previous commit lost a file, due to a permissions problem From swhite at aei.mpg.de Fri Oct 27 09:42:27 2006 From: swhite at aei.mpg.de (Steve White) Date: Fri, 27 Oct 2006 14:42:27 +0000 Subject: [Flesh-cvs] DEVELOPMENT CVS "Cactus/doc/UsersGuide Appendices.tex" Message-ID: <20061027144227.3966E8196@asylum.cct.lsu.edu> Update of /cactusdevcvs/Cactus/doc/UsersGuide In directory asylum.cct.lsu.edu:/tmp/cvs-serv20662 Modified Files: Appendices.tex Log Message: document RECOVERY value of param.ccl STEERABLE From swhite at aei.mpg.de Fri Oct 27 10:26:18 2006 From: swhite at aei.mpg.de (Steve White) Date: Fri, 27 Oct 2006 15:26:18 +0000 Subject: [Flesh-cvs] DEVELOPMENT CVS "Cactus/doc/UsersGuide Appendices.tex" Message-ID: <20061027152618.F297B8196@asylum.cct.lsu.edu> Update of /cactusdevcvs/Cactus/doc/UsersGuide In directory asylum.cct.lsu.edu:/tmp/cvs-serv21080 Modified Files: Appendices.tex Log Message: Improve readability of param.ccl descripton