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
The code which is conditionally compiled when Open MPI is configured with the
--enable-memchecker had some bugs. In particular the ompi_datatype_type_extent
function was being invoked for some rooted collectives for ranks where the
datatype being checked doesn't have to be defined. Also in certain cases
the wrong datatype (send,recv) was not being correctly checked.
These problems only show up when using the --enable-memchecker config option.
Signed-off-by: Howard Pritchard <[email protected]>
0 commit comments