fail to build lammps-dp #571
Unanswered
imindshejian
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Please check your |
Beta Was this translation helpful? Give feedback.
3 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.
-
env: Ubuntu 20.04 2080Ti gcc-4.8.5 cmake 3.18.5 bazel-0.25.1 cuda-10.1 cudnn-7.6 miniconda 4.9.2
I succesfully build tensorflow C++ and deepmd-kit C++ .
when I try to build lammps-dp
cd lammps/src
cp -r ../../deepmd-kit/source/build/USER-DEEPMD/ .
make yes-user-deepmd
make mpi
then a error message :
make[1]: *** [Makefile:109:pppm_dplr.o] error 1
make[1]: ....
In file included from ../fix_dplr.h:12:0,
from ../style_fix.h:15,
from ../modify.cpp:16:
../pair_nnp.h:24:22: fatal error: NNPInter.h: No such file or dictionary*
#include "NNPInter.h"
^
compilation terminated.
make[1]: *** [Makefile:109:force.o] error 1
In file included from ../fix_dplr.h:12:0,
from ../fix_dplr.cpp:13:
../pair_nnp.h:24:22: fatal error: NNPInter.h: No such file or dictionary
#include "NNPInter.h"
^
compilation terminated.
make[1]: *** [Makefile:109:lammps.o] error 1
make[1]: *** [Makefile:109:modify.o] error 1
make[1]: *** [Makefile:109:fix_dplr.o] error 1
what make this error ?
Beta Was this translation helpful? Give feedback.
All reactions