aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
Commit message (Collapse)AuthorAge
* reduce nan mask in level moderhaas2012-03-27
| | | | | | | | | The previous local reduction did not quite work if a process has more than one component of the grid, and deadlocks if processes have different numbers of components. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/NaNChecker/trunk@101 ff385933-4943-42dc-877b-ffc776028de6
* Initialise NaN mask after recoveringeschnett2011-08-02
| | | | | | | | Initialise NaN mask after recovering. Try to ensure that Nan checking happens last in a schedule bin. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/NaNChecker/trunk@97 ff385933-4943-42dc-877b-ffc776028de6
* Bugfix: reset NaN counter at INITIAL/PRESTEP in global mode.tradke2008-11-24
| | | | | | | | 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. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/NaNChecker/trunk@85 ff385933-4943-42dc-877b-ffc776028de6
* Schedule NaNChecker_TakeAction() in GLOBAL LOOP-level mode.tradke2005-06-09
| | | | | | | | | | Now will output all levels of the NaNMask (not just the first one in which NaNs were found). This closes PR CactusUtils/1942: "NaNChecker outputs only coarsest level of NaNmask". git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/NaNChecker/trunk@76 ff385933-4943-42dc-877b-ffc776028de6
* Schedule NaNChecker at POSTSTEP so that the NaNmask can be safely output.tradke2004-07-07
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/NaNChecker/trunk@69 ff385933-4943-42dc-877b-ffc776028de6
* Reset the counter before counting nans.schnetter2004-06-23
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/NaNChecker/trunk@66 ff385933-4943-42dc-877b-ffc776028de6
* Split the actual checking for NaNs and the output of the NaN mask and actiontradke2004-06-22
| | | | | | | | | | handling into two routines to make the NaNChecker work with Carpet: the checking is now called local mode (on each component individually), whereas the output and action handling takes place in level mode. There is also a level-mode routine to initialize the NaNsFound counter to 0. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/NaNChecker/trunk@64 ff385933-4943-42dc-877b-ffc776028de6
* Fix typo.schnetter2004-03-03
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/NaNChecker/trunk@54 ff385933-4943-42dc-877b-ffc776028de6
* NaNChecker is now scheduled at ANALYSIS (rather than POSTSTEP).tradke2004-01-22
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/NaNChecker/trunk@53 ff385933-4943-42dc-877b-ffc776028de6
* Added an integer grid function NaNChecker::NaNmask which is used as a bitmasktradke2003-06-12
| | | | | | | | | | to mark locations of NaNs found in grid functions. The mask is output as an HDF5 file and can then be visualized in OpenDX. Setting the mask and outputting it is activated by default. It can be switched off with NaNChecker::out_NaNmask = "no". git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/NaNChecker/trunk@39 ff385933-4943-42dc-877b-ffc776028de6
* This commit was generated by cvs2svn to compensate for changes in r2, whichtradke2001-04-24
included commits to RCS files with non-trunk default branches. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/NaNChecker/trunk@3 ff385933-4943-42dc-877b-ffc776028de6