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

Increase support size #67

Merged
merged 3 commits into from
May 7, 2020
Merged

Increase support size #67

merged 3 commits into from
May 7, 2020

Conversation

lxmota
Copy link
Contributor

@lxmota lxmota commented May 7, 2020

Fixed allocation error for shape functions to take into account that points can have variable support size.

btalami and others added 2 commits May 6, 2020 12:08
Paired with Julia Plews for part and Alejandro Mota for the rest.
@lxmota lxmota requested review from japlews and btalami May 7, 2020 03:50
@lxmota
Copy link
Contributor Author

lxmota commented May 7, 2020

Also, added optional support to link with the debugging library ElectricFence . Very handy for catching some memory errors.

@@ -4,6 +4,7 @@ project(LGR VERSION 3.0.0 LANGUAGES CXX)

option(LGR_ENABLE_CUDA "Build GPU support" OFF)
option(LGR_ENABLE_UNIT_TESTS "Enable unit tests" ON)
option(LGR_ENABLE_EFENCE "Build with ElectricFence support" OFF)
Copy link
Contributor

Choose a reason for hiding this comment

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

Have you tried Clang's built-in address sanitizer?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

No! Need to learn hot to use that!

v3/otm_meshless.cpp Outdated Show resolved Hide resolved
@japlews japlews merged commit 9d97758 into master May 7, 2020
ibaned pushed a commit that referenced this pull request Jul 22, 2020
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