Installing PLUMED
Procedure
- Use PuTTY to log in to the server as the root user.
- Run the following command to decompress the PLUMED installation package:
tar -xvf plumed-2.5.2.tgz
- Run the following command to switch to the directory generated after decompression:
cd plumed-2.5.2
- Run the following command to perform configuration:
./configure CXX=mpicxx CC=mpicc FC=mpifort --prefix=/path/to/EXTRA/plumed252 --enable-external-blas --enable-gsl --enable-external-lapack LDFLAGS=-L/path/to/EXTRA/mathlib LIBS="-lrefblas –llapack"
- Run the following commands to perform compilation:
make make install
Parent topic: Configuring the Compilation Environment