-
Notifications
You must be signed in to change notification settings - Fork 16
Misc. fixes for new distributed partitioning #397
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
Misc. fixes for new distributed partitioning #397
Conversation
a part might not do any work before receiving
|
(@inducer Didn't you add multiple comments during the meeting? I only see one of them here.) |
conditional needs to be here because zip won't return the right number of variables if there aren't any receives; checking if #parts == 1 is not sufficient though, need to actually check for recvs
17df3d2 to
b80875f
Compare
I did, but I deleted them when they became moot when we discovered that things were even wrong-er. |
|
Thanks! I've read through these changes, and they make sense to me. Would you be opposed to me squashing those into the existing commits in #393? |
Sure, no objections. |
Targets #393.