From 4cb144b8c08f0746246ae898b2a139143ddfae52 Mon Sep 17 00:00:00 2001 From: Giovanni Bussi <giovanni.bussi@gmail.com> Date: Tue, 3 Jun 2014 11:23:39 +0100 Subject: [PATCH] Fixed manual for patch --- user-doc/Installation.txt | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/user-doc/Installation.txt b/user-doc/Installation.txt index 2e4f278c4..8d20748ac 100644 --- a/user-doc/Installation.txt +++ b/user-doc/Installation.txt @@ -20,8 +20,18 @@ existing trajectories or to play with the included Lennard-Jones code. Since PLUMED is mostly used to bias on the fly simulations performed with serious molecular dynamics packages, below you can find instructions about how to -\link Patching link PLUMED \endlink -to your favorite MD code. +\link Patching patch \endlink +your favorite MD code so that it can be combined with PLUMED. +Again, for the impatients, something like this could do the job: +\verbatim +> source /plumed/root/dir/sourceme.sh +> cd /md/root/dir +> plumed patch -p +\endverbatim +Then compile your MD code. +For some MD software these instructions are not sufficient, +and you are invited to read well the instructions +at the end of this page. Notice that MD codes could in principle be "PLUMED ready" in their official distribution. In this case, probably you have to compile PLUMED first as a library then check their manual to @@ -257,7 +267,7 @@ You can force plumed to run anyway using the option --standalone-executable: Anyway, many features will not be available in this way. This is currently the only way to use a PLUMED static executable on Windows. -\section Installing Installing PLUMED +\section InstallingPlumed Installing PLUMED It might be convenient to install PLUMED in a predefined location. This will allow you to remove the original compilation directory, -- GitLab