Skip to content

Disable opencl, cuda and nvml when configuring hwloc #660

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
merged 1 commit into from
Aug 5, 2024

Conversation

igchor
Copy link
Member

@igchor igchor commented Aug 2, 2024

Without explicitly disabling them and if a system where hwloc is being build has opencl/cuda/nvml installed those libraries will become hwloc dependencies which would force umf to link with them.

The problem manifested on a system where opencl was installed and umf compilation failed due to missing clGetDevices symbol.

Without explicitly disabling them and if a system where hwloc
is being build has opencl/cuda/nvml installed those libraries
will become hwloc dependencies which would force umf to link with
them.

The problem manifested on a system where opencl was installed and
umf compilation failed due to missing clGetDevices symbol.
@igchor igchor requested a review from a team as a code owner August 2, 2024 21:06
@igchor igchor added the v0.9.x label Aug 2, 2024
@lukaszstolarczuk lukaszstolarczuk merged commit 1095042 into oneapi-src:main Aug 5, 2024
65 checks passed
@igchor igchor mentioned this pull request Aug 14, 2024
10 tasks
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