Daniel Arndt

Results 1005 comments of Daniel Arndt

I'm curious what alternatives there are. For `Kokkos`, in particular, there are a bunch of macros that are designed for annotating functors in downstream code and some of those depend...

The biggest issue here is dealing with mixed-precision. Previously, the value type was always `double` and so we used mixed precision with other classes if they were templated on the...

Another issue is that `Tpetra` (in contrast to `Epetra`) doesn't allow dynamic/lazy allocation for the sparsioty pattern. Instead users always have to provide an upper bound for the number of...

Yes, it should be enough to use `MPI_InitFinalize`.

In my opinion this is at least temporarily a good idea.

> So I load the tbb module from Intel oneAPI package. I can try without it . But it's a bit more complicated that I thought because it's a dependence...

> I search with the find command in the source directory of candi, and in the installation directory (where all the stuff is done) and there is no file named...

https://github.com/kokkos/kokkos/actions/runs/15478957364/job/43581642235?pr=8152 looks like a real issue.

You'll have to resolve merge conflicts.