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
in share/openmpi/openmpi-valgrind.supp (openmpi 5.0.7) does not work for valgrind 3.23. The three dots syntax no longer matches writev(vector[1]) which is the actual reported error. I am not sure if this is a valgrind regression, or openmpi needs to update the suppression file.
The text was updated successfully, but these errors were encountered:
khanc
changed the title
Valgrind suppression writev([...]) does not suppress for recent valgrind
Valgrind suppression writev(vector[...]) does not suppress for recent valgrind
Mar 3, 2025
The valgrind suppression
in
share/openmpi/openmpi-valgrind.supp
(openmpi 5.0.7) does not work for valgrind 3.23. The three dots syntax no longer matcheswritev(vector[1])
which is the actual reported error. I am not sure if this is a valgrind regression, or openmpi needs to update the suppression file.edit: It is an intentional change in valgrind.
The text was updated successfully, but these errors were encountered: