Skip to content
Snippets Groups Projects
  1. Oct 16, 2016
  2. Oct 12, 2016
  3. Oct 11, 2016
    • Giovanni Bussi's avatar
      Fixed problem with DD and zero atoms · 182743e6
      Giovanni Bussi authored
      When there are zero atoms in one of the DD domains,
      some arrays are allocated to be zero sized and later
      accessed with &array[0].
      
      Whereas this is harmless, it triggers an out-of-boundary
      error when plumed is compiled with --enable-debug-glibcxx
      
      The size of those arrays is now guaranteed to be at least 1.
      182743e6
  4. Oct 09, 2016
  5. Oct 06, 2016
  6. Oct 05, 2016
  7. Oct 04, 2016
  8. Oct 03, 2016
  9. Sep 30, 2016
  10. Sep 14, 2016
  11. Sep 13, 2016
  12. Sep 10, 2016
  13. Jul 25, 2016
  14. Jul 15, 2016
  15. Jul 14, 2016
  16. Jul 08, 2016
  17. Jul 06, 2016
  18. Jul 05, 2016
  19. Jul 04, 2016
    • Giovanni Bussi's avatar
      changelog · 73bd5f04
      Giovanni Bussi authored
      [makedoc]
      73bd5f04
    • Giovanni Bussi's avatar
      Fixed autoconf for gsl · db2f229b
      Giovanni Bussi authored
      I made it consistent with other libraries.
      
      Now, plumed looks first for the required functions and, if not
      found, adds a standard -l flag. This allows as in the other cases
      to override the paths using the LIBS variable.
      
      As a side effect, it might be that -lgslcblas does not get linked.
      This could happen if linked blas already define a cblas interface
      (as far as I know, this happens with mac for me and not with linux).
      db2f229b
  20. Jun 30, 2016
Loading