You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
We should, for example, be able to overwrite
MPI_Bcast
: Increase a counter and then callPMPI_Bcast
. Then we should know exactly how many times MPI_Bcast was called.Originally posted by @Hespian in #170 (comment)
The text was updated successfully, but these errors were encountered: