Skip to content

Update CMake - #63

Open
scheibelp wants to merge 2 commits into
CEED:masterfrom
scheibelp:update-cmake
Open

Update CMake#63
scheibelp wants to merge 2 commits into
CEED:masterfrom
scheibelp:update-cmake

Conversation

@scheibelp

Copy link
Copy Markdown

With an emphasis on HIP build

  • ENABLE_LANGUAGE HIP
  • Allow choice of Hypre (use find_package(HYPRE))
  • Add explicit Caliper support

The second commit gets ctest passing for me locally with a cmake-based build

@vladotomov
vladotomov requested a review from camierjs July 28, 2026 16:55
Comment thread remhos_tests.cpp
template <class T>
std::enable_if_t<!std::numeric_limits<T>::is_integer, bool>
AlmostEq(T x, T y, T tolerance = 10.0*std::numeric_limits<T>::epsilon())
AlmostEq(T x, T y, T tolerance = 1e-8)

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the motivation behind this regression in tolerance?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For me, the test fails without this more-permissive tolerance

@pearce8 pearce8 mentioned this pull request Jul 30, 2026
23 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants