Skip to content
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

[v3.0] rmaps/base: remove call to hwloc_bitmap_andnot() in bind_generic() #1752

Merged
merged 1 commit into from
May 29, 2023

Conversation

wzamazon
Copy link
Contributor

In bind_generic(), there is a call to hwloc_bitmap_andnot() for API < 0x20000, but no corresponding call for API >= 0x20000.

The call for hwloc < 2 is unnecessary, this patch removed it.

Signed-off-by: Wei Zhang wzam@amazon.com
(cherry picked from commit a97bb58)

In bind_generic(), there is a call to hwloc_bitmap_andnot() for
API < 0x20000, but no corresponding call for API >= 0x20000.

The call for hwloc < 2 is unnecessary, this patch removed it.

Signed-off-by: Wei Zhang <wzam@amazon.com>
(cherry picked from commit a97bb58)
@wzamazon wzamazon changed the title rmaps/base: remove call to hwloc_bitmap_andnot() in bind_generic() [v3.0] rmaps/base: remove call to hwloc_bitmap_andnot() in bind_generic() May 29, 2023
@rhc54
Copy link
Contributor

rhc54 commented May 29, 2023

Thank you!

@rhc54
Copy link
Contributor

rhc54 commented May 29, 2023

bot:ibm:retest

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.

2 participants