Skip to content
Snippets Groups Projects
  1. Sep 04, 2018
  2. 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
  3. Mar 22, 2018
  4. Feb 27, 2018
  5. Feb 19, 2018
  6. Jan 29, 2018
  7. Nov 07, 2017
  8. Sep 06, 2017
  9. 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
  10. May 04, 2017
  11. Apr 27, 2017
  12. Apr 03, 2017
  13. Mar 12, 2017
  14. Jul 15, 2016
  15. Jun 23, 2016
  16. Jun 16, 2016
  17. Apr 26, 2016
  18. Mar 31, 2016
  19. Feb 12, 2016
  20. Feb 01, 2016
  21. Dec 04, 2015
  22. Oct 07, 2015
  23. Aug 04, 2015
  24. Aug 03, 2015
  25. 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
  26. 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
  27. 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
  28. Jul 06, 2015
  29. Jun 05, 2015
  30. 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
    • Giovanni Bussi's avatar
      Replaced PLUMED_PREFIX with prefix · 206087c2
      Giovanni Bussi authored
      This makes it compatible with the standard behavior of GNU tools.
      
      PLUMED_PREFIX still works but is now deprecated and dumps a warning.
      I will convert it to an error in a later version (2.3).
      206087c2
  31. May 19, 2015
  32. Feb 25, 2015
  33. Feb 20, 2015
  34. Jan 24, 2015
  35. Nov 13, 2014
  36. Sep 25, 2014
Loading