aboutsummaryrefslogtreecommitdiff
path: root/ML_BSSN_Test
diff options
context:
space:
mode:
authorIan Hinder <ian.hinder@aei.mpg.de>2011-06-12 13:39:37 +0200
committerIan Hinder <ian.hinder@aei.mpg.de>2011-06-13 11:25:06 +0200
commit7f4006752546541ce181a1d36696ab58e5be67c1 (patch)
tree316d42ff8fb4861d3166ff2efa3bb9cda492323a /ML_BSSN_Test
parentdd38c0907749a01752afea5e4f442673f60e25db (diff)
Don't terminate on NaNChecker in tests
The test mechanism checks for NaNs, and if you terminate the run, variables which are unrelated to the NaNs will show up as different in the test analysis because they have not been output on all iterations.
Diffstat (limited to 'ML_BSSN_Test')
-rw-r--r--ML_BSSN_Test/test/ML_BSSN_MP_O8_bh.par2
1 files changed, 1 insertions, 1 deletions
diff --git a/ML_BSSN_Test/test/ML_BSSN_MP_O8_bh.par b/ML_BSSN_Test/test/ML_BSSN_MP_O8_bh.par
index 683fa7d..08745ae 100644
--- a/ML_BSSN_Test/test/ML_BSSN_MP_O8_bh.par
+++ b/ML_BSSN_Test/test/ML_BSSN_MP_O8_bh.par
@@ -64,7 +64,7 @@ Carpet::poison_new_timelevels = yes
NaNChecker::check_every = 1
NaNChecker::verbose = "all"
-NaNChecker::action_if_found = terminate
+NaNChecker::action_if_found = "just warn"
NaNChecker::check_vars = "ADMBase::metric ADMBase::curv ADMBase::lapse ADMBase::shift ML_BSSN_MP_O8::ML_curv ML_BSSN_MP_O8::ML_dtlapse ML_BSSN_MP_O8::ML_dtshift ML_BSSN_MP_O8::ML_Gamma ML_BSSN_MP_O8::ML_lapse ML_BSSN_MP_O8::ML_log_confac ML_BSSN_MP_O8::ML_metric ML_BSSN_MP_O8::ML_shift ML_BSSN_MP_O8::ML_trace_curv ML_BSSN_MP_O8::ML_cons_detg ML_BSSN_MP_O8::ML_cons_Gamma ML_BSSN_MP_O8::ML_cons_traceA"
NaNChecker::report_max = 10