-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Non-uniform processor allocation in domain-decomposed simulations #246
base: dev
Are you sure you want to change the base?
Conversation
Apparently I wasn't running on the most up-to-date version of |
The tally values I get from this version are identical to the ones I was getting on my branch; this made me wonder if the |
The |
@alexandermote , I made some updates. Particularly, I changed how we distribute source particles locally with multiple processors per domain. Let's use |
@ilhamv |
@alexandermote , the test Do you plan to test and include the |
@ilhamv: |
Opening a draft PR to get fresh eyes on my new DD code. We can now handle decomposed mesh tallies of varying sizes, and the
dd_slab_reed
test should pass when run with 4 processors. Currently working on gettingdd_slab_reed
anddd_cooper
to pass when run with multiple processors per subdomain; from there, we should be able to add non-uniform work ratios fairly easily.