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

Deallocate per-atom data less aggressively so replicate command keeps working #2180

Merged
merged 1 commit into from Jun 23, 2020

Conversation

akohlmey
Copy link
Member

Summary

The AtomVec class may not deallocate per-atom data if there are other instances in use, e.g. within the replicate command.

Related Issues

Fixes #2177

Author(s)

Axel Kohlmeyer, Temple U

Licensing

By submitting this pull request, I agree, that my contribution will be included in LAMMPS and redistributed under either the GNU General Public License version 2 (GPL v2) or the GNU Lesser General Public License version 2.1 (LGPL v2.1).

Backward Compatibility

No known issues

Post Submission Checklist

  • The feature or features in this pull request is complete
  • Licensing information is complete
  • Corresponding author information is complete
  • The source code follows the LAMMPS formatting guidelines
  • The feature has been verified to work with the conventional build system
  • The feature has been verified to work with the CMake based build system
  • Suitable tests have been added to the unittest tree.

@akohlmey akohlmey added this to the Stable Release Summer 2020 milestone Jun 22, 2020
@akohlmey akohlmey self-assigned this Jun 22, 2020
@akohlmey akohlmey merged commit 5291a46 into lammps:master Jun 23, 2020
@akohlmey akohlmey deleted the atomvec-deallocate-fix branch June 23, 2020 00:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] NULL pointer in KSpace tests
2 participants