-
Notifications
You must be signed in to change notification settings - Fork 99
Support METIS with built-in GKLib #1847
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
Conversation
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.
LGTM. that will be great if @fritzgoebel can also confirm it works for his environment before merging this.
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.
LGTM, thanks for fixing this!
I just tested, this works with both types of METIS builds, so I'll go ahead and merge it once CI is through |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #1847 +/- ##
===========================================
- Coverage 89.65% 88.68% -0.97%
===========================================
Files 849 854 +5
Lines 70993 71221 +228
===========================================
- Hits 63647 63161 -486
- Misses 7346 8060 +714 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Error: PR already merged! |
|
Previously, we only supported METIS 5.x when it was exposed as two separate libraries libmetis.so and libGKLib.so
This is how METIS is available in Arch and when built manually, but Spack, Ubuntu, Rocky and others combine the two together into a single library.
cc @fritzgoebel