Open vsumaria opened 2 years ago
This seems to be a linking problem. Did you build n2p2 with MODE=shared? (see https://compphysvienna.github.io/n2p2/topics/build.html#the-master-makefile). Can you compile it again (but without MODE=shared) and does it produce any errors?
The question I am trying to use nnp-checkf on my dataset to understand/debug the analytical and numerical forces.
What did you already try? When I run the "mpirun -n x nnp-checkf 1e-4", I get the following error:
~/bin/nnp-checkf: symbol lookup error: ~/bin/nnp-checkf: undefined symbol: _ZN3nnp7Dataset20prepareNumericForcesERNS_9StructureEd
Is there something wrong with my installation?