Skip to content

Remove UMF_DISABLE_HWLOC option #1228

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

PatKamin
Copy link
Contributor

Description

After all third-party usage of the UMF_DISABLE_HWLOC is removed, the flag itself can be removed. It was a temporary workaround for UMF usage without the hwloc installed in the system, from the beginning planned to be removed prior to the v1.0 first stable API release.
Currently, UMF either uses libhwloc-dev installed in the system or fetches it from sources.

Fixes: #1047

Checklist

  • Code compiles without errors locally
  • All tests pass locally
  • CI workflows execute properly

@PatKamin PatKamin force-pushed the remove-disable-hwloc branch 4 times, most recently from 5229bc6 to 29de648 Compare April 16, 2025 06:48
@PatKamin PatKamin marked this pull request as ready for review April 16, 2025 09:56
@PatKamin PatKamin requested a review from a team as a code owner April 16, 2025 09:56
Copy link
Contributor

@lukaszstolarczuk lukaszstolarczuk left a comment

Choose a reason for hiding this comment

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

in general lgtm, but pls rebase

@PatKamin PatKamin force-pushed the remove-disable-hwloc branch from 732af42 to cf5ba95 Compare April 17, 2025 10:29
@PatKamin PatKamin force-pushed the remove-disable-hwloc branch from cf5ba95 to 939160c Compare April 18, 2025 05:44
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.

[cmake] handling of hwloc-related flags should be improved
3 participants