Skip to content
Snippets Groups Projects
  1. Oct 05, 2020
  2. Oct 03, 2020
  3. Sep 30, 2020
  4. Sep 07, 2020
  5. Sep 05, 2020
  6. Aug 05, 2020
  7. Aug 04, 2020
  8. 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
  9. Jul 23, 2020
  10. Jul 20, 2020
  11. Jul 17, 2020
  12. 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
  13. Jul 10, 2020
  14. Jul 06, 2020
  15. Jul 02, 2020
  16. Jun 18, 2020
  17. Jun 15, 2020
  18. Jun 10, 2020