-
Notifications
You must be signed in to change notification settings - Fork 518
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
[Feature Request] Support system available lammps #4376
Comments
There is the CMake option For details of the plugin mode, refer to LAMMPS documentation Compiling plugins and plugin command. |
Yes, I did try to use it, but it needs a source tree, rather then an already built and available lammps installation. For example, this
src needs to exists, but on an installed lammps, it does not, nor contains the source files.
Our system and optimized lammps is already built with the correct settings. That's is why it would be great if one could link on an already available installation rather then to compile one. |
Unlike other libraries, LAMMPS doesn't install header files required by the plugin into the system. |
What would be those files? (If you know).
Our installation do include the headers.
Thanks
|
deepmd-kit/source/lmp/pair_deepmd.cpp Lines 11 to 25 in db2bc94
deepmd-kit/source/lmp/pppm_dplr.cpp Lines 6 to 17 in db2bc94
deepmd-kit/source/lmp/compute_deeptensor_atom.cpp Lines 7 to 19 in db2bc94
|
Summary
On HPC clusters, highly optimized softwares are most often already available. Allow deepmd-kit to build and link to an already available and correctly configured lammps.
Detailed Description
Software is already available on numerous systems, allow one to build deepmd-kit with already optimized available lammps and not try to download or build it from sources.
If one defines
LAMMPS_ROOT
, for example, then prefer it to building from sources.Further Information, Files, and Links
No response
The text was updated successfully, but these errors were encountered: