Skip to content
Snippets Groups Projects
Commit 9ed1511c authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

Fixed doc

parent c4b59b4f
No related branches found
No related tags found
No related merge requests found
......@@ -8,13 +8,34 @@ At the present times plumed can be added to the following list of codes:
\section CompilingPlumed Compiling Plumed
[Configuration]
First configure using
\verbatim
> ./configure
\endverbatim
In case it is necessary, edit the resulting Makefile.conf. A new file sourceme.sh
will appear in the main plumed directory. Just source it (presently only for bash shell):
\verbatim
> source sourceme.sh
\endverbatim
Then compile plumed
\verbatim
> make -j 4
\endverbatim
[Compilation]
A "plumed" executable should be in your path. Try to type
\verbatim
> plumed -h
\endverbatim
[Installation?]
You can also check if plumed is correctly compiled performing our regression tests.
Be warned that some of them just fails because of the different numerical accuracy of different machines.
\verbatim
> cd regtest
> make
\endverbatim
[How to test plumed without MD engine]
\section Patching Patching your MD code
......@@ -36,12 +57,6 @@ If your MD code is not supported, you may want to implement an interface for
it. Refer to the <a href="../../developer-doc/html/index.html"> developer
manual </a>.
[How to test if interface has been installed properly]
\section InstallingPlumedOnAMainframe Installing Plumed on a mainframe
[Notes on shared libraries, modules, etc.]
*/
......@@ -4,7 +4,7 @@
\section NewFeatures List of new features
- Input file (plumed.dat) syntax is much more flexible and has more
error checking (see \ref NewInputSyntax). Units are treated
error checking. Units are treated
consistently, so that the plumed.dat file can be ported from on
MD code to another.
- Plumed is now compiled as a library, independently of the MD code.
......@@ -32,15 +32,13 @@
Caveats:
- Plumed 2 input file (plumed.dat) has a syntax which is not
compatible with Plumed 1 (see \ref NewInputSyntax).
compatible with Plumed 1.
Transition should be easy, but cannot
be done just using the new version with the old input file.
- Plumed 2 is written in C++, thus requires a C++ compiler
- Plumed 2 may not include all the features that were available
in plumed 1.
\section NewInputSyntax New syntax for the input file
[Briefly describe the difference between old and new input]
A tutorial explaining how to move from plumed 1 to plumed 2 is available (see \ref moving).
*/
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