From 7f4006752546541ce181a1d36696ab58e5be67c1 Mon Sep 17 00:00:00 2001 From: Ian Hinder Date: Sun, 12 Jun 2011 13:39:37 +0200 Subject: 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. --- ML_BSSN_Test/test/ML_BSSN_MP_O8_bh.par | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ML_BSSN_Test/test') 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 -- cgit v1.2.3