-
Notifications
You must be signed in to change notification settings - Fork 35
Add requirement for HWLOC version #432
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
HWLOC library needs to be at least version 2.3.0 as it introduces the API used in NUMA node property querying used for memspace creation.
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.
something's wrong with QEMU now - perhaps the version number is handled differently in hwloc-2.9.0 (which is installed in there)...?
On the other hand, if the issue is not easily solvable, I guess you can use the new install_hwloc.sh and it should work.
Done. I've set the hwloc on QEMU to be installed with install_hwloc.sh. |
The hwloc package on Ubuntu-20.04 contains older version of the library than required by UMF. In such runners the hwloc was changed to be installed from the source code.
Description
Fixes: #421
Checklist