Update mac autotest to use a tolerance when diffing residual norms (#926)

This commit is contained in:
Rob Falgout 2023-06-23 10:42:28 -07:00 committed by GitHub
parent 8f6bdc6ab8
commit 09d4bd8849
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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