Skip to content
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

Parallel problems #123

Closed
jryates opened this issue Mar 30, 2017 · 1 comment
Closed

Parallel problems #123

jryates opened this issue Mar 30, 2017 · 1 comment
Assignees
Milestone

Comments

@jryates
Copy link
Member

jryates commented Mar 30, 2017

In both postw90 and the main routines we have an issue when there are fewer k-points than nodes. We need to re-write some of the MPI calls to handle this in a way that avoids accessing unallocated data

@jryates
Copy link
Member Author

jryates commented Mar 30, 2017

Further things to improve:
Add correct contributors
There are lots of on_root check in param_read. This should only be called on the root node, so remove this and add a check at the beginning.

giovannipizzi added a commit to giovannipizzi/wannier90 that referenced this issue Mar 31, 2017
@giovannipizzi giovannipizzi added this to the v2.2 milestone Mar 31, 2017
@jryates jryates closed this as completed in 9e56241 Apr 1, 2017
jryates added a commit that referenced this issue Apr 1, 2017
This fixes #123 (problem with geninterp with more processors than kpoints)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants