Skip to content
Snippets Groups Projects
  1. Aug 23, 2018
  2. 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
  3. Apr 08, 2018
  4. Mar 14, 2018
  5. Feb 26, 2018
  6. Feb 21, 2018
  7. Feb 20, 2018
  8. Feb 14, 2018
  9. Jan 28, 2018
  10. Jan 27, 2018
  11. Jan 26, 2018
  12. Jan 12, 2018
  13. Jan 03, 2018
  14. Dec 20, 2017
  15. Nov 12, 2017
  16. Nov 08, 2017
  17. Nov 03, 2017
  18. Oct 24, 2017
  19. Oct 11, 2017
  20. Aug 23, 2017
  21. Aug 14, 2017
  22. Aug 05, 2017
  23. Aug 02, 2017
  24. Jul 18, 2017
  25. Jul 14, 2017
  26. Apr 25, 2017
    • Martin Bauer's avatar
      Python Module · 88a92435
      Martin Bauer authored
      two versions available now via CMake switch:
         - by default the Python module is built without LBM module, since
           lbmpy can be used for this. Reduces compile time substantially.
         - if the LBM is needed in python, for example for the lbmpy testsuite
           it can be included by setting the CMake switch
           WALBERLA_BUILD_WITH_PYTHON_LBM
      88a92435
  27. Apr 20, 2017
  28. Mar 30, 2017