Skip to content
Snippets Groups Projects
  1. Jul 08, 2019
  2. May 27, 2019
  3. May 08, 2019
  4. Feb 26, 2019
    • Giovanni Bussi's avatar
      Removed numpy from requirements · dcc05dd1
      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.
      dcc05dd1
  5. Dec 14, 2018
  6. Nov 30, 2018
  7. Oct 15, 2018
  8. Sep 04, 2018
  9. May 07, 2018
    • Giovanni Bussi's avatar
      Moved plumed2/include dir to plumed2/src/include · 1221e3e1
      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
      1221e3e1
  10. Mar 22, 2018
  11. Feb 27, 2018
  12. Feb 19, 2018
  13. Jan 29, 2018
  14. Nov 07, 2017
  15. Sep 06, 2017
  16. Jun 13, 2017
    • Giovanni Bussi's avatar
      Reorganization of manual source files · 7b93c5a7
      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]
      7b93c5a7
  17. May 04, 2017
  18. Apr 27, 2017
  19. Apr 03, 2017
  20. Mar 12, 2017
  21. Jul 15, 2016
  22. Jun 23, 2016
  23. Jun 16, 2016
  24. Apr 26, 2016
  25. Mar 31, 2016
  26. Feb 12, 2016
  27. Feb 01, 2016
  28. Dec 04, 2015
  29. Oct 07, 2015
  30. Aug 04, 2015
  31. Aug 03, 2015
  32. Jul 31, 2015
    • Giovanni Bussi's avatar
      Added doc · 7801897d
      Giovanni Bussi authored
      Clarification on one option that does not work on BG/Q
      7801897d
  33. Jul 29, 2015
    • Giovanni Bussi's avatar
      Moved plumed-* scripts except plumed-patch · f4d4acaa
      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
      f4d4acaa
  34. Jul 20, 2015
    • Giovanni Bussi's avatar
      Fixed install suffix. · b22ed559
      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
      b22ed559
  35. Jul 06, 2015
  36. Jun 05, 2015
  37. Jun 04, 2015
    • Giovanni Bussi's avatar
      Added autoconf program transform name · 00ebf759
      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).
      00ebf759
Loading