Daniel Arndt

Results 1005 comments of Daniel Arndt

Is this still a draft or ready for review?

Can you reproduce manually? Can you try printing path the function is trying to access and see if that's validf and writable?

I would prefer to set the appropriate value at the call site and skip the test for MSVC if we don't know which one to use. Ultimately, this is only...

``` /builds/kokkos/kokkos/core/src/impl/Kokkos_EBO.hpp(108): error #20014-D: calling a __host__ function from a __host__ __device__ function is not allowed : m_ebo_object(std::forward(args)...) {} ^ detected during: instantiation of "Kokkos::Impl::EBOBaseImpl::EBOBaseImpl(Args &&...) [with T=Kokkos::DefaultHostExecutionSpace, CTorsNotOnDevice=Kokkos::Impl::DefaultCtorNotOnDevice, Args=,...

> Personally, I will be happy to help with implementing these tests. Feel free to do that in a follow-up.

> From the user side, you have to decide which way you want to interface with deal.II. Do you want to use header files? Then you have to set the...