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

fixed bounds of loops in ML-IAP #4074

Merged
merged 4 commits into from
Feb 19, 2024
Merged

Conversation

bathmatt
Copy link

@bathmatt bathmatt commented Feb 12, 2024

Summary

There was a bug with loop bounds not going over ghost particles
Related Issue(s)

Author(s)

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

Implementation Notes

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
  • Suitable new documentation files and/or updates to the existing docs are included
  • The added/updated documentation is integrated and tested with the documentation build system
  • 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.
  • A package specific README file has been included or updated
  • One or more example input decks are included

Further Information, Files, and Links

@bathmatt
Copy link
Author

bathmatt commented Feb 12, 2024

I am going to suggest @lubbersnick @bnebgen-LANL or one of the HippyNN team look at this and approve.

@lubbersnick
Copy link
Contributor

@sakibmatin or @bnebgen-LANL could I ask one of you to test this version against ASE and report back?

@stanmoore1
Copy link
Contributor

@bathmatt some Kokkos unit tests are giving a segmentation fault:

	329 - ManybodyPairStyle:mliap_nn (SEGFAULT)
	330 - ManybodyPairStyle:mliap_snap_chem (SEGFAULT)
	331 - ManybodyPairStyle:mliap_snap_linear (SEGFAULT)
	332 - ManybodyPairStyle:mliap_snap_quadratic (SEGFAULT)

@bathmatt
Copy link
Author

OK, I'll look on Thursday,

@sakibmatin
Copy link
Contributor

I can test the ASE versions against this.

@bathmatt
Copy link
Author

sorry, I fixed the typo, it was a cut error. removed too much code, put it back

Copy link
Contributor

@stanmoore1 stanmoore1 left a comment

Choose a reason for hiding this comment

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

I approve, thanks @bathmatt!

@stanmoore1 stanmoore1 assigned akohlmey and unassigned stanmoore1 Feb 15, 2024
@akohlmey akohlmey merged commit e299e49 into lammps:develop Feb 19, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

None yet

5 participants