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_Allreduce takes a long time. #1

Open
rainwoodman opened this issue Sep 11, 2018 · 0 comments
Open

MPI_Allreduce takes a long time. #1

rainwoodman opened this issue Sep 11, 2018 · 0 comments

Comments

@rainwoodman
Copy link
Collaborator

For large sized jobs with little data, most of the time is spent in the two MPI_Allreduce calls for the CLE arrays during iterations.

Looking up the manual page of the MPI vendor and find ways to increasing the block size of the reduce operation could help.

  1. MPI_Iallreduce could be helpful.
  2. related, on some systems the smart Alltoall sparse is not very useful. We shall provide a way to disable that.
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