-
Notifications
You must be signed in to change notification settings - Fork 634
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
Improvements to the communications flow #1670
Comments
The logic in |
ahoenselaar
pushed a commit
to ahoenselaar/meep
that referenced
this issue
Aug 6, 2021
* Replace `connections` with separate maps for incoming and outgoing connections. * Maintain separate connections for each chunk pair. These changes unblock some of the improvements disucssed on NanoComp#1710 and NanoComp#1670.
bencbartlett
pushed a commit
to bencbartlett/meep
that referenced
this issue
Sep 9, 2021
* Replace `connections` with separate maps for incoming and outgoing connections. * Maintain separate connections for each chunk pair. These changes unblock some of the improvements disucssed on NanoComp#1710 and NanoComp#1670. Co-authored-by: Andreas Hoenselaar <ahoenselaar@gmail.com>
mawc2019
pushed a commit
to mawc2019/meep
that referenced
this issue
Nov 3, 2021
* Replace `connections` with separate maps for incoming and outgoing connections. * Maintain separate connections for each chunk pair. These changes unblock some of the improvements disucssed on NanoComp#1710 and NanoComp#1670. Co-authored-by: Andreas Hoenselaar <ahoenselaar@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are areas where the current communications code could be improved:
connect_the_chunks
.The first three issues are addressed in #1656.
The text was updated successfully, but these errors were encountered: