Skip to content

Update CMake warning when libhwloc is not found to inform user about UMF_DISABLE_HWLOC flag #721

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

Merged

Conversation

martygrant
Copy link
Contributor

@martygrant martygrant commented Sep 11, 2024

Description

When libhwloc is not found users are warned with this message libhwloc NOT found (set CMAKE_PREFIX_PATH to point the location). This can be disabled with the flag UMF_DISABLE_HWLOC which they would need to look up in the project documentation, so just adding it to the warning message to skip that. The updated message is libhwloc NOT found (set CMAKE_PREFIX_PATH to point the location) or disable with -DUMF_DISABLE_HWLOC=ON

Checklist

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

@martygrant martygrant requested a review from a team as a code owner September 11, 2024 15:48
@martygrant martygrant force-pushed the martin/update-hwloc-not-found-message branch from f43c8aa to fecc307 Compare September 11, 2024 16:09
@bratpiorka bratpiorka merged commit cb29417 into oneapi-src:main Sep 12, 2024
66 checks passed
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