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
New observation - atomic / mostly correct particle data block written in list model, but the latest related edits in monitor_nd-lib.c lead to a couple of side effects:
On CPU, there is always a first bogus event present in the file 0 0 0 0 0 0
On GPU, the particle "id" is not incremented correctly (often resides in col no. 4)
Most event lists created using openacc end up empty.
As e.g. "normal" 2D histogram function, the issue likely occurs in the calculation of the "index" into the (currently) 1-dimensional Buffer array.
The text was updated successfully, but these errors were encountered: