Skip to content
Snippets Groups Projects
  1. Feb 26, 2018
  2. Nov 08, 2017
  3. Oct 09, 2016
  4. Jun 14, 2016
  5. Mar 08, 2016
  6. Aug 03, 2015
  7. Jul 29, 2015
    • Giovanni Bussi's avatar
      Implemented standard paths · 36d2bda3
      Giovanni Bussi authored
      Now configure properly takes into account paths such as
      --bindir=/path
      etc
      
      This implementation hardcodes all the path into the
      src/config/ConfigInstall.cpp file. I followed the instructions on autoconf
      documentation so that the paths can be changed at install time using e.g.
      
      make install prefix=/path bindir=/path/binxx
      
      This should be the standard behavior.
      
      I removed the possibility to use PLUMED_SUFFIX and PLUMED_LIBPREFIX
      since it was a bit too difficult to maintain.
      
      I significantly simplified the src/lib/Makefile by using
      the standard directory names for autoconf.
      36d2bda3
  8. Jul 07, 2015
    • Giovanni Bussi's avatar
      Allow space in build directory · 1dedccb8
      Giovanni Bussi authored
      Now plumed should work if built on a directory which has a space in the path.
      Notice that install directory should still not contain spaces.
      This is because of some difficulties in making the
      src/lib/Makefile rules compatible with names with spaces.
      
      Addresses #157
      1dedccb8
  9. Apr 23, 2015
  10. Dec 17, 2014
  11. Dec 09, 2013
    • Giovanni Bussi's avatar
      Added -q option to patch · 0a94a908
      Giovanni Bussi authored
      Allows to avoid verbose logging. The option is now used in user-doc/extract
      to simplify the generation of code-specific notes
      
      (cherry picked from commit 7152d46f)
      
      Conflicts:
      	patches/patch.sh
      0a94a908
    • Gareth Tribello's avatar
      Added info option in patching script · 1f7a9acb
      Gareth Tribello authored
      This allows one to create information on the differences in
      the various patching procedures by executing:
      
      plumed patch -i
      
      This information is also put into the online manual
      
      (cherry picked from commit a273bb84)
      1f7a9acb
    • Giovanni Bussi's avatar
      Added -q option to patch · 7152d46f
      Giovanni Bussi authored
      Allows to avoid verbose logging. The option is now used in user-doc/extract
      to simplify the generation of code-specific notes
      7152d46f
  12. Dec 07, 2013
    • Gareth Tribello's avatar
      Added info option in patching script · a273bb84
      Gareth Tribello authored
      This allows one to create information on the differences in
      the various patching procedures by executing:
      
      plumed patch -i
      
      This information is also put into the online manual
      a273bb84
  13. Sep 25, 2013
    • Giovanni Bussi's avatar
      Added --save-originals to patch · 278a84ca
      Giovanni Bussi authored
      I added a new mode to store patches. If one saves them with
      --save-originals (instead of -s) what happens is that
      /patches/codename.diff
      will be a directory. Instead of storing diff files there,
      we will store original/modified pairs.
      
      When patching, if a directory is found in
      /patches/codename.diff
      the diff are computed and then reapplied on the actual files.
      
      The only change is that the diff is not stored but re-computed on-the-fly.
      This has a completely equivalent effect of the original way.
      E.g., one can patch two slightly different versions
      of an MD code with the same patch.
      
      However, it has the advantage that stored files are more friendly.
      E.g., one could directly edit them. Also the git-merge of two
      different patches should work better now.
      278a84ca
  14. Apr 17, 2013
  15. Feb 25, 2013
  16. Feb 07, 2013
  17. Jan 17, 2013
    • Carlo Camilloni's avatar
      PATCH for GROMACS4.6 beta3 · cc32edeb
      Carlo Camilloni authored
      - the patch.sh and src/lib/Makefile are the same of those in the branch tmp-cmake
      
      the CMAKE patch works different from the former gromacs patches:
      
      - untar gromacs-4.6b3 (./gromacs-4.6/)
      - in gromacs-4.6/ copy patch.sh and patch
      - mkdir a build folder ./gromacs-4.6/gmx-plumed/
      - in gmx-plumed/ run cmake ../ to configure gromacs
      - make / make install as usual
      
      there is a bug somewhere for which a "-l" is added before
      Accelerate in "-framework Accelerate" thus resulting in a
      compilation error.
      cc32edeb
  18. Dec 03, 2012
  19. 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
  20. Sep 20, 2012
  21. Apr 13, 2012
  22. Apr 12, 2012
  23. Sep 21, 2011
    • Giovanni Bussi's avatar
      Automatic tools for plumed tool · c29b3bfc
      Giovanni Bussi authored
      Modified the "plumed" script so as to simplify the addition of new
      tools. To add a new tool just put a script in tools/scripts with extension
      .sh. The script should understand the keyword "--description" which is used
      to build a summary of available scripts in the main "plumed" script.
      c29b3bfc
  24. Jul 04, 2011
  25. Jun 16, 2011
    • Giovanni Bussi's avatar
      Initial version · 4e6818a6
      Giovanni Bussi authored
      This is the draft version that I prepared and that we will use as
      a starting point. Still it is a bit dirty, and I will try to improve
      documentation and delete unused routines
      4e6818a6
Loading