-
Notifications
You must be signed in to change notification settings - Fork 21
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
diy::Master::exchange() error when nblock < nproc #29
Comments
Comment by Dmitriy Morozov I've never run it in this regime, so it's not a known problem. But it's not difficult to guess what may be going wrong. There is a division by I should note that this is not a regime I've thought about before. Other things might be failing as well. |
Comment by Hadrien Croubois I understand that's not something you might expect, still you might run into it in specific cases :
That's what I'm looking at |
Comment by Dmitriy Morozov Oh, I don't question the usefulness of the setting. Just acknowledging that I haven't thought about it before. I'll fix this problem when I get a chance. Meanwhile, you can see if something simple, like setting |
Comment by Dmitriy Morozov e63cbea might fix the immediate problem (in the way I described), but there are deeper problems with the design in this case. (DIY collectives break, as does the pattern of loading the data via collective IO during decomposition.) I need to think through this to figure out the best solution. |
Issue by Hadrien Croubois
Monday Mar 02, 2015 at 21:02 GMT
When the total number of block is smaller then the number of procecess running in parallele, calling diy::Master::exchange() gives an error
Is that a known problem ? I'll try and have a lot a where it comes from
The text was updated successfully, but these errors were encountered: