From schnetter at cct.lsu.edu Tue Nov 11 17:14:31 2008 From: schnetter at cct.lsu.edu (Erik Schnetter (schnetter)) Date: Tue, 11 Nov 2008 23:14:31 +0000 Subject: [Cactus-thorns-cvs] DEVELOPMENT CVS "CactusUtils/TimerReport param.ccl" Message-ID: <20081111231431.205388180@asylum.cct.lsu.edu> Update of /cactusdevcvs/CactusUtils/TimerReport In directory asylum.cct.lsu.edu:/tmp/cvs-serv11420 Modified Files: param.ccl Log Message: Add two features to TimerReport: - Output all timers periodically to a file, in a format that is easy to parse - Output the top N timers periodically to screen From schnetter at cct.lsu.edu Tue Nov 11 17:14:31 2008 From: schnetter at cct.lsu.edu (Erik Schnetter (schnetter)) Date: Tue, 11 Nov 2008 23:14:31 +0000 Subject: [Cactus-thorns-cvs] DEVELOPMENT CVS "CactusUtils/TimerReport/src Output.c" Message-ID: <20081111231431.4C79E81B4@asylum.cct.lsu.edu> Update of /cactusdevcvs/CactusUtils/TimerReport/src In directory asylum.cct.lsu.edu:/tmp/cvs-serv11420/src Modified Files: Output.c Log Message: Add two features to TimerReport: - Output all timers periodically to a file, in a format that is easy to parse - Output the top N timers periodically to screen From tradke at aei.mpg.de Mon Nov 24 04:45:49 2008 From: tradke at aei.mpg.de (Thomas Radke (tradke)) Date: Mon, 24 Nov 2008 10:45:49 +0000 Subject: [Cactus-thorns-cvs] DEVELOPMENT CVS "CactusUtils/NaNChecker/src NaNCheck.c" Message-ID: <20081124104549.5F53881B4@asylum.cct.lsu.edu> Update of /cactusdevcvs/CactusUtils/NaNChecker/src In directory asylum.cct.lsu.edu:/tmp/cvs-serv16395/src Modified Files: NaNCheck.c Log Message: Bugfix: reset NaN counter at INITIAL/PRESTEP in global mode. Before it was scheduled at POSTSTEP in level mode, and hence called too often to trigger NaNChecker output when a NaN was found on coarse refinement levels. From tradke at aei.mpg.de Mon Nov 24 04:45:49 2008 From: tradke at aei.mpg.de (Thomas Radke (tradke)) Date: Mon, 24 Nov 2008 10:45:49 +0000 Subject: [Cactus-thorns-cvs] DEVELOPMENT CVS "CactusUtils/NaNChecker schedule.ccl" Message-ID: <20081124104549.36D218180@asylum.cct.lsu.edu> Update of /cactusdevcvs/CactusUtils/NaNChecker In directory asylum.cct.lsu.edu:/tmp/cvs-serv16395 Modified Files: schedule.ccl Log Message: Bugfix: reset NaN counter at INITIAL/PRESTEP in global mode. Before it was scheduled at POSTSTEP in level mode, and hence called too often to trigger NaNChecker output when a NaN was found on coarse refinement levels.