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

Several small changes and tweaks for patch release #1383

Merged
merged 9 commits into from
Mar 27, 2019

Conversation

akohlmey
Copy link
Member

@akohlmey akohlmey commented Mar 26, 2019

Summary

Final set of small changes for the upcoming patch release.

Related Issues

supersedes and closes #1381

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

yes.

Implementation Notes

Individual changes are:

  • change argument to git -C to be the toplevel source dir instead of the .git folder to avoid spurious modified flag in git describe.
  • include PR Put #ifdef around #include "curl/curl.h" in kim_query.cpp #1381 to make KIM package compile when libcurl development package is not available
  • revert order of building developer pdf and manual pdf to what it was last with htmldoc
  • correct data file for micelle example to have correct periodic images for bonded atoms. add rigid body example input
  • bugfix for checking image flags for consistency provided by @sjplimp

Post Submission Checklist

Please check the fields below as they are completed after the pull request has been submitted. Delete lines that don't apply

  • 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

@akohlmey akohlmey requested a review from sjplimp as a code owner March 27, 2019 10:20
Copy link
Contributor

@sjplimp sjplimp left a comment

Choose a reason for hiding this comment

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

in.micelle-rigid should be in.micelle.rigid for consistency,
the data.micelle file does not have image flags but just shifting some atoms outside the box?

@akohlmey
Copy link
Member Author

in.micelle-rigid should be in.micelle.rigid for consistency,

done

the data.micelle file does not have image flags but just shifting some atoms outside the box?

this is in accord with the documentation. for PBC those are created after reading. only with fixed boundaries, the atoms outside the box would be discarded.

@akohlmey akohlmey merged commit 2ad9355 into lammps:master Mar 27, 2019
@akohlmey akohlmey deleted the final-changes-for-patch branch March 27, 2019 21:01
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.

3 participants