Bug#732160: openmpi-common: Valgrind suppression file incomplete

2014-03-01 Thread Manuel Prinz
On Sat, Dec 14, 2013 at 10:32:58PM +0100, Torquil Macdonald Sørensen wrote: > So either there are memory leaks in OpenMPI that are triggered by > that test program, or the OpenMPI Valgrind suppression file > /usr/share/openmpi/openmpi-valgrind.supp is not complete. The problem is reproducible. I'l

Bug#732160: openmpi-common: Valgrind suppression file incomplete

2013-12-14 Thread Torquil Macdonald Sørensen
Package: openmpi-common Version: 1.6.5-6 Severity: normal When checking the simple test program: #include "mpi.h" int main() { MPI_Init(0, 0); MPI_Finalize(); return 0; } with valgrind, it returns the following memory leak information : $ mpiexec -n 1 valgrind --suppress