From 09d4bd88492476a69589e484623102b5a2740f6f Mon Sep 17 00:00:00 2001 From: Rob Falgout Date: Fri, 23 Jun 2023 10:42:28 -0700 Subject: [PATCH] Update mac autotest to use a tolerance when diffing residual norms (#926) --- AUTOTEST/machine-mac.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AUTOTEST/machine-mac.sh b/AUTOTEST/machine-mac.sh index a13e0b419..a046f62cd 100755 --- a/AUTOTEST/machine-mac.sh +++ b/AUTOTEST/machine-mac.sh @@ -37,7 +37,7 @@ shift # Basic build and run tests mo="-j test" -ro="-ams -ij -sstruct -struct -lobpcg" +ro="-ams -ij -sstruct -struct -lobpcg -rt -rtol 0.0 -atol 1e-3" co="" ./test.sh basic.sh $src_dir -co: $co -mo: $mo