Skip to content
Snippets Groups Projects
  1. May 16, 2019
  2. Apr 25, 2019
  3. Apr 11, 2019
  4. Apr 03, 2019
  5. Mar 27, 2019
  6. Mar 26, 2019
  7. Mar 07, 2019
  8. Feb 18, 2019
  9. Feb 13, 2019
  10. Jan 22, 2019
  11. Nov 02, 2018
    • Martin Bauer's avatar
      CUDA CMake - removed boost "isystem" modification · 3a78f7dc
      Martin Bauer authored
      - recent GCC version produce error when "-isystem /usr/include" is added
        to command line. Error is: '#include_next <math.h>' not found
      - the removed "hack" added the cuda include dir with "-isystem" to
        the CUDA compiler arguments to prevent warnings from boost header
        -> currently there seem to be no warnings generated from boost headers
           so "hack" is removed
      3a78f7dc
  12. Oct 31, 2018
  13. Aug 24, 2018
  14. Aug 23, 2018
  15. Apr 09, 2018
    • Michael Kuron's avatar
      Fix tests failing with new OpenMP on Intel compiler · 3ad4a4a1
      Michael Kuron authored
      - NearestNeighborFieldInterpolator::get needs to break out of all loops, just not the current one. While the test seemed to succeed anyway, it crashed with corrupted memory during exit when compiled with Intel 17 in Release mode.
      - FftTest should not use thread-unsafe RNG in parallel section. Otherwise the Intel 16 compiler crashes.
      - Revert to -openmp on Intel < 16.0.3, which crashes while processing some of our OpenMP loops (e.g. BoundaryHandling::treatDirection).
      3ad4a4a1
  16. Apr 08, 2018
  17. Mar 14, 2018
  18. Feb 26, 2018
  19. Feb 21, 2018
  20. Feb 20, 2018
  21. Feb 14, 2018
  22. Jan 28, 2018
  23. Jan 27, 2018
  24. Jan 26, 2018
  25. Jan 12, 2018
  26. Jan 03, 2018
  27. Dec 20, 2017
  28. Nov 12, 2017
  29. Nov 08, 2017
  30. Nov 03, 2017
  31. Oct 24, 2017
  32. Oct 11, 2017
  33. Aug 23, 2017
  34. Aug 14, 2017
  35. Aug 05, 2017