stfc / HartreeParticleDSL

MIT License
1 stars 1 forks source link

View and ScatterView creation is wrong in the FDTD_MPI coupled system with CUDA enabled. #72

Closed LonelyCat124 closed 1 year ago

LonelyCat124 commented 1 year ago

Not sure the exact details of what is wrong, but there's an issue with both the views and scatterview creation when CUDA is enabled.

LonelyCat124 commented 1 year ago

This works fine for a previous output though so I'm a bit confused.

LonelyCat124 commented 1 year ago

Separate compilation issue - fixed in CMakeLists.

There's also a number of [=] in the code in the FDTD_MPI code which should be KOKKOS_LAMBDA to support CUDA.