adamantine-sim / adamantine

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

Reduce max FE degree from 10 to 5 #261

Closed Rombur closed 7 months ago

Rombur commented 7 months ago

I am going to introduce a few more template parameters, so let's reduce the number of instantiations before I do that. This PR also adds the -ffast-math flag when compiling the adamantine binary in the Docker image.

Rombur commented 7 months ago

I forgot to update validate_input_database. I just pushed to fix it.

Rombur commented 7 months ago

The CUDA build is not passing but it's due to issue with the CI machines. There is no ETA on when this will be fixed.

stvdwtt commented 7 months ago

Merging without the CUDA tests running since we don't know when the CI will be fixed. @Rombur manually ran the tests for HIP and they passed.