* add a fairly hard to fix blocks in use report from the event library to
the OMPI suppressions file. Yeah, we could fix it, but that would mean threading a finalize routine through the event library... This commit was SVN r7187.
Этот коммит содержится в:
родитель
4e20c83204
Коммит
444f92e957
@ -46,6 +46,19 @@
|
||||
fun:__pthread_initialize_minimal
|
||||
}
|
||||
|
||||
# The event library leaves some blocks in use that we should clean up,
|
||||
# but it would require much changing of the event library, so it
|
||||
# really isn't worth it...
|
||||
{
|
||||
event_lib_poll
|
||||
Memcheck:Leak
|
||||
fun:malloc
|
||||
fun:realloc
|
||||
fun:opal_realloc
|
||||
fun:poll_dispatch
|
||||
}
|
||||
|
||||
|
||||
###############################################################
|
||||
#
|
||||
# ORTE suppressions
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user