From 6cacd197c40ad1694ad71045fa0724fd0dc783e2 Mon Sep 17 00:00:00 2001 From: rhaas Date: Tue, 27 Mar 2012 03:16:10 +0000 Subject: reduce nan mask in level mode 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 --- test/nancount.par | 18 ++++++++++++++++++ test/nancount/NaNsFound.xg | 2 ++ 2 files changed, 20 insertions(+) create mode 100644 test/nancount.par create mode 100644 test/nancount/NaNsFound.xg (limited to 'test') diff --git a/test/nancount.par b/test/nancount.par new file mode 100644 index 0000000..b3a54e8 --- /dev/null +++ b/test/nancount.par @@ -0,0 +1,18 @@ +ActiveThorns = "boundary idscalarwavec wavetoyc time CartGrid3D CoordBase SymBase ioutil iobasic localreduce PUGH PUGHReduce PUGHSlab nanchecker" + +idscalarwave::radius = inf +idscalarwave::sigma = inf + +cactus::cctk_itlast = 0 +driver::ghost_size = 0 + +IO::out_fileinfo = "none" +IO::parfile_write = "no" +IO::out_dir = $parfile + +NaNChecker::check_vars = "all" +NaNChecker::check_every = 1 + +IOBasic::outScalar_vars = "NaNChecker::NaNsFound" +IOBasic::outScalar_reductions = "maximum" +IOBasic::outScalar_every = 1 diff --git a/test/nancount/NaNsFound.xg b/test/nancount/NaNsFound.xg new file mode 100644 index 0000000..305ce1c --- /dev/null +++ b/test/nancount/NaNsFound.xg @@ -0,0 +1,2 @@ +"NaNsFound v time +0.0000000000000 1000 -- cgit v1.2.3