Re: [OMPI devel] regression with derived datatypes

2014-05-30 Thread Elena Elkina
-boun...@open-mpi.org] On Behalf Of George > >Bosilca > >Sent: Thursday, May 29, 2014 5:58 PM > >To: Open MPI Developers > >Subject: Re: [OMPI devel] regression with derived datatypes > > > >r31904 should fix this issue. Please test it thoughtfully and report all

Re: [OMPI devel] regression with derived datatypes

2014-05-30 Thread Rolf vandeVaart
This fixed all of my issues. Thanks. I will add that comment to ticket also. >-Original Message- >From: devel [mailto:devel-boun...@open-mpi.org] On Behalf Of George >Bosilca >Sent: Thursday, May 29, 2014 5:58 PM >To: Open MPI Developers >Subject: Re: [OMPI deve

Re: [OMPI devel] regression with derived datatypes

2014-05-29 Thread George Bosilca
r31904 should fix this issue. Please test it thoughtfully and report all issues. George. On Fri, May 9, 2014 at 6:56 AM, Gilles Gouaillardet wrote: > i opened #4610 https://svn.open-mpi.org/trac/ompi/ticket/4610 > and attached a patch for the v1.8 branch > > i ran several tests from the intel

Re: [OMPI devel] regression with derived datatypes

2014-05-09 Thread Gilles Gouaillardet
i opened #4610 https://svn.open-mpi.org/trac/ompi/ticket/4610 and attached a patch for the v1.8 branch i ran several tests from the intel_tests test suite and did not observe any regression. please note there are still issues when running with --mca btl scif,vader,self this might be an other iss

Re: [OMPI devel] regression with derived datatypes

2014-05-09 Thread Gilles Gouaillardet
I ran some more investigations with --mca btl scif,self i found that the previous patch i posted was complete crap and i apologize for it. on a brighter side, and imho, the issue only occurs if fragments are received (and then processed) out of order. /* i did not observe this with the tcp btl, b

Re: [OMPI devel] regression with derived datatypes

2014-05-08 Thread Gilles Gouaillardet
From: devel [devel-boun...@open-mpi.org] on behalf of Gilles Gouaillardet > [gilles.gouaillar...@iferc.org] > Sent: Thursday, May 08, 2014 1:32 AM > To: Open MPI Developers > Subject: Re: [OMPI devel] regression with derived datatypes > > George, > > you do not need any h

Re: [OMPI devel] regression with derived datatypes

2014-05-08 Thread Elena Elkina
Hi, My reproducer failed even with one port enabled (-mca btl_openib_if_include mlx4_0:1 ). I tried with trunk as well - the same issue. Best, Elena On Thu, May 8, 2014 at 11:49 AM, Gilles Gouaillardet < gilles.gouaillar...@iferc.org> wrote: > Nathan and George, > > here are the output files o

Re: [OMPI devel] regression with derived datatypes

2014-05-08 Thread Gilles Gouaillardet
Nathan and George, here are the output files of the original test_scif.c the command line was mpirun -np 2 -host localhost --mca btl scif,vader,self --mca mpi_ddt_unpack_debug 1 --mca mpi_ddt_pack_debug 1 --mca mpi_ddt_position_debug 1 a.out this is a silent failure and there is no core file the

Re: [OMPI devel] regression with derived datatypes

2014-05-08 Thread Hjelm, Nathan T
:32 AM To: Open MPI Developers Subject: Re: [OMPI devel] regression with derived datatypes George, you do not need any hardware, just download MPSS from Intel and install it. make sure the mic kernel module is loaded *and* you can read/write to the newly created /dev/mic/* devices. /* i am now

Re: [OMPI devel] regression with derived datatypes

2014-05-08 Thread Gilles Gouaillardet
George, you do not need any hardware, just download MPSS from Intel and install it. make sure the mic kernel module is loaded *and* you can read/write to the newly created /dev/mic/* devices. /* i am now running this on a virtual machine with no MIC whatsoever */ i was able to improve things a b

Re: [OMPI devel] regression with derived datatypes

2014-05-08 Thread George Bosilca
> From: devel [devel-boun...@open-mpi.org] on behalf of Gilles Gouaillardet > [gilles.gouaillar...@iferc.org] > Sent: Wednesday, May 07, 2014 9:03 PM > To: de...@open-mpi.org > Subject: Re: [OMPI devel] regression with derived datatypes > > On 2014/05/08 2:15, Ralph Castai

Re: [OMPI devel] regression with derived datatypes

2014-05-08 Thread Hjelm, Nathan T
Gouaillardet [gilles.gouaillar...@iferc.org] Sent: Wednesday, May 07, 2014 9:03 PM To: de...@open-mpi.org Subject: Re: [OMPI devel] regression with derived datatypes On 2014/05/08 2:15, Ralph Castain wrote: > I wonder if that might also explain the issue reported by Gilles regarding > the scif B

Re: [OMPI devel] regression with derived datatypes

2014-05-07 Thread Gilles Gouaillardet
On 2014/05/08 2:15, Ralph Castain wrote: > I wonder if that might also explain the issue reported by Gilles regarding > the scif BTL? In his example, the problem only occurred if the message was > split across scif and vader. If so, then it might be that splitting messages > in general is broke

Re: [OMPI devel] regression with derived datatypes

2014-05-07 Thread Rolf vandeVaart
_ From: devel [devel-boun...@open-mpi.org] On Behalf Of George Bosilca [bosi...@icl.utk.edu] Sent: Wednesday, May 07, 2014 1:23 PM To: Open MPI Developers Subject: Re: [OMPI devel] regression with derived datatypes Strange. The outcome and the timing of this issue seems to highlight a link with

Re: [OMPI devel] regression with derived datatypes

2014-05-07 Thread George Bosilca
t; From: devel [mailto:devel-boun...@open-mpi.org] On Behalf Of Joshua Ladd > Sent: Wednesday, May 07, 2014 10:48 AM > To: Open MPI Developers > Subject: Re: [OMPI devel] regression with derived datatypes > > Rolf, > > This was run on a Sandy Bridge system with ConnectX-3 cards.

Re: [OMPI devel] regression with derived datatypes

2014-05-07 Thread Ralph Castain
I was testing against the latest trunk. > > Rolf > > From: devel [mailto:devel-boun...@open-mpi.org] On Behalf Of Joshua Ladd > Sent: Wednesday, May 07, 2014 10:48 AM > To: Open MPI Developers > Subject: Re: [OMPI devel] regression with derived datatypes > > Rol

Re: [OMPI devel] regression with derived datatypes

2014-05-07 Thread Rolf vandeVaart
] On Behalf Of Joshua Ladd Sent: Wednesday, May 07, 2014 10:48 AM To: Open MPI Developers Subject: Re: [OMPI devel] regression with derived datatypes Rolf, This was run on a Sandy Bridge system with ConnectX-3 cards. Josh On Wed, May 7, 2014 at 10:46 AM, Joshua Ladd mailto:jladd.m...@gmail.com

