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

PABLO: fix compact-families partitioning implementation #141

Merged
merged 9 commits into from
Feb 11, 2021

Conversation

andrea-iob
Copy link
Member

Fixes and improvements to the compact-families partitioning implementation.

andrea-iob and others added 9 commits February 8, 2021 21:51
Fixes the following warning:

ParaTree.cpp: In member function ‘uint32_t bitpit::ParaTree::getPointOwnerIdx(const double*, bool&) const’:
ParaTree.cpp:3260:32: warning: ‘*’ in boolean context, suggest ‘&&’ instead [-Wint-in-bool-context]
 3260 |                     isInIdxtry *= (point[i] >= anchor_idxtry[i] && point[i] <= anchor_idxtry[i] + size_try);
      |                     ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@andrea-iob andrea-iob merged commit 63ec7df into master Feb 11, 2021
@andrea-iob andrea-iob deleted the PABLO.fix.family.partitioning branch February 11, 2021 11:51
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.

Assert triggering when load-balancing a PABLO tree with user data
2 participants