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
For problems employing variance reduction the workload per task becomes highly variable depending on how many splits the particle undergoes. A global secondary bank would allow us to balance this workload by allowing split particles to be added and picked up from any thread. The challenge here is the implementation of an efficient and robust stack for concurrent addition and removal of particle source sites.
The text was updated successfully, but these errors were encountered:
For problems employing variance reduction the workload per task becomes highly variable depending on how many splits the particle undergoes. A global secondary bank would allow us to balance this workload by allowing split particles to be added and picked up from any thread. The challenge here is the implementation of an efficient and robust stack for concurrent addition and removal of particle source sites.
The text was updated successfully, but these errors were encountered: