-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix minor HYPRE and ADIOS2 compilation issues #3022
Merged
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
ee90bee
CI: Enable HYPRE in builds
ZedThree e8adc3f
Fix use of private variable in HYPRE laplace solver
ZedThree 403fd19
Delete (unused) duplicate private function
ZedThree ff63ff8
CMake: Error if ADIOS2 requested and not found
ZedThree 171b7ae
Fix missing parameter from overridden virtual function
ZedThree 237207b
CI: Fix ADIOS2 build not finding ADIOS2
ZedThree c3c7f46
CMake: Fix FindHYPRE for non-CMake builds
ZedThree ae8840a
Apply clang-format changes
ZedThree 6398368
Fix hypre3d laplace solver for 3D metrics
ZedThree d23cff8
Fix a bunch of clang-tidy issues
ZedThree 9c1cfc9
Remove a couple of unused private members
ZedThree 31567f9
Hypre3D Laplacian: Save diagnostics using outputVars
bendudson 9e765b6
ParallelTransform: Add missing space in error message
bendudson 90332a8
BoundaryFactory: Fix default for parallel boundary regions
bendudson dc3b020
elm-pb example: Fix hypre input, save performance metrics
bendudson f46d0a6
Apply clang-format changes
bendudson 6e1bd45
Merge branch 'next' into fix-hypre
bendudson 07603f0
Disable hypre with 3D metrics
bendudson 0012914
Testing: Missed 3D + hypre combination
bendudson e3a4e1e
OptionsNetCDF: verifyTimesteps, write override base class
bendudson a188682
tests/integrated: Fix hypre tests
bendudson 9d8cae1
hypre_interface: Add print() method to HypreMatrix
bendudson 518bd4b
Merge branch 'next-hypre3d-laplace' into fix-hypre
bendudson 99bce95
Apply clang-format changes
bendudson 72bdede
Merge branch 'next' into fix-hypre
ZedThree 77ed8db
CMake: Ensure we find adios2 when linking against BOUT++
ZedThree d5c14c1
CMake: Reduce duplication in linking against adios2
ZedThree dd34789
Fix laplacexy2-hypre test failing silently
ZedThree acf1b5d
Change test hypre type to `gmres`
ZedThree f0aea43
Remove unused `x_outer_dirichlet` member from LaplaceXY2 hypre
ZedThree 4172f1c
Remove unused header include
ZedThree e55611f
Use modern `output` API
ZedThree 0590870
CMake: Ensure we find ADIOS2 if we downloaded it
ZedThree d32c70f
Remove coverage test from github workflow
bendudson File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would prefer if such feature would be automatically enabled if they are found.