-
Notifications
You must be signed in to change notification settings - Fork 230
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
AlltoAll for large problem #1095
Comments
where (what python line) and reproducer |
error trace too would be nice |
|
command line to reproduce ? can you write an MFE? this seems to be due to the data distribution of |
Not really, just add a massive number of receivers in any example and at some point will crash like that. All examples are setup for tiny number of receivers so wouldn't pop up |
so we should be able to write a 5-6 lines MFE. I'll try to reproduce |
can we close this? @mloubout |
No, the PRs improved the set-up time for larger receivers (still issues with full size 3D I trying to track) but this error is not related, this is due to message size so will happen, trying to find a fix for that too |
@mloubout - you should not be expecting to see integer OverflowError unless you are running in the order of a couple of billion dof's. How large is your problem? If it really is that big then we have to ensure our indexing supports int64. |
You don't need to go that big to be way over that. 3D receivers, OBN setup with reciprocity:
And you have couple tens of billions |
The AlltoAll calls for MPI make Devito crash for large problems.
The text was updated successfully, but these errors were encountered: