Error when compiling the Lammps #1045
Unanswered
ZhanPengOu
asked this question in
Q&A
Replies: 1 comment 2 replies
-
/home/zhanpengou/deepmd-kit/include/deepmd/DeepPot.h Does this file exist? |
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.
-
Hi,developer
I met some diffculties that compiling the Lammps,error messages are following:
.....
.....
.....
mpicxx -g -O3 -DLAMMPS_GZIP -DLAMMPS_MEMALIGN=64 -std=c++11 -DHIGH_PREC -I/home/zhanpengou/deepmd-kit/include -I/home/zhanpengou/deepmd-kit/include -I/home/zhanpengou/deepmd-kit/include/ -DMPICH_SKIP_MPICXX -DOMPI_SKIP_MPICXX=1 -c ../reader_native.cpp
mpicxx -g -O3 -DLAMMPS_GZIP -DLAMMPS_MEMALIGN=64 -std=c++11 -DHIGH_PREC -I/home/zhanpengou/deepmd-kit/include -I/home/zhanpengou/deepmd-kit/include -I/home/zhanpengou/deepmd-kit/include/ -DMPICH_SKIP_MPICXX -DOMPI_SKIP_MPICXX=1 -c ../modify.cpp
In file included from ../fix_dplr.h:12:0,
from ../style_fix.h:15,
from ../modify.cpp:17:
../pair_deepmd.h:11:10: fatal error: deepmd/DeepPot.h: No such file or directory
#include "deepmd/DeepPot.h"
^~~~~~~~~~~~~~~~~~
compilation terminated.
make[1]: *** [modify.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory `/home/zpou/lammps-stable_3Mar2020/src/Obj_mpi'
make: *** [mpi] Error 2
it seem that something went wrong in the header files,but i had no idea about it
Looking forward to your reply, thanks for you help
Version:
deepmd-kit-v2.0.0b3
Beta Was this translation helpful? Give feedback.
All reactions