-
Notifications
You must be signed in to change notification settings - Fork 145
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
Error in large parallel runs #171
Comments
Dear Prof. Jonathan R. Yates: This has already been discussed in my previous commit: The main source of this problem is that currently most of the data (large matrices) is not distributed. In my personal version, I worked around this problem partially. If you want, I will align the part of my modified subroutines to the current version of Wannier90 and submit them. Sincerely, Hyungjun Lee |
I think your earlier comment referred to postw90, and this is the main wannier90 - but I wouldn't be surprised if this was the same issue. I know that I need to take the time to think about how memory is managed within the code. |
Dear Prof. Jonathan R. Yates: I submitted the part of modifications done in my personal version (#173). I am not sure whether this can solve the problem you mentioned since I don't know the problem. PS)
It is very interesting! Thank you for the info. Sincerely, Hyungjun Lee |
distribution of some large matrices in parallel run. Fixes wannier-developers#171
Error reported to developers whereby Wannier90 crashes in wannierise routines when run in parallel for largest (ish) systems
The text was updated successfully, but these errors were encountered: