From schnetter at cct.lsu.edu Mon Jan 12 10:17:58 2009 From: schnetter at cct.lsu.edu (Erik Schnetter) Date: Mon, 12 Jan 2009 10:17:58 -0600 Subject: [Patches] Outputting a combined timer report from a single processor Message-ID: <97B91EA6-E65D-4419-A9D7-63325E733DA3@cct.lsu.edu> The enclosed patch to CactusUtils/TimerReport adds a new parameter output_all_timers_together, which outputs the timer report into a single file instead of writing one file per processor. It only outputs minimum, maximum, and average time reduced over all processors. Ian Hinder, could you especially have a look at this patch since this patch is based on your recent modification? -erik -- Erik Schnetter http://www.cct.lsu.edu/~eschnett/ My email is as private as my paper mail. I therefore support encrypting and signing email messages. Get my PGP key from . -------------- next part -------------- A non-text attachment was scrubbed... Name: TimerReport.diff Type: application/octet-stream Size: 11948 bytes Desc: not available Url : http://www.cactuscode.org/pipermail/patches/attachments/20090112/b9a893bc/attachment.obj From knarf at cct.lsu.edu Thu Jan 22 14:36:48 2009 From: knarf at cct.lsu.edu (Frank Loeffler) Date: Thu, 22 Jan 2009 14:36:48 -0600 Subject: [Patches] GetCactus: too restrict svn check Message-ID: <20090122203648.GB5811@numrel07.cct.lsu.edu> Hi, this patch fixes a check for svn which is too strict. Please apply. Frank -------------- next part -------------- Index: GetCactus =================================================================== RCS file: /cactus/Utilities/Scripts/GetCactus,v retrieving revision 1.61 diff -u -r1.61 GetCactus --- GetCactus 22 Oct 2008 13:45:43 -0000 1.61 +++ GetCactus 22 Jan 2009 20:34:11 -0000 @@ -1122,11 +1122,6 @@ { $client = "cvs"; } - if ($svn eq 0) - { - DIE("Did not find Subversion binary 'svn', but Subversion repository ". - "checkout/update was requested."); - } $th =~ /(.*?)\//; my $cur_arrangement = $1; From tradke at aei.mpg.de Fri Jan 30 05:30:57 2009 From: tradke at aei.mpg.de (Thomas Radke) Date: Fri, 30 Jan 2009 12:30:57 +0100 Subject: [Patches] GetCactus: anonymous checkout of SVN modules without password prompting Message-ID: <4982E4F1.2040108@aei.mpg.de> This patch fixes the GetCactus script so that it does not prompt for a password when checking out SVN modules as user 'cvs_anon'. In this case, the default password 'anon' is assumed and added automatically to the SVN command line options, as well as the '--no-auth-cache' option to prevent SVN from caching the anonymous user authentication information (which may overwrite any previously stored user auth info). -- Cheers, Thomas. -------------- next part -------------- A non-text attachment was scrubbed... Name: GetCactus.patch Type: text/x-patch Size: 1076 bytes Desc: not available Url : http://www.cactuscode.org/pipermail/patches/attachments/20090130/89783c05/attachment.bin