Re: [OMPI devel] Issues with MPI_Type_create_f90_{real|complex}

2015-05-07 Thread George Bosilca
Lisandro, Indeed there was a bug regarding these 2 datatypes. A fix has been pushed to the trunk. Thanks, George. On Thu, May 7, 2015 at 5:15 AM, Lisandro Dalcin wrote: > This is with a debug build of 1.8.5 > > I'm getting segfaults with tests related to the use of > MPI_Type_create_f90

[OMPI devel] Issues with MPI_Type_create_f90_{real|complex}

2015-05-07 Thread Lisandro Dalcin
This is with a debug build of 1.8.5 I'm getting segfaults with tests related to the use of MPI_Type_create_f90_{real|complex}. See below the attached test case and the valgrind output (BTW, MPI_Type_create_f90_integer seems to be OK). $ cat type_f90.c #include int main(int argc, char *argv[]) {

[OMPI devel] Warnings about malloc(0) in debug build

2015-05-07 Thread Lisandro Dalcin
Folks, I've just built 1.8.5 to test with mpi4py. My configure line was: $ ./configure --prefix=/home/devel/mpi/openmpi/1.8.5 --enable-debug --enable-mem-debug While running the tests, my terminal was flooded with malloc(0) warnings, below a list of unique lines. malloc debug: Request for 0 byte