- Jul 08, 2019
-
-
Gareth Tribello authored
-
- May 27, 2019
-
-
Giovanni Bussi authored
-
- May 08, 2019
-
-
Giovanni Bussi authored
-
- Feb 26, 2019
-
-
Giovanni Bussi authored
I think the inclusion of numpy headers was related to non used variables forgotten from an intermediate implementation. I just removed them. In this manner it is not necessary that numpy is already installed when plumed extension is compiled. Numpy would be anyway required to run our test.
-
- Dec 14, 2018
-
-
Gareth Tribello authored
-
- Nov 30, 2018
-
-
Giovanni Bussi authored
-
- Oct 15, 2018
-
-
carlocamilloni authored
-
- Sep 04, 2018
-
-
carlocamilloni authored
-
carlocamilloni authored
-
- May 07, 2018
-
-
Giovanni Bussi authored
This include dir is used when using not-installed plumed. Before this fix, using ./configure --prefix=$PWD was leading to problems related to the overlap between installed include files and this directory. After this fix, it will be possible to configure plumed with ./configure --prefix=$PWD
-
- Mar 22, 2018
-
-
Giovanni Bussi authored
Fixes #332
-
- Feb 27, 2018
-
-
Giovanni Bussi authored
-
- Feb 19, 2018
-
-
Giovanni Bussi authored
-
- Jan 29, 2018
-
-
Giovanni Bussi authored
-
- Nov 07, 2017
-
-
Giovanni Bussi authored
-
Giovanni Bussi authored
Added documentation on --enable-rpath
-
- Sep 06, 2017
-
-
Giovanni Bussi authored
Removed all examples mentioning matheval
-
- Jun 13, 2017
-
-
Giovanni Bussi authored
I renamed all files from .txt to .md so that they can be visualized on github. In addition, I renamed all files to have a name consistent with the content. This makes manual portions easier to find. Notice that I left the original labels (e.g. "Syntax" instead of "Getting Started") not to break direct links to manual, though I think we should rationalize these names as well. [makedoc]
-
- May 04, 2017
-
-
Giovanni Bussi authored
-
- Apr 27, 2017
-
-
Carlo Camilloni authored
[makedoc]
-
- Apr 03, 2017
-
-
Giovanni Bussi authored
-
- Mar 12, 2017
-
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-
- Jul 15, 2016
-
-
Giovanni Bussi authored
A section was not properly shown [makedoc]
-
- Jun 23, 2016
-
-
Giovanni Bussi authored
[makedoc]
-
- Jun 16, 2016
-
-
Giovanni Bussi authored
-
- Apr 26, 2016
-
-
Giovanni Bussi authored
I think this fixes #143 [makedoc]
-
- Mar 31, 2016
-
-
Giovanni Bussi authored
-
- Feb 12, 2016
-
-
Giovanni Bussi authored
[makedoc]
-
- Feb 01, 2016
-
-
Carlo Camilloni authored
-
- Dec 04, 2015
-
-
Giovanni Bussi authored
-
- Oct 07, 2015
-
-
Carlo Camilloni authored
[makedoc]
-
- Aug 04, 2015
-
-
Giovanni Bussi authored
-
- Aug 03, 2015
-
-
Giovanni Bussi authored
[makedoc]
-
- Jul 31, 2015
-
-
Giovanni Bussi authored
Clarification on one option that does not work on BG/Q
-
- Jul 29, 2015
-
-
Giovanni Bussi authored
Now when plumed is installed the scripts are placed in lib/plumed/ instead of bin/ This makes it more robust the installation of several versions with suffixes I only left in place the script "plumed-patch" which is likely the most used. I added plenty of messages at the end of ./configure and make install + I explained it in the user doc
-
- Jul 20, 2015
-
-
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 06, 2015
-
-
Giovanni Bussi authored
-
- Jun 05, 2015
-
-
Giovanni Bussi authored
-
- Jun 04, 2015
-
-
Giovanni Bussi authored
We usually allowed users to customize the name of the plumed library using env var PLUMED_LIBSUFFIX. I changed it to the standard autoconf behavior, that is using --program-suffix --program-prefix at configure time. PLUMED_LIBSUFFIX still works but is now deprecated and dumps a warning. I will convert it to an error in a later version (2.3).
-