We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
MPI_Allreduce
Looking up the manual page of the MPI vendor and find ways to increasing the block size of the reduce operation could help.
MPI_Iallreduce
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
MPI_Iallreduce
could be helpful.The text was updated successfully, but these errors were encountered: