Skip to content
Snippets Groups Projects
  1. Dec 11, 2020
  2. Dec 09, 2020
  3. Nov 24, 2020
  4. Oct 30, 2020
  5. Oct 29, 2020
  6. Oct 27, 2020
  7. Oct 23, 2020
  8. Oct 22, 2020
  9. Oct 16, 2020
  10. Oct 15, 2020
  11. Oct 13, 2020
  12. Oct 05, 2020
  13. Oct 03, 2020
  14. Sep 30, 2020
  15. Sep 07, 2020
  16. Sep 05, 2020
  17. Aug 05, 2020
  18. Aug 04, 2020
  19. Aug 03, 2020
    • Michael Kuron's avatar
      Work around MPI startup race condition on macOS · 24983f11
      Michael Kuron authored
      If a process started by mpiexec finishes too quickly, sometimes some of the other processes are not started.
      It is unclear whether this is an OpenMPI or macOS bug, but appears significantly more often since moving from macOS 10.13 to 10.15. OpenMPI 4.0.1 and 3.0.0 both show the issue on macOS 10.15.
      24983f11
  20. Jul 23, 2020
  21. Jul 20, 2020
  22. Jul 17, 2020
  23. Jul 14, 2020
    • Sebastian Eibl's avatar
      OpenMP support is now switchable within the generation script · a8129903
      Sebastian Eibl authored
      Since MSVC only has beta support for OpenMP 2.0 firstprivate
      cannot be used for these compilers. However, firstprivate
      is necessary for a reasonably safe implementation of OpenMP
      in MESA-PD. The solution is to move OpenMP support to the
      generator and disable OpenMP for the checked in version.
      The waLBerla OpenMP guards are removed as they are no longer
      needed. It is now assumed that if MESA-PD is generated with
      OpenMP support it is about to be used. If OpenMP is disabled
      with CMake warnings will pop up about undefined pragmas.
      a8129903
    • Stephan Seitz's avatar
      pe_coupling: Declare pe_coupling::overlapFractionPe inline · 4bce2d6c
      Stephan Seitz authored
      Defining this function in a header without inline/static specifier may
      lead to ODR violations.
      4bce2d6c
  24. Jul 10, 2020
  25. Jul 06, 2020