Skip to content
Snippets Groups Projects
  1. Jul 19, 2018
    • Dominic Kempf's avatar
      Do not allow OpenMP to get more than one core. · 9922ddaf
      Dominic Kempf authored
      Suitesparse, as installed with Debian, is thread-parallel using OpenMP.
      OpenMP silently assumes, it can spawn as many threads as there are cores.
      In a worst case scenario, this leads to a number of threads quadratic in
      the core count, if you also do parallel test execution with the maximum
      number of cores. We solve the issue by disallowing OpenMP to allocate more
      than one thread.
      9922ddaf
  2. Sep 19, 2017
  3. Aug 30, 2017
  4. Aug 02, 2017
  5. Oct 18, 2016
    • Ansgar Burchardt's avatar
      Update test environments · f9834aa2
      Ansgar Burchardt authored
      - No longer test with clang 3.5.
      - Add clang 3.8 from Debian 8 + backports
      - Add gcc 5.4 + clang 3.8 from Ubuntu 16.04 LTS.
      - Use `duneci-standard-test`
      f9834aa2
  6. Jul 07, 2016
Loading