- Jul 20, 2015
-
-
Giovanni Bussi authored
Conflicts: src/maketools/update-plumedroot.sh user-doc/Installation.txt
-
Giovanni Bussi authored
Using "_" instead of "-" to avoid clashes. Actually, the problem was that doing make install PLUMED_SUFFIX=2 make install The second install would have canceled the executables installed by the first install. This is because install assumes names such as plumed-* to be scripts installed for cross compiling
-
- Jul 19, 2015
-
-
Giovanni Bussi authored
-
- Jul 17, 2015
-
-
Giovanni Bussi authored
-
Giovanni Bussi authored
[makedoc]
-
Giovanni Bussi authored
There was an error in passing masses from NAMD to PLUMED. Found by Glen Hocky. Fixes #162
-
- Jul 07, 2015
-
-
Giovanni Bussi authored
-
Giovanni Bussi authored
Now plumed should work if built on a directory which has a space in the path. Notice that install directory should still not contain spaces. This is because of some difficulties in making the src/lib/Makefile rules compatible with names with spaces. Addresses #157
-
Giovanni Bussi authored
-
Giovanni Bussi authored
to doxygen 1.8.7
-
Giovanni Bussi authored
[makedoc]
-
Giovanni Bussi authored
-
Giovanni Bussi authored
Notice that autoconf already implements --enable-openmp. I removed the one added by hand, so that it does not appear twice in ./configure --help
-
Giovanni Bussi authored
Also accepts "manyrestraint+imd" (without colon).
-
Carlo Camilloni authored
-
Carlo Camilloni authored
-
Carlo Camilloni authored
-
Carlo Camilloni authored
-
Carlo Camilloni authored
-
Carlo Camilloni authored
-
Giovanni Bussi authored
[makedoc]
-
Giovanni Bussi authored
[makedoc]
-
Giovanni Bussi authored
When MPI was requested and not found configure was erroneously reporting that PLUMED was compiled with MPI support
-
Giovanni Bussi authored
\issue{123} to get #123 and a link at the github issue page \branch{v2.1} to get v2.1 and a link at the github branch page
-
Giovanni Bussi authored
In 311f3e0b I forgot to rename the link in Cambridge tutorial
-
- Jul 06, 2015
-
-
Giovanni Bussi authored
-
Giovanni Bussi authored
This is necessary because of an internal bug on g++-4.2 on my mac
-
Giovanni Bussi authored
I changed from , to : separator which is more standard (e.g. in PATH)
-
Giovanni Bussi authored
This is replaced by ./configure --enable-modules
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-
Giovanni Bussi authored
Added an option to ./configure to choose modules. ./configure --enable-modules=all enables all optional modules ./configure --enable-modules=none disables all optional modules ./configure --enable-modules=reset reset default modules ./configure --enable-modules=+manyrestraints,-colvar enables manyrestraints and disables colvar ./configure --enable-modules maps to ./configure --enable-modules=reset ./configure --disable-modules maps to ./configure --enable-modules=none
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-
Giovanni Bussi authored
I removed the sentence saying that 2.2 will crash. We should likely make it fail on travis-ci so that we remember to add the documentation, but I cannot do it know as one regtest basic/rt44b in v2.2 would fail.
-
Giovanni Bussi authored
-
- Jul 03, 2015
-
-
Giovanni Bussi authored
Here we test for sum_hills using variables that are sub-components. This triggers the warning about non-registered components in FAKE, that should be fixed someway
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-
- Jul 02, 2015
-
-
Giovanni Bussi authored
-