CompPhysVienna / n2p2

n2p2 - A Neural Network Potential Package
https://compphysvienna.github.io/n2p2/
GNU General Public License v3.0
214 stars 81 forks source link

LAMMPS NNP Interface #191

Open Peterkinaj opened 1 year ago

Peterkinaj commented 1 year ago

Describe the bug I am trying to follow the instructions to build the LAMMPS interface with N2P2. When using this command: {make libnnpif MODE=shared} I kept getting errors on [makefile:129: libnnpif.so] Error 1 it looks like the file is created a libnnpif.a instead of libnnpif.o. I had to go in and manually change this extension to complete the interface.