Rate This Document
Findability
Accuracy
Completeness
Readability

Installing PLUMED

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Run the following command to decompress the PLUMED installation package:
    tar -xvf plumed-2.5.2.tgz
  3. Run the following command to switch to the directory generated after decompression:
    cd plumed-2.5.2
  4. 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"
  5. Run the following commands to perform compilation:
    make
    make install