Rate This Document
Findability
Accuracy
Completeness
Readability

Installing PLUMED

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Decompress the PLUMED installation package.
    tar -xvf plumed-2.5.2.tgz
  3. Go to the directory generated after the decompression.
    cd plumed-2.5.2
  4. 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
  5. Perform the installation.
    make
    make install