Extend valgrind suppressions for OpenMPI
authorTeemu Murtola <teemu.murtola@gmail.com>
Sun, 2 Feb 2014 12:04:00 +0000 (14:04 +0200)
committerTeemu Murtola <teemu.murtola@gmail.com>
Sun, 2 Feb 2014 12:04:00 +0000 (14:04 +0200)
There was already a suppression for Addr4, but some command lines or
other environmental causes seem to trigger a similar path with an 8-wide
read, so added Addr8 rule for the same.

Change-Id: I54cebc02163a08884838068917018735098c58cd

cmake/legacy_and_external.supp

index b65d3dbfa3c31c2137fe7324a47cdf464548a052..8df7e76baefb4c236a92d2c66a809572106677b7 100644 (file)
    ...
    fun:PMPI_Init
 }
+{
+   MPI_Init/Addr8
+   Memcheck:Addr8
+   ...
+   fun:PMPI_Init
+}
 {
    MPI_Init/sched_setaffinity
    Memcheck:Param