Skip to content
Snippets Groups Projects
Commit 33bcb0b4 authored by Carlo Camilloni's avatar Carlo Camilloni
Browse files

Install almost

[makedoc]
parent a70c464e
No related branches found
No related tags found
No related merge requests found
......@@ -456,18 +456,18 @@ launched.
\section installingalmost Installing PLUMED with ALMOST
In order to used some of the NMR based collective variables (\ref CS2BACKBONE and \ref CH3SHIFTS) PLUMED needs to be linked with ALMOST.
To do this the free package ALMOST v.2.1 MUST be dowloaded via SVN (svn checkout svn://svn.code.sf.net/p/almost/code/ almost-code).
ALMOST 2.1 can be found in branches/almost-2.1/ and can be compiled:
To do this the free package ALMOST v.2.2 MUST be dowloaded via SVN (svn checkout svn://svn.code.sf.net/p/almost/code/branches/almost-2.2-plumed almost-2.2).
Compile it:
\warning ALMOST needs SQLITE3 and GZIP installed on your computer.
\warning ALMOST cannot be installed in the same folder of the source code, use --prefix to install it in a different folder
\verbatim
> ./configure --prefix="wherever you want it" CXXFLAGS="-O3 -fPIC" CFLAGS="-O3 -fPIC"
> ./configure --prefix="wherever you want it" CXXFLAGS="-O3 -fPIC" CFLAGS="-O3 -fPIC" LIBS=-llapack
> make
> make install
\endverbatim
Configure can complain about lapack and RDCs but it doesn't matter.
Sometimes ALMOST can give errors related to the automake tools. To fix them it is often enough to execute
\verbatim
> autoreconf -fi
......@@ -475,8 +475,6 @@ Sometimes ALMOST can give errors related to the automake tools. To fix them it i
\endverbatim
and then repeat the configuration and compilation instructions.
PLUMED will not use the RDCs module of ALMOST so you can ignore the warning about LAPACK.
Once ALMOST is installed, PLUMED 2 can then be configured with ALMOST enabled:
\verbatim
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment