Skip to content
Snippets Groups Projects
  1. May 09, 2018
  2. May 08, 2018
  3. May 04, 2018
  4. Apr 30, 2018
  5. Apr 16, 2018
  6. Apr 11, 2018
  7. Apr 10, 2018
  8. Apr 09, 2018
    • Sebastian Eibl's avatar
      performance optimization for EPA · 361789bc
      Sebastian Eibl authored
      361789bc
    • 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
  9. Apr 08, 2018
  10. Apr 06, 2018
  11. Apr 05, 2018
  12. Apr 03, 2018
  13. Mar 28, 2018
  14. Mar 21, 2018
  15. Mar 14, 2018
    • Michael Kuron's avatar
      mac CI build jobs · 5e8a578a
      Michael Kuron authored
      - fix find_package(MPI) when WARNING_ERROR is defined and recent version of CMake is used
      - fix python_coupling Manager::addPath
      5e8a578a
  16. Mar 08, 2018
  17. Mar 06, 2018
  18. Feb 27, 2018
  19. Feb 26, 2018
  20. Feb 21, 2018
  21. Feb 20, 2018
  22. Feb 19, 2018
  23. Feb 16, 2018
  24. Feb 14, 2018
    • Michael Kuron's avatar
      Fix building on some compilers · f26d67e2
      Michael Kuron authored and Christian Godenschwager's avatar Christian Godenschwager committed
      - Need to find Boost library path before we search for the Python libraries, even if we don't need any other libraries
      - std::experimental::filesystem::current_path is broken in libstdc++ 5.4 and lower
      f26d67e2