Re: [OMPI devel] jenkins runtime failures

2014-12-03 Thread Howard Pritchard
Hi Ralph, No problem. My comment about the pull requests was that even if we know something is currently broken in master - resulting in jenkins failures for pull requests - I'd prefer not to get into the mode of just going on and merging the request because we know somethings broken in master.

Re: [OMPI devel] jenkins runtime failures

2014-12-03 Thread Ralph Castain
As for the checks before merge - I suspect this was done exactly that way, if I am right as to the cause. The problem is that it only reproduces for certain conditions and environments. When working in a system with such a wide range of supported setups, you learn to live with the bad as well as

Re: [OMPI devel] jenkins runtime failures

2014-12-03 Thread Ralph Castain
> On Dec 3, 2014, at 10:10 AM, Jeff Squyres (jsquyres) > wrote: > > Yes, I am able to replicate. There's some kind of dangling function pointer > in the ORTE event loop during shutdown. It seems to be some kind of race -- > it only happens in some runs, not all (but still pretty frequent).

Re: [OMPI devel] jenkins runtime failures

2014-12-03 Thread Jeff Squyres (jsquyres)
Yes, I am able to replicate. There's some kind of dangling function pointer in the ORTE event loop during shutdown. It seems to be some kind of race -- it only happens in some runs, not all (but still pretty frequent). Ralph is looking into it. On Dec 3, 2014, at 1:03 PM, Howard Pritchard w

[OMPI devel] jenkins runtime failures

2014-12-03 Thread Howard Pritchard
Hi Folks, I can't reproduce the runtime error (looks like in MPI_Finalize) that the mlnx jenkins is hitting with our pull requests. Has anyone figured out the problem yet? I would prefer to have green checks on our pull requests before they get merged in. Thanks, Howard