Fixes to CMake configuration to enable testing from build directory#200
Fixes to CMake configuration to enable testing from build directory#200
Conversation
- Create entry for user to add PETSC_DIR - EXAGO_ENABLE_GPU set automatically to "on" if either CUDA or HIP backends are enabled. - Fixes in testing CMake configuration to be able to run tests from build directory.
|
I am currently getting a few new test failures on Frontier, I think because not every instance of Otherwise, the approach works for the updated cases and supports A few additional thoughts:
I would suggest explicitly defining the testing data directory (similar to |
This was my doing from several years ago. I agree, that needs to be removed. |
I am not sure about the need to install tests. Perhaps if one has binary only installation of ExaGO, one might want to have an ability to verify that installation does what it is supposed to do. |
Merge request type
Relates to
This MR updates
Summary
I made some changes to CMake, mainly to enable running tests without installing ExaGO first. This is still work in progress but some feedback would be helpful to figure out how to proceed.
Closes #148.