-
Notifications
You must be signed in to change notification settings - Fork 25
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
domain decomposition #169
domain decomposition #169
Conversation
…into domain_decomposition
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @shac170, really good work!
Can we merge loop_source_dd
into loop_source
, such that we always have domain decomposition turned on, but by default, there is only one domain shared by all the processes? Having two separate loops, that very similarly function, would mean having multiple stuff to maintain as the code grows.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After refactoring (merging dd and source loops), running with multiple processes is not reproducible. Let's track that in Issue as planned, @shac170 . Thanks!
adding domain decomposition