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
EAMxx: Fix non-determinism for mam on Chrysalis
The fluxes were updated in a simple for statement, which updated the same
values for every thread. Instead, use a TeamVectorRange parallel_for to update
the flux entries, one entry per thread.
[BFB]
* overfelt/eamxx/fix-non-determinism-in-mam:
Fix after rebase from master failed.
0 commit comments