adamantine-sim / adamantine

Software to simulate heat transfer for additive manufacturing
https://adamantine-sim.github.io/adamantine/
Other
37 stars 10 forks source link

Update dependencies and use Kokkos #253

Closed Rombur closed 8 months ago

Rombur commented 8 months ago

This PR updates the dependencies that we are using. In particular, we bump the required version of deal.II to 9.5. This version of deal.II replaced the CUDA backend with Kokkos, so I removed our CUDA code and replaced it with Kokkos. There are probably more places where the code could be simplified but that can wait.

Rombur commented 8 months ago

Retest this please

Rombur commented 8 months ago

@stvdwtt This is ready.