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
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
2 matches
Mail list logo