Re: [OMPI users] valgrind invalid read

2016-11-22 Thread Gilles Gouaillardet
Yann, my bad, the patch you need is at https://github.com/open-mpi/ompi/pull/2368.patch sorry for the confusion, Gilles On Tue, Nov 22, 2016 at 8:33 PM, Yann Jobic wrote: > Hi, > > I manually changed the file. Moreover i also tried the 1.8.4 openmpi > version. > > I still have this invalid re

Re: [OMPI users] valgrind invalid read

2016-11-22 Thread Yann Jobic
Hi, I manually changed the file. Moreover i also tried the 1.8.4 openmpi version. I still have this invalid read. Am i doing something wrong ? Thanks, Yann Le 22/11/2016 à 00:50, Gilles Gouaillardet a écrit : Yann, this is a bug that was previously reported, and the fix is pending on

Re: [OMPI users] valgrind invalid read

2016-11-21 Thread Gilles Gouaillardet
Yann, this is a bug that was previously reported, and the fix is pending on review. meanwhile, you can manually apply the patch available at https://github.com/open-mpi/ompi/pull/2418 Cheers, Gilles On 11/18/2016 9:34 PM, Yann Jobic wrote: Hi, I'm using valgrind 3.12 with openmpi 2.

[OMPI users] valgrind invalid read

2016-11-18 Thread Yann Jobic
Hi, I'm using valgrind 3.12 with openmpi 2.0.1. The code simply send an integer to another process with : #include #include #include int main (int argc, char **argv) { const int tag = 13; int size, rank; MPI_Init(&argc, &argv); MPI_Comm_size(MPI_COMM_WORLD, &size); if (size < 2) {