Skip to content
Snippets Groups Projects
  1. Jun 14, 2019
  2. Jun 13, 2019
  3. Jun 07, 2019
  4. Jun 06, 2019
  5. Jun 05, 2019
  6. Jun 04, 2019
  7. Jun 03, 2019
  8. May 28, 2019
  9. May 17, 2019
  10. May 16, 2019
    • Martin Bauer's avatar
      Removed IntelMPI Workaround from CMake · a1b603d4
      Martin Bauer authored
      - workaround seems to be not necessary any more, for recent IntelMPI versions
      - the workaround did not play with CMake's try_compile function, which tries to compile some test programs to check for compiler features
        The workaround added '-include mpi.h' to the compile flags, which are also used by try_compile, but try_compile does not set include directories with "-I"
        This lead to the problem, that for example the OpenMP flag was not correctly determined, since there the try_compile mechanism is used
      a1b603d4
    • Sebastian Eibl's avatar
      improved performance of Singleton · 1727a98f
      Sebastian Eibl authored
      1727a98f
    • Martin Bauer's avatar
      Support for Boost 1.70.0 and Python 3.7 · 33fe0883
      Martin Bauer authored
      33fe0883
  11. May 09, 2019
  12. May 07, 2019
  13. May 03, 2019
  14. Apr 25, 2019