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

Comms Optimization #40

Open
a-gilbert opened this issue Jun 20, 2019 · 0 comments
Open

Comms Optimization #40

a-gilbert opened this issue Jun 20, 2019 · 0 comments

Comments

@a-gilbert
Copy link

At the moment each MPI rank has a source, source buffer array, moment buffer, and potential array. Since blocking communications are currently used, we can eliminate buffers on all but rank 0--the program won't pass the communications (and therefore modify the potential, source, moments, etc.)

Further more, since only the potential or charge density is needed at any time, these two can be merged to decrease memory overhead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant