Skip to content
Snippets Groups Projects
  1. Feb 13, 2019
  2. Jan 22, 2019
  3. 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
  4. Oct 31, 2018
  5. Aug 24, 2018
  6. Aug 23, 2018
  7. 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
  8. Apr 08, 2018
  9. Mar 14, 2018
  10. Feb 26, 2018
  11. Feb 21, 2018
  12. Feb 20, 2018
  13. Feb 14, 2018
  14. Jan 28, 2018
  15. Jan 27, 2018
  16. Jan 26, 2018
  17. Jan 12, 2018
  18. Jan 03, 2018
  19. Dec 20, 2017
  20. Nov 12, 2017
  21. Nov 08, 2017
  22. Nov 03, 2017
  23. Oct 24, 2017
  24. Oct 11, 2017
  25. Aug 23, 2017
  26. Aug 14, 2017
  27. Aug 05, 2017
  28. Aug 02, 2017
  29. Jul 18, 2017
  30. Jul 14, 2017
  31. 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
  32. Apr 20, 2017