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

Use MPI profiling Interface to test that only the expected communication is actually done #235

Open
Hespian opened this issue Apr 6, 2022 · 1 comment

Comments

@Hespian
Copy link
Member

Hespian commented Apr 6, 2022

We should, for example, be able to overwrite MPI_Bcast: Increase a counter and then call PMPI_Bcast. Then we should know exactly how many times MPI_Bcast was called.

Could we use the Profiling interface to overwrite MPI_Bcast and make sure that recv counts are not exchanged here?

Originally posted by @Hespian in #170 (comment)

@Hespian
Copy link
Member Author

Hespian commented Nov 9, 2022

@niklas-uhl does this in #419 and it seems to work just fine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant