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
Noticed this while looking into other things: we have some timing
macros in MPI_INIT and MPI_FINALIZE that were calling MPI_* functions.
Change them to use the corresponding back-end ompi_* and pointer-based
function calls so that we don't accidentally pollute calls to a
profiled MPI library.
Signed-off-by: Jeff Squyres <[email protected]>
0 commit comments