Skip to content
Snippets Groups Projects
  1. Aug 30, 2013
  2. Aug 29, 2013
  3. Aug 26, 2013
  4. Aug 16, 2013
    • Davide Branduardi's avatar
      Added documentation on use of regex · 23326341
      Davide Branduardi authored
      Here you can use regex to refer to argument in a list
      For example in
      t1: TORSION ATOMS=5,7,9,15
      t2: TORSION ATOMS=7,9,15,17
      d1: DISTANCE ATOMS=7,17 COMPONENTS
      PRINT ARG=(d1.[xy]|t[0-9]) STRIDE=100 FILE=colvar FMT=%8.4f
      23326341
  5. Aug 13, 2013
  6. Aug 07, 2013
    • Giovanni Bussi's avatar
      Fixed detection of MD codes · 039da591
      Giovanni Bussi authored
      Currently the .diff file is compulsory, the .config is not. So, the list
      of MD codes should be built looking at .diff files
      039da591
  7. Jul 31, 2013
  8. Jul 29, 2013
  9. 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
  10. Jul 25, 2013
  11. Jun 13, 2013
  12. Jun 12, 2013
  13. Jun 09, 2013
  14. May 31, 2013
  15. May 21, 2013
    • Giovanni Bussi's avatar
      Removed Latex manual · 6bad1e77
      Giovanni Bussi authored
      It was wasting space (especially the developer one) and anyway improperly
      formatted. Could be readded later if we fix formatting.
      6bad1e77
  16. May 16, 2013
  17. May 06, 2013
    • Giovanni Bussi's avatar
      Added CHANGES/ · 9705f9cc
      Giovanni Bussi authored
      I added a directory CHANGES where we can add short description
      of changes among versions. I use a separate file for each branch
      (v2.0.txt now, then we can add v2.1.txt in the master branch)
      so that it will allow merging from old branches to new branches
      as usual.
      9705f9cc
  18. Apr 30, 2013
  19. Apr 19, 2013
  20. Mar 26, 2013
  21. Mar 13, 2013
  22. Mar 06, 2013
  23. Feb 02, 2013
  24. Dec 10, 2012
  25. Nov 28, 2012
  26. Nov 23, 2012
    • Giovanni Bussi's avatar
      Source tree reorganization · 07d51f5a
      Giovanni Bussi authored
      All the source code have been moved into subdirectories of src/
      Some of these subdirectories are treated in a special manner:
      src/wrapper contains the wrappers for MD codes
      src/main contains the main.cpp file
      src/config contains files generated without compilation,
        just based on configuration info
      src/lib is the place where executables and libraries are put
        at the end
      src/cltools contains the command line tools
      src/tools contains plumed tools (reusable classes)
      src/basic contains PlumedMain, Action hierarchy and other basic stuff
      src/multicolvar contains MultiColvar stuff
      src/imd is the interactive MD (still not totally portable).
      
      Notice that, to allow easy inclusion of .h files from other modules,
      I link all the directories in src/ into module directory. In this
      way it is possible e.g. to write #include "config/PlumedConfig.h"
      
      See src/README and src/basic/Makefile to understand how inter-module
      dependencies are set
      07d51f5a
  27. Nov 21, 2012
  28. Nov 19, 2012
  29. Nov 12, 2012
Loading