Installing PLUMED
Procedure
- Use PuTTY to log in to the server as the root user.
- Decompress the PLUMED installation package.
tar -xvf plumed-2.5.2.tgz
- Go to the directory generated after the decompression.
cd plumed-2.5.2
- Perform the configuration.
export LDFLAGS=-L/path/to/EXTRA/mathlib export LIBS="/path/to/EXTRA/mathlib/libscalapack.a /path/to/EXTRA/mathlib/liblapack.a /path/to/EXTRA/mathlib/libblas.a" ./configure CXX=mpicxx CC=mpicc FC=mpifort --prefix=/path/to/EXTRA/PLUMED --enable-external-blas --enable-gsl --enable-external-lapack
- Perform the installation.
make make install
Parent topic: Configuring the Compilation Environment