Skip to content

Commit

Permalink
loosen tolerance
Browse files Browse the repository at this point in the history
  • Loading branch information
balos1 committed Jul 6, 2023
1 parent ee7b118 commit 8c398d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/sunlinsol/pcg/parallel/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
if(SUNDIALS_PRECISION MATCHES "SINGLE")
set(TOL "1e-2")
elseif(SUNDIALS_PRECISION MATCHES "DOUBLE")
set(TOL "1e-13")
set(TOL "1e-10")
else()
set(TOL "1e-16")
set(TOL "1e-13")
endif()

# Example lists are tuples "name\;args\;nodes\;tasks\;type" where the
Expand Down

0 comments on commit 8c398d9

Please sign in to comment.