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

more efficient eigenmode solver for parallel machines #595

Open
stevengj opened this issue Nov 6, 2018 · 0 comments
Open

more efficient eigenmode solver for parallel machines #595

stevengj opened this issue Nov 6, 2018 · 0 comments

Comments

@stevengj
Copy link
Collaborator

stevengj commented Nov 6, 2018

Because of #594, we can now skip most of the eigenmode calculation on all processes ≠ 0. Saves a bit of CPU energy and might be easier to diagnose if there is a problem with the eigenmode solver.

More seriously, we should also reconsider how we get the ε data from Meep to MPB, since it looks like it currently does a broadcast for every grid point that is evaluated, which is potentially quite slow.

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

1 participant