ascot4fusion / ascot5

ASCOT5 is a high-performance orbit-following code for fusion plasma physics and engineering
https://ascot4fusion.github.io/ascot5/
GNU Lesser General Public License v3.0
31 stars 9 forks source link

Remove redundant offloading #127

Open miekkasarki opened 1 month ago

miekkasarki commented 1 month ago

With the new GPU implementation, we no longer offload the whole simulation to the accelerator. Instead we operate on host except when executing a loop in parallel.

This as well as the clever use of pragmas have made the former offloading infrastructure redundant. These will be removed.