-
Hi, I'm trying to run a MD simulation on LAMMPS with deepmd models and I'm getting errors like this: After searching in discussions it seems that this error raises because the model is in single precision (yes), but LAMMPS is built with double precision. I guess this can be solved by manually compile dpmd and LAMMPS (as illustrated in the doc), but I'm wondering if it's possible to run single precision simulations without manually compiling (i.e. by offline package or conda). It seems that the conda repo doesn't have I have Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
In the latest version, one can change the environment variable |
Beta Was this translation helpful? Give feedback.
In the latest version, one can change the environment variable
LAMMPS_PLUGIN_PATH
from something like/opt/deepmd-kit/lib/deepmd_lmp
to/opt/deepmd-kit/lib/deepmd_lmp_low
to switch to single precision.