Re: [OMPI users] Using MPI_Type_create_resized is leading to segfault when one-sided communication is used (ungarbled)

2016-01-27 Thread Gilles Gouaillardet
James, that is definetly a bug in OpenMPI, and i will push a fix shortly (well, at least when github is back online ...) Thanks and regards, Gilles On 1/28/2016 1:46 AM, Ramsey, James J CIV USARMY RDECOM ARL (US) wrote: In case the last message came out garbled because newlines were removed,

[OMPI users] Any changes to rmaps in 1.10.2?

2016-01-27 Thread Ben Menadue
Hi, Were there any changes to rmaps in going to 1.10.2? An otherwise-identical setup that worked in 1.10.0 fails to launch in 1.10.2, complaining that there's no CPUs available in a socket... With 1.10.0: $ /apps/openmpi/1.10.0/bin/mpirun -np 2 -mca rmaps_base_verbose 1000 hostname [r47:18709] m

[OMPI users] Using MPI_Type_create_resized is leading to segfault when one-sided communication is used (ungarbled)

2016-01-27 Thread Ramsey, James J CIV USARMY RDECOM ARL (US)
In case the last message came out garbled because newlines were removed, I've send it again. Anyway,I've been trying to create a derived datatype for use in one-sided communication, and I find that attempting to modify the extents to account for potential alignment issues is making things *worse

[OMPI users] Using MPI_Type_create_resized is leading to segfault when one-sided communication is used

2016-01-27 Thread Ramsey, James J CIV USARMY RDECOM ARL (US)
I've been trying to create a derived datatype for use in one-sided communication, and I find that attempting to modify the extents to account for potential alignment issues is making things *worse*, at least when one-sided communication is used. Modifying extents seems to work fine when using th

Re: [OMPI users] OMPI users] segmentation fault with java MPI

2016-01-27 Thread Gilles Gouaillardet
Marko, I was able to experience some crashes with this test. They occur once in a while and at random locations... Sometimes when writing testfile1, and sometimes at the beginning of the program. Sadly, i was never able to get an usable core file. Will keep digging, Cheers, Gilles Marko Blatzh