LBPM/ValgrindSuppresionFile

53 lines
631 B
Plaintext
Raw Normal View History

2015-03-06 08:32:55 -06:00
# ACML suppressions
{
IdentifyCPUCond
Memcheck:Cond
...
fun:acmlcpuid2
...
}
{
IdentifyCPUValue
Memcheck:Value8
...
fun:acmlcpuid_once
fun:acmlcpuid2
...
}
2015-03-06 08:32:55 -06:00
# MPI suppressions
2015-03-05 15:58:34 -06:00
{
2015-03-06 10:40:10 -06:00
HYD_pmci_wait_for_completion
2015-03-05 15:58:34 -06:00
Memcheck:Leak
...
fun:HYD_pmci_wait_for_completion
2015-03-06 10:40:10 -06:00
fun:main
}
{
HYDT_dmxu_poll_wait_for_event
Memcheck:Leak
...
fun:HYDT_dmxu_poll_wait_for_event
fun:main
}
{
PMPI_Init
Memcheck:Leak
2015-03-05 15:58:34 -06:00
...
2015-03-06 10:40:10 -06:00
fun:PMPI_Init
fun:main
2015-03-05 15:58:34 -06:00
}
2015-03-06 08:32:55 -06:00
# System suppressions
{
expand_dynamic_string_token
Memcheck:Cond
fun:index
2015-03-06 08:32:55 -06:00
fun:expand_dynamic_string_token
...
}