Hello all
I am new to plumed. I would like to install mpi version of plumed. I have installed openmpi in the following directory:
$HOME/opt/openmpi
and in .bashrc file, I have added it using:
echo "export PATH=\$PATH:\$HOME/opt/openmpi/bin" >> $HOME/.bashrc
echo "export LD_LIBRARY_PATH=\$LD_LIBRARY_PATH:\$HOME/opt/openmpi/lib" >> $HOME/.bashrc
My system has both gcc and icc compiler installed.
In the plumed directory when I type:
./configure.sh
and choose 3) linux.mpi.gcc
I get following error: core/../../core/tools/../../tools/Communicator.h:25:17: fatal error: mpi.h: No such file or directory compilation terminated.
Please help me rectify the problem.
Thanks in advance.
Nidhi