Skip to content
Snippets Groups Projects

Merge branch 'fix/cmake-variable-names' into 'master'

Merged Mathis Kelm requested to merge cherry-pick-9721e381 into releases/3.8
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
@@ -26,7 +26,7 @@
#include <tbb/parallel_for.h>
#endif
#if HAVE_KOKKOS
#if DUMUX_HAVE_KOKKOS
#include <Kokkos_Core.hpp>
#endif
@@ -100,7 +100,7 @@ private:
};
#endif // HAVE_TBB
#if HAVE_KOKKOS
#if DUMUX_HAVE_KOKKOS
// Kokkos backend implementation
template<class FunctorType>
class ParallelFor<FunctorType, Multithreading::ExecutionBackends::Kokkos>
@@ -118,7 +118,7 @@ private:
FunctorType functor_;
std::size_t count_;
};
#endif // HAVE_KOKKOS
#endif // DUMUX_HAVE_KOKKOS
#if DUMUX_HAVE_OPENMP
Loading