Skip to content
Snippets Groups Projects
  1. Nov 05, 2019
  2. May 27, 2019
  3. Jan 14, 2019
  4. Jan 11, 2019
  5. Dec 13, 2018
  6. Dec 12, 2018
  7. Oct 15, 2018
    • Carlo Camilloni's avatar
      V2.4 set omp (#398) · 836687b5
      Carlo Camilloni authored
      * OpenMP changes to allow setting the number of threads from main code
      furthermore avoiding to call getenv more than once (it is faster)
      
      * setOpenMP: gromacs patch enabled to set the number of openMP threads
      
      * OpenMP: moved static variables inside  a struct/function couple
      
      * OpenMP: removed api interface and gromacs patch
      
      * astyle
      Unverified
      836687b5
  8. Oct 14, 2018
  9. Oct 13, 2018
  10. Jun 21, 2018
  11. Jun 20, 2018
  12. May 16, 2018
  13. Mar 18, 2018
  14. Mar 12, 2018
  15. Mar 11, 2018
  16. Mar 01, 2018
  17. Feb 23, 2018
    • Giovanni Bussi's avatar
      Fixed many simd directives. · 43bc1c97
      Giovanni Bussi authored
      It looks like there were many incorrect simd statements. In particular:
      - In all cases where a double was reduced, I added a reduction clause
      - In all cases where a Vector was reduced, I just removed the pragma
      
      This error lead to many failures in regtests when compiling with
      intel -O3. It looks we have to make sure a compiler with simd support
      is tested on travis-ci
      43bc1c97
    • Giovanni Bussi's avatar
      Small fix · 0379d784
      Giovanni Bussi authored
      Here I fix something I think might be wrong. In particular, if
      safe==false && alEqDis
      it looks like dist was initialized to the correct value but then not used.
      
      From the current code coverage it looks this path was never tried.
      Anyway, I am pretty sure the old code does not make sense.
      0379d784
  18. Feb 11, 2018
  19. Feb 05, 2018
  20. Nov 30, 2017
  21. Nov 22, 2017
  22. Nov 13, 2017
  23. Nov 06, 2017
  24. Nov 03, 2017
  25. Nov 02, 2017
  26. Oct 11, 2017
  27. Sep 29, 2017
  28. Sep 15, 2017
  29. Sep 14, 2017
  30. Aug 31, 2017
  31. Aug 30, 2017
  32. Aug 28, 2017
Loading