Skip to content
Snippets Groups Projects
  1. Jan 29, 2018
  2. Nov 07, 2017
  3. 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
  4. May 04, 2017
  5. Apr 27, 2017
  6. Apr 03, 2017
  7. Mar 12, 2017
  8. Jul 15, 2016
  9. Jun 23, 2016
  10. Jun 16, 2016
  11. Apr 26, 2016
  12. Mar 31, 2016
  13. Feb 12, 2016
  14. Feb 01, 2016
  15. Dec 04, 2015
  16. Oct 07, 2015
  17. Aug 04, 2015
  18. Aug 03, 2015
  19. 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
  20. 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
  21. 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
  22. Jul 06, 2015
  23. Jun 05, 2015
  24. 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
  25. May 19, 2015
  26. Feb 25, 2015
  27. Feb 20, 2015
  28. Jan 24, 2015
  29. Nov 13, 2014
  30. Sep 25, 2014
  31. Sep 22, 2014
  32. Sep 18, 2014
  33. Sep 11, 2014
    • Giovanni Bussi's avatar
      PDF manual · 974ce037
      Giovanni Bussi authored
      Added PDF manual. I had to reorganize a bit the documentation to make
      it more linear. In particular, I assigned each of the previously
      "dangling" pages as subpage of another one (e.g. DEBUG keyword).
      Additionally, I changed a bit the way MD-specific instructions are linked
      and added some comment about the PDF manual in the introduction.
      
      The most important change is that I am not using the Layout anymore since
      it was difficult to keep it in sync. Now, in the html version, only
      the left-side tree is visible, and the tabs disappeared. I don't think
      this is a big issue but we might try to solve it.
      
      PDF manual is still a bit buggy: some links are not properly resolved
      and images are not shown. I think we can solve these issues later.
      
      Addresses #101
      974ce037
  34. Jun 08, 2014
    • Gareth Tribello's avatar
      Fixes to the manual · ed6b9f99
      Gareth Tribello authored
      Changes to the code are there so that I can reference the atoms
      page in the descriptions of keywords that read atom numbers.  I also
      changed the input to multicolvar functions.  I stopped using the ARG
      keyword in these actions and used DATA instead because you are refering
      to the data calculated in a multicolvar as opposed to a scalar quantity
      calculated by a particular action.
      ed6b9f99
  35. Jun 04, 2014
  36. Jun 02, 2014
  37. Mar 11, 2014
Loading