-
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
distribution of some large matrices in parallel run #173
Conversation
from w90 develop
fix a bug when precond=.true.
Codecov Report
@@ Coverage Diff @@
## develop #173 +/- ##
===========================================
+ Coverage 57.41% 57.57% +0.15%
===========================================
Files 27 27
Lines 15572 15624 +52
===========================================
+ Hits 8941 8995 +54
+ Misses 6631 6629 -2
Continue to review full report at Codecov.
|
I fixed minor bugs for the case with precond=T; Now all checks have passed. Sincerely, Hyungjun Lee |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good - also tested and proves it fixes know issue with large arrays.
distribution of some large matrices in parallel run. Fixes wannier-developers#171
Dear developers:
Here are some modifications to distribute some large matrices in parallel run.
They come from my personal version of W90. Since it is more complex than I expected, I aligned the part of my version into the recent version of W90. But, with this version we can deal with the case which requires many k points and bands.
I assume that when gamma_only=T, we use only single core (it is natural since curretnly only k parallelisation is done in W90).
Sincerely,
Hyungjun Lee
EPFL