## 1.0 make -f Makefile.linux
报错:In file included from lal_device.h:19,
from lal_base_charge.h:20,
from lal_coul_long.h:19,
from lal_coul_long.cpp:24:
lal_atom.h:20:10: fatal error: mpi.h: No such file or directory
20 | #include "mpi.h"
| ^~~~~~~
compilation terminated.
make: *** [Nvidia.makefile:64: lal_coul_long.o] Error 1
解决方法:重新装驱动,
2.0 make: mpicxx: No such file or directory
解决方法:apt-get install mpich