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

MPI code using sub-optimal communication patterns #551

Open
donaldwj opened this issue Apr 29, 2021 · 0 comments
Open

MPI code using sub-optimal communication patterns #551

donaldwj opened this issue Apr 29, 2021 · 0 comments

Comments

@donaldwj
Copy link
Collaborator

Many places in the existing MPI communication code are using sub-optimal communication patterns. For example uses send and recv in a loop to achieve the results of using mpi_scatter, mpi_gather, mpi_reduce, or mpi_allreduce.

Expected Behavior

Where possible high level communications functions should be used instead of send and recv based logic

Current Behavior

Mpi_send and mpi_recv are being used in places where better communication functions exist.

Possible Solution

Change communication functions to use high level mpi functions when possible

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