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

adding the missing unset() function to cpu_mask() for case of more than 64 threads #3171

Merged
merged 3 commits into from Feb 17, 2018

Conversation

pierrele
Copy link
Contributor

@pierrele pierrele commented Feb 13, 2018

No description provided.

@hkaiser hkaiser changed the title adding the missing unset() function to cpu_mask() for case of more th… adding the missing unset() function to cpu_mask() for case of more than 64 threads Feb 13, 2018
inline void unset(mask_type& mask, std::size_t idx)
{
mask.set(idx,0);
}
Copy link
Member

Choose a reason for hiding this comment

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

Please follow the formatting of the surrounding code. Alternatively use clang-format (with the .clang-format file in the root of this project) to format the code sections you touched.

@hkaiser
Copy link
Member

hkaiser commented Feb 13, 2018

inspect is not happy with this: https://9537-4455628-gh.circle-artifacts.com/0/tmp/circle-artifacts.nf3VXrZ/hpx_inspect_report.html

As mentioned before - clang-format can help with these issues...

Copy link
Member

@hkaiser hkaiser left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!

@hkaiser hkaiser merged commit 75ce95c into STEllAR-GROUP:master Feb 17, 2018
@msimberg msimberg added this to the 1.1.0 milestone Mar 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants