Skip to content
Snippets Groups Projects
  1. Jun 06, 2018
  2. Jun 05, 2018
  3. Jun 04, 2018
  4. Jun 01, 2018
  5. May 31, 2018
  6. May 30, 2018
  7. May 28, 2018
  8. May 22, 2018
    • Michael Kuron's avatar
      Don’t call MPI_Type_free after MPI_Finalize · 7934e8f5
      Michael Kuron authored
      Vector2, Vector3 and Matrix3 define their own MPITrait::type functions that return an MPI_Datatype for them. It is created the first time the function is called and put into a static variable. It is therefore destroyed after the main() function exits, which is usually after MPI_Finalize has been called. Freeing the MPI_Datatype is therefore not possible and mpi::datatype cannot be used.
      7934e8f5
  9. May 18, 2018
  10. May 17, 2018
  11. May 16, 2018
  12. May 09, 2018
  13. May 08, 2018
  14. May 04, 2018
  15. May 03, 2018
  16. Apr 30, 2018
  17. Apr 16, 2018
  18. Apr 11, 2018
  19. Apr 10, 2018
  20. 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
  21. Apr 08, 2018
  22. Apr 06, 2018
  23. Apr 05, 2018
  24. Apr 03, 2018
  25. Mar 28, 2018
  26. Mar 21, 2018
  27. 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
  28. Mar 08, 2018