CEMeNT-PSAAP / MCDC

MC/DC: Monte Carlo Dynamic Code
https://mcdc.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
20 stars 20 forks source link

GPU compilation fails after PR #198 (next VR) #206

Closed jpmorgan98 closed 3 weeks ago

jpmorgan98 commented 2 months ago

GPU compilation fails after PR #198. Only resulting in a Aborted (core dumped). This could be because some of some changing data layout when implementing new tracking method? Also something to note is that the global int flags like BC and FILL_LATTICE: are never declared and/or moved to the GPU. I am guessing they are supposed to be stored in the global state but that feels like the most significant difference in this PR.

This must be fixed before next version release

jpmorgan98 commented 3 weeks ago

Fixed as of PR #222