tlestang / heatcompact3d

3D heat equation with 6th order compact schemes
https://tlestang.github.io/heatcompact3d/
GNU General Public License v3.0
0 stars 1 forks source link

Add CUDA kernels for the right hand side computation #7

Closed semi-h closed 1 year ago

semi-h commented 1 year ago

First commit adds a dummy GPU kernel

tlestang commented 1 year ago

Thanks. I just pushed a commit that will make make test actually report failure if any of the tests fail.

You can rebase your local branch on top of gpu-build and I'll merge this in. While you're at it feel free to remove rhs_kernel kernel in src/module_field_gpu.f90 :)

tlestang commented 1 year ago

Well done, can also confirm the test for field class also passes, neat! I'm merging this in.