From jthorn at aei.mpg.de Fri Jan 12 11:36:39 2007 From: jthorn at aei.mpg.de (Jonathan Thornburg (jthorn)) Date: Fri, 12 Jan 2007 17:36:39 +0000 Subject: [Flesh-cvs] DEVELOPMENT CVS "Cactus/doc/ReferenceManual CCTKReference.tex" Message-ID: <20070112173639.C89AB8196@asylum.cct.lsu.edu> Update of /cactusdevcvs/Cactus/doc/ReferenceManual In directory asylum.cct.lsu.edu:/tmp/cvs-serv13443 Modified Files: CCTKReference.tex Log Message: document the semantics of CCTK_MyProc(NULL) CCTK_nProcs(NULL) as per the thread starting with http://www.cactuscode.org/old/pipermail/developers/2007-January/005227.html From jthorn at aei.mpg.de Fri Jan 12 11:41:53 2007 From: jthorn at aei.mpg.de (Jonathan Thornburg (jthorn)) Date: Fri, 12 Jan 2007 17:41:53 +0000 Subject: [Flesh-cvs] DEVELOPMENT CVS "Cactus/doc/ReferenceManual CCTKReference.tex" Message-ID: <20070112174153.6C23B8196@asylum.cct.lsu.edu> Update of /cactusdevcvs/Cactus/doc/ReferenceManual In directory asylum.cct.lsu.edu:/tmp/cvs-serv13535 Modified Files: CCTKReference.tex Log Message: wording tweak to last commit --- thanks to Thomas Radke From tradke at aei.mpg.de Thu Jan 18 04:12:25 2007 From: tradke at aei.mpg.de (Thomas Radke (tradke)) Date: Thu, 18 Jan 2007 10:12:25 +0000 Subject: [Flesh-cvs] DEVELOPMENT CVS "Cactus/doc/UsersGuide ThornWriters.tex" Message-ID: <20070118101225.6382F8196@asylum.cct.lsu.edu> Update of /cactusdevcvs/Cactus/doc/UsersGuide In directory asylum.cct.lsu.edu:/tmp/cvs-serv4699/doc/UsersGuide Modified Files: ThornWriters.tex Log Message: Implement and document the new possibility to specify the number of processors required to run a testsuite in a thorn's test.ccl configuration file. This closes PR 2078/Cactus: "specify the number of processors required to run a testsuite". From tradke at aei.mpg.de Thu Jan 18 04:12:25 2007 From: tradke at aei.mpg.de (Thomas Radke (tradke)) Date: Thu, 18 Jan 2007 10:12:25 +0000 Subject: [Flesh-cvs] DEVELOPMENT CVS "Cactus/lib/sbin RunTest.pl RunTestUtils.pl" Message-ID: <20070118101225.3542F8196@asylum.cct.lsu.edu> Update of /cactusdevcvs/Cactus/lib/sbin In directory asylum.cct.lsu.edu:/tmp/cvs-serv4699/lib/sbin Modified Files: RunTest.pl RunTestUtils.pl Log Message: Implement and document the new possibility to specify the number of processors required to run a testsuite in a thorn's test.ccl configuration file. This closes PR 2078/Cactus: "specify the number of processors required to run a testsuite". From tradke at aei.mpg.de Mon Jan 22 09:42:33 2007 From: tradke at aei.mpg.de (Thomas Radke (tradke)) Date: Mon, 22 Jan 2007 15:42:33 +0000 Subject: [Flesh-cvs] DEVELOPMENT CVS "Cactus/lib/sbin RunTestUtils.pl" Message-ID: <20070122154233.F37898196@asylum.cct.lsu.edu> Update of /cactusdevcvs/Cactus/lib/sbin In directory asylum.cct.lsu.edu:/tmp/cvs-serv18544 Modified Files: RunTestUtils.pl Log Message: fixed a couple bugs: - replace the excessive use of perl hash arrays to store ordinary perl array information about absolute/relative differences found in a file comparison; store a reference to that array instead and use it later in the testsuite report output; this should speed up the comparison runtime by an order of magnitude - really output all absolute/relative differences found in a file comparison (this was missing for files with special characters ('[',']') in their names because the filename was used unprotected as a hash key) - properly sort listing of absolute/relative differences by column number in a datafile From schnetter at cct.lsu.edu Thu Jan 25 10:43:28 2007 From: schnetter at cct.lsu.edu (Erik Schnetter (schnetter)) Date: Thu, 25 Jan 2007 16:43:28 +0000 Subject: [Flesh-cvs] DEVELOPMENT CVS "Cactus/doc README.Windows" Message-ID: <20070125164328.D24B98196@asylum.cct.lsu.edu> Update of /cactusdevcvs/Cactus/doc In directory asylum.cct.lsu.edu:/tmp/cvs-serv12862 Modified Files: README.Windows Log Message: Add FAQ entry regarding make 3.81-1 From tradke at aei.mpg.de Fri Jan 26 04:53:20 2007 From: tradke at aei.mpg.de (Thomas Radke (tradke)) Date: Fri, 26 Jan 2007 10:53:20 +0000 Subject: [Flesh-cvs] DEVELOPMENT CVS "Cactus/lib/sbin RunTestUtils.pl" Message-ID: <20070126105320.76F8A8196@asylum.cct.lsu.edu> Update of /cactusdevcvs/Cactus/lib/sbin In directory asylum.cct.lsu.edu:/tmp/cvs-serv29742 Modified Files: RunTestUtils.pl Log Message: bugfix in treatment of output files which are expected but weren't created in a testsuite: * report the total number of such missing files * don't list them anymore in the interactive file comparison mode This fixes http://www.cactuscode.org/old/pipermail/developers/2007-January/005249.html. From schnetter at cct.lsu.edu Tue Jan 30 13:54:28 2007 From: schnetter at cct.lsu.edu (Erik Schnetter (schnetter)) Date: Tue, 30 Jan 2007 19:54:28 +0000 Subject: [Flesh-cvs] DEVELOPMENT CVS "Cactus/lib/sbin RunTestUtils.pl" Message-ID: <20070130195428.717668196@asylum.cct.lsu.edu> Update of /cactusdevcvs/Cactus/lib/sbin In directory asylum.cct.lsu.edu:/tmp/cvs-serv14011 Modified Files: RunTestUtils.pl Log Message: Change layout of test suite results: - Print all file names beginning at the same column, followed by a colon - Be consistent about inserting empty lines - Ensure that a final newline character is added