Skip to content
Snippets Groups Projects
  1. Feb 12, 2016
  2. Dec 04, 2015
  3. Oct 07, 2015
  4. Aug 04, 2015
  5. Aug 03, 2015
  6. 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
  7. 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
  8. 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
  9. Jul 06, 2015
  10. Jun 05, 2015
  11. 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
  12. May 19, 2015
  13. Feb 25, 2015
  14. Feb 20, 2015
  15. Jan 24, 2015
  16. Nov 13, 2014
  17. Sep 25, 2014
  18. Sep 22, 2014
  19. Sep 18, 2014
  20. 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
  21. 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
  22. Jun 04, 2014
  23. Jun 02, 2014
  24. Mar 11, 2014
  25. Jan 14, 2014
  26. Jan 02, 2014
  27. Dec 20, 2013
  28. Dec 10, 2013
  29. Oct 18, 2013
    • Giovanni Bussi's avatar
      Configuration with autoconf · f98f64eb
      Giovanni Bussi authored
      One can now produce a Makefile.conf and a sourceme.sh
      using autoconf. Just type:
      
      ./configure
      
      Or maybe
      
      ./configure CXX=icpc
      
      In case you want to use mpi, just use:
      
      ./configure CXX=mpic++
      
      Everything should be smooth. I took care that the generated Makefile.conf
      is compatible with those stored in configurations/. In this way,
      one can always resort to a saved configuration file. Moreover,
      jumping between git branches (without need of reconfiguring) will be
      easier.
      
      More info on the manual page (no need to use autoconf to compile
      the manual and see that page)
      
      Closes #46
      f98f64eb
    • Giovanni Bussi's avatar
      Typo in manual · eb67dd88
      Giovanni Bussi authored
      eb67dd88
  30. Sep 19, 2013
  31. Aug 13, 2013
  32. Jul 28, 2013
    • Giovanni Bussi's avatar
      Changed default install path to /usr/local · ce83ef0c
      Giovanni Bussi authored
      This is the standard path for linux distribution. Thus "make install"
      will fail unless run with root permission or unless PLUMED_PREFIX is
      explicitly set. I also fixed DYLIB path for mac (plumed path
      should be prepended)
      ce83ef0c
  33. Jul 25, 2013
  34. Apr 19, 2013
  35. Feb 10, 2012
  36. Jul 04, 2011
Loading