Re: [OMPI users] MPI_GATHERV error

2015-10-14 Thread Georg Geiser
2015 at 16:02, Georg Geiser <mailto:georg.gei...@dlr.de>> wrote: Diego, try to decrease your displacements by one. Best Georg Am 14.10.2015 um 15:51 schrieb Diego Avesani: dear all, I have some problem with MPI_GATHERV. In my code I generate a compl

Re: [OMPI users] MPI_GATHERV error

2015-10-14 Thread Georg Geiser
Diego, try to decrease your displacements by one. Best Georg Am 14.10.2015 um 15:51 schrieb Diego Avesani: dear all, I have some problem with MPI_GATHERV. In my code I generate a complex number DO ij=iNS,iNE X11(ij) = cmplx(1.,0.) ENDDO where iNS,INE change according to the CPU rank,

Re: [OMPI users] OpenMPI 1.8.8: Segfault when using non-blocking reduce operations with a user-defined operator

2015-10-07 Thread Georg Geiser
move it to 1.10.1 and 2.x. -Nathan On Fri, Oct 02, 2015 at 02:24:29PM +0200, Georg Geiser wrote: Hi, OpenMPI 1.8.8 segfaults when I try to perform a non-blocking reduce operation with a user-defined reduce operator. The problem has already been addressed.here: http://www.open-mpi.org/community

[OMPI users] OpenMPI 1.8.8: Segfault when using non-blocking reduce operations with a user-defined operator

2015-10-02 Thread Georg Geiser
Hi, OpenMPI 1.8.8 segfaults when I try to perform a non-blocking reduce operation with a user-defined reduce operator. The problem has already been addressed.here: http://www.open-mpi.org/community/lists/devel/2014/04/14586.php Please fix this issue since it is critical for me! At least you