You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a simulation with particles (for example, particlesWoA) is run on GPUs with the code compiled with DEBUG=TRUE, it shows the following error at exit:
AMReX (24.01-30-g41397e2e7049) finalized
pure virtual method called
terminate called without an active exception
[lassen33:126238] *** Process received signal ***
[lassen33:126238] Signal: Aborted (6)
[lassen33:126238] Signal code: (-33568)
I haven't been able to understand why this is happening. This doesn't happen with
non-GPU code (compiled with DEBUG=TRUE or not)
on GPU but not compiled with DEBUG=TRUE.
The text was updated successfully, but these errors were encountered:
When a simulation with particles (for example,
particlesWoA
) is run on GPUs with the code compiled withDEBUG=TRUE
, it shows the following error at exit:I haven't been able to understand why this is happening. This doesn't happen with
DEBUG=TRUE
or not)DEBUG=TRUE
.The text was updated successfully, but these errors were encountered: