Skip to content
Snippets Groups Projects
  1. Sep 04, 2018
  2. Aug 28, 2018
  3. Aug 27, 2018
  4. Aug 07, 2018
  5. Aug 02, 2018
    • Omar Valsson's avatar
      FaMetaD (#373) · 0e82e3d1
      Omar Valsson authored
      * copying and adapting the FaMetaD code from the old version, still need to be tested
      
      * forgot keywords
      
      * fixed a few things in the FaMetaD
      
      * improved parsing, error msg, and log printing
      
      * moved updating of pace to update()
      
      * astyle fix
      
      * made FaMetaD work with current acc cacluations
      
      * regtest for FaMetaD
      
      * added printout of reading in of acc value
      
      * fixed a newline error in acc printout
      
      * added manual info for FaMetaD
      
      * astyle fix
      
      * removed not needed values from colvar file in rt
      
      * fixed a problem with restarting of FaMetaD
      
      * added rt for restarting of FaMetaD
      
      * add notes to the manual on restarting and acc factor
      
      * fix for restart regtest for fametad
      
      * added warning if restarting and not reading in acc from file
      
      * astyle fixes
      
      * Added a check to make sure that combing FaMetaD and MPI mwalkers is not allowed
      
      * changed error call to be consistent
      0e82e3d1
  6. Jul 26, 2018
  7. Jul 24, 2018
  8. Jul 23, 2018
    • Giovanni Bussi's avatar
      Simplified Makefile · 14389d60
      Giovanni Bussi authored
      I removed many cases that are not in practice useful. In particular,
      it won't be anymore possible to:
      - Link statically PLUMED if both "ar" and "ld -ro" do not work correctly.
      - Link runtime PLUMED is "ar" does not work correctly.
      
      Both statements are true only for installed PLUMED. Not installed plumed
      still uses object files.
      
      (see #352)
      14389d60
  9. Jul 20, 2018
  10. Jul 17, 2018
  11. Jul 16, 2018
    • Giovanni Bussi's avatar
      Allow relative paths in OSX libs · e4f50b79
      Giovanni Bussi authored
      I added a configure flag --disable-absolute-install-name
      to allow OSX shared libraries to behave such as Linux libraries
      
      This will need DYLD_LIBRARY_PATH to be set, which is not a good idea.
      
      I have to add some documentation.
      e4f50b79
    • Giovanni Bussi's avatar
      Allow using absolute soname on Linux as well · 253d9e00
      Giovanni Bussi authored
      On OSX, it is standard to hardcode the absolute path of a library in its install_name.
      On Linux, the standard behavior so to only hardcode the soname and let
      the system find the library. This actually requires setting LD_LIBRARY_PATH.
      
      I added the possibility to use ./configure --enable-absolute-soname
      to make Linux behave such as OSX.
      
      I took the occasion to simplify considerably the linking of shared libraries.
      Now the same command is used on Linux and OSX.
      253d9e00
    • Giovanni Bussi's avatar
      4d517b93
    • Giovanni Bussi's avatar
      cleanup modulefile · d54d54a0
      Giovanni Bussi authored
      - do not set LD_LIBRARY_PATH on OSX
      - set LIBRARY_PATH also when dynamic libraries are disabled
      d54d54a0
    • Giovanni Bussi's avatar
      Link plumed with libplumedKernel · fb8e66dc
      Giovanni Bussi authored
      Allow avoiding rpath-link. In addition, it will make
      absolute sonames on linux possible (later commit).
      fb8e66dc
  12. Jul 13, 2018
  13. Jul 12, 2018
  14. Jul 11, 2018
Loading