will LAMMPS work with DeePMD-kit offline package? #2377
Answered
by
njzjz
chandagsin
asked this question in
Q&A
-
Dear Developers I got issues when compiling DeePMD-kit from source code but successfully installed it using offline package. I was wondering if LAMMPS plugin mode works OK with DeePMD-kit 2.1.5 offline package? or, is there a pre-built DeePMD-kit module available for LAMMPS built-in mode? |
Beta Was this translation helpful? Give feedback.
Answered by
njzjz
Mar 16, 2023
Replies: 1 comment 3 replies
-
If you use the LAMMPS inside the offline package, it should be okay. If you use an external LAMMPS program, you may need to ensure the LAMMPS and the plugin are compiled with the same ABI (e.g. C++11 ABI) and MPI. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
chandagsin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you use the LAMMPS inside the offline package, it should be okay. If you use an external LAMMPS program, you may need to ensure the LAMMPS and the plugin are compiled with the same ABI (e.g. C++11 ABI) and MPI.