Re: [OMPI devel] btl_openib.c:1200: mca_btl_openib_alloc: Assertion `qp != 255' failed

2015-01-20 Thread George Bosilca
On Tue, Jan 20, 2015 at 10:01 PM, Gilles Gouaillardet < gilles.gouaillar...@iferc.org> wrote: > 2) the mpi_test_suite uses a weird type (e.g. artificially send 20k > integers to the wire when sending one > would produce the very same result) > i briefly checked the mpi_test_suite source code, and

Re: [OMPI devel] btl_openib.c:1200: mca_btl_openib_alloc: Assertion `qp != 255' failed

2015-01-20 Thread Gilles Gouaillardet
Jeff, There are two things here : 1) ompi was crashing, and this was fixed (now use type size instead of type extent to figure out whether the btl should try to send the message inline or not). and yes, George is right (e.g. use size instead of extent or both size and extent) 2) the mpi_test_sui

Re: [OMPI devel] btl_openib.c:1200: mca_btl_openib_alloc: Assertion `qp != 255' failed

2015-01-20 Thread Jeff Squyres (jsquyres)
George is right -- Gilles: was this the correct solution? Put differently: the extent of the 20K vector created below is 4 (bytes). > On Jan 19, 2015, at 2:39 AM, George Bosilca wrote: > > Btw, > > MPI_Type_hvector(2, 1, 0, MPI_INT, &type); > > Is just a weird datatype. Because the stri

Re: [OMPI devel] btl_openib.c:1200: mca_btl_openib_alloc: Assertion `qp != 255' failed

2015-01-20 Thread Adrian Reber
Using today's nightly snapshot (openmpi-dev-730-g06d3b57) both errors are gone. Thanks! On Mon, Jan 19, 2015 at 02:38:42PM +0900, Gilles Gouaillardet wrote: > Adrian, > > about the > "[n050409][[36216,1],1][btl_openib_xrc.c:58:mca_btl_openib_xrc_check_api] XRC > error: bad XRC API (require XRC fr