Closed haltari closed 1 year ago
Watching this discussion, am having similar problems.
It looks like:
Possibly you didn't type make clean
after having installed the MPI libraries?
Please do make clean
and compile plumed again.
Let us know if this solves the issue
TLDR: I cannot complete the quick compilation instructions because the MPI libraries I have installed are not the ones that Plumed expects, and the documentation is not clear what library files need to be installed. Ubuntu 20.04.4 LTS with 5.15.0-52-generic kernel.
I am trying to follow the instructions for building Plumed from sources, and am having problems with the statement under "Suggested software" to install the MPI library. I have installed the following packages from apt: mpi-default-bin mpi-default-dev openmpi-bin openmpi-common openmpi-doc. When I run
make test
, the tests fail because they are not finding the MPI functions. For example, here are the last two failures (there are probably several dozen identical errors):Then, when I try to run plumed help, I get similar errors from not finding the MPI functions:
Can I get some advice to get a proper MPI installation? Thanks.