Updating valgrind suppression file

This commit is contained in:
Mark Berrill 2015-03-06 09:32:55 -05:00
parent a03426ef0c
commit 8a1bb62679
2 changed files with 15 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# ACML supressions
# ACML suppressions
{
IdentifyCPUCond
Memcheck:Cond
@ -14,17 +14,27 @@
fun:acmlcpuid2
...
}
# MPI suppressions
{
HYDU
Memcheck:Leak
...
fun:HYDU_sock_forward_stdio
fun:HYDT_bscu_stdio_cb
fun:HYDT_dmxu_poll_wait_for_event
fun:HYD_pmci_wait_for_completion
...
}
# System suppressions
{
expand_dynamic_string_token
Memcheck:Cond
...
fun:expand_dynamic_string_token
fun:_dl_map_object
...
}

View File

@ -142,6 +142,7 @@ IF ( BUILD_SERIAL )
ELSE()
SET( CTEST_BUILD_COMMAND "${CMAKE_MAKE_PROGRAM} -i -j ${N_PROCS} install" )
ENDIF()
SET( CTEST_CUSTOM_WARNING_EXCEPTION "has no symbols" )
# Set timeouts: 30 minutes for debug, 15 for opt, and 60 minutes for valgrind/weekly