Replies: 1 comment 2 replies
-
Please check #2523, which reported the same error. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am now working on how to recompile a specific Lammps version supporting Plugin. As I just expected, it should be a seamless work just using
ghcr.io/deepmodeling/deepmd-kit:2.2.1_cuda11.6_gpu
as base image to recompile the Lammps code in need in shared version. However, it raised something like this:In my understanding, there might be something wrong with the namespace
LAMMPS_NS
and I thus moved on to try to compile DeePMD-kit C++ interface, while it could not find CUDA environment even if I manually point it to what in/usr/local/cuda
. I just found a few runtime libraries lacking in compiling support.So how could I just recompile Lammps enabling the compiled
dpplugin.so
or recompile it together?Beta Was this translation helpful? Give feedback.
All reactions