Skip to content

Commit

Permalink
loosen tolerances on ctest
Browse files Browse the repository at this point in the history
  • Loading branch information
hklion committed Dec 19, 2023
1 parent 9927344 commit f4b727f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ if(WIN32)
else()
set(FCOMPARE_EXE ${CMAKE_BINARY_DIR}/Submodules/AMReX/Tools/Plotfile/amrex_fcompare CACHE INTERNAL "Path to fcompare executable for regression tests")
endif()
set(FCOMPARE_TOLERANCE "-r 1e-11 --abs_tol 1.0e-11")
include(${CMAKE_CURRENT_SOURCE_DIR}/CTestList.cmake)

0 comments on commit f4b727f

Please sign in to comment.