Re: [deal.II] Compilation fails for deal.II when compiling with PETSc+Kokkos

2022-06-15 Thread Daniel Arndt
Somewhere the compiler flag -DKOKKOS_DEPENDENCE got lost, you might try if adding it fixes your problem. Kokkos allows specifying an arbitrary CMake C++ compiler to be used as host compiler for nvcc under the hood. As long as the compiler is not clang++ (which can compile CUDA code on its own),

[deal.II] deal.II Newsletter #215

2022-06-15 Thread 'Rene Gassmoeller' via deal.II User Group
Hello everyone! This is deal.II newsletter #215. It automatically reports recently merged features and discussions about the deal.II finite element library. ## Below you find a list of recently proposed or merged features: #13976: Fix generalized support points of FE_RaviartThomasNodal