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 or PMPI for own operations #86

Open
cjlegg opened this issue Nov 27, 2020 · 0 comments
Open

MPI or PMPI for own operations #86

cjlegg opened this issue Nov 27, 2020 · 0 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@cjlegg
Copy link
Collaborator

cjlegg commented Nov 27, 2020

This tool gathers its results from the ranks (to rank 0) for recording for posterity. The call used for this gather is MPI_Gather (several instances). Would it be more logical to use PMPI_Gather so that these calls are not included by this profiling tool (future expanded version) or another profiling tool in a profile of the application? That may well be an unrealistic scenario but if it occurred woul d there not be infinitely recursive MPI_Gather calls triggered?

@gvallee gvallee added enhancement New feature or request bug Something isn't working labels Dec 18, 2020
@gvallee gvallee assigned gvallee and unassigned gvallee Mar 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants