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

[WIP] Avoid Alltoall in createFromSends #204

Closed
wants to merge 1 commit into from

Conversation

masterleinad
Copy link
Collaborator

For a large number of processes, it should be better to avoid MPI_Alltoall and compute the number of messages to receive instead and then just perform necessary point-to-point communication.

I still need to measure if there is an impact on larger runs.

@masterleinad
Copy link
Collaborator Author

Retest this please.

1 similar comment
@masterleinad
Copy link
Collaborator Author

Retest this please.

@aprokop
Copy link
Contributor

aprokop commented Dec 18, 2019

Just a general comment. If this approach works better than the original, I think it should be encapsulated in some helper function instead of sticking it into the place it is called from.

@aprokop aprokop added the performance Something is slower than it should be label Dec 18, 2019
@aprokop
Copy link
Contributor

aprokop commented Aug 3, 2020

What do we do with this one? Is it OK to close it for now, and reopen when the need arises?

@masterleinad
Copy link
Collaborator Author

What do we do with this one? Is it OK to close it for now, and reopen when the need arises?

We can close it if it's bothering anyone having it around.

@masterleinad masterleinad changed the title Avoid Alltoall in createFromSends [WIP] Avoid Alltoall in createFromSends Aug 12, 2020
@aprokop
Copy link
Contributor

aprokop commented Mar 12, 2021

No activity, no progress, and no path forward. Closing. Resurrect if effort is allocated, or a need arises.

@aprokop aprokop closed this Mar 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Something is slower than it should be
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants