Skip to content
Snippets Groups Projects
  1. Aug 22, 2018
  2. Aug 16, 2018
  3. Aug 14, 2018
  4. Aug 13, 2018
  5. Aug 07, 2018
  6. Jul 30, 2018
  7. Jul 06, 2018
  8. Jun 26, 2018
  9. Jun 19, 2018
  10. Jun 18, 2018
  11. Jun 14, 2018
  12. Jun 06, 2018
  13. Jun 01, 2018
  14. May 30, 2018
  15. May 24, 2018
  16. May 18, 2018
  17. May 17, 2018
  18. May 14, 2018
  19. May 04, 2018
  20. May 02, 2018
  21. Apr 30, 2018
  22. Apr 12, 2018
  23. 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
  24. Apr 06, 2018
  25. Mar 23, 2018