Re: [OMPI devel] regression with derived datatypes

2014-05-07 Thread Joshua Ladd
Rolf, This was run on a Sandy Bridge system with ConnectX-3 cards. Josh On Wed, May 7, 2014 at 10:46 AM, Joshua Ladd wrote: > Elena, can you run your reproducer on the trunk, please, and see if the > problem persists? > > Josh > > > On Wed, May 7, 2014 at 10:26 AM, Jeff Squyres (jsquyres) < >

Re: [OMPI devel] regression with derived datatypes

2014-05-07 Thread Joshua Ladd
Elena, can you run your reproducer on the trunk, please, and see if the problem persists? Josh On Wed, May 7, 2014 at 10:26 AM, Jeff Squyres (jsquyres) wrote: > On May 7, 2014, at 10:03 AM, Elena Elkina wrote: > > > Yes, this commit is also in the trunk. > > Yes, I understand that -- my quest

Re: [OMPI devel] regression with derived datatypes

2014-05-07 Thread Jeff Squyres (jsquyres)
On May 7, 2014, at 10:03 AM, Elena Elkina wrote: > Yes, this commit is also in the trunk. Yes, I understand that -- my question is: is this same *behavior* happening on the trunk. I.e., is there some other effect on the trunk that is causing the bad behavior to not occur? > Best, > Elena >

Re: [OMPI devel] regression with derived datatypes

2014-05-07 Thread Rolf vandeVaart
Sent: Wednesday, May 07, 2014 10:04 AM To: Open MPI Developers Subject: Re: [OMPI devel] regression with derived datatypes Yes, this commit is also in the trunk. Best, Elena On Wed, May 7, 2014 at 5:45 PM, Jeff Squyres (jsquyres) mailto:jsquy...@cisco.com>> wrote: Is this also happening

Re: [OMPI devel] regression with derived datatypes

2014-05-07 Thread Elena Elkina
Yes, this commit is also in the trunk. Best, Elena On Wed, May 7, 2014 at 5:45 PM, Jeff Squyres (jsquyres) wrote: > Is this also happening on the trunk? > > > Sent from my phone. No type good. > > On May 7, 2014, at 9:44 AM, "Elena Elkina" > wrote: > > Sorry, > > Fixes #4501: Datatype unpa

Re: [OMPI devel] regression with derived datatypes

2014-05-07 Thread Jeff Squyres (jsquyres)
Is this also happening on the trunk? Sent from my phone. No type good. On May 7, 2014, at 9:44 AM, "Elena Elkina" mailto:elena.elk...@itseez.com>> wrote: Sorry, Fixes #4501: Datatype unpack code produces incorrect results in some case ---svn-pre-commit-ignore-below--- r31370 [[BR]] Reshape a

Re: [OMPI devel] regression with derived datatypes

2014-05-07 Thread Elena Elkina
Sorry, Fixes #4501: Datatype unpack code produces incorrect results in some case ---svn-pre-commit-ignore-below--- r31370 [[BR]] Reshape all the packing/unpacking functions to use the same skeleton. Rewrite the generic_unpacking to take advantage of the same capabilitites. r31380 [[BR]] Remove

Re: [OMPI devel] regression with derived datatypes

2014-05-07 Thread Jeff Squyres (jsquyres)
Can you cite the branch and SVN r number? Sent from my phone. No type good. > On May 7, 2014, at 9:24 AM, "Elena Elkina" wrote: > > b531973419a056696e6f88d813769aa4f1f1aee6

[OMPI devel] regression with derived datatypes

2014-05-07 Thread Elena Elkina
Hi, I've found that commit b531973419a056696e6f88d813769aa4f1f1aee6 doesn't work Author: Jeff Squyres List-Post: devel@lists.open-mpi.org Date: Tue Apr 22 19:48:56 2014 + caused new failures with derived datatypes. Collectives return incorrect results. But it doesn't reproduce on a regular