[OMPI devel] 1.7.5 status

2014-03-10 Thread Ralph Castain
Hi folks Here's a quick status for our discussion tomorrow on 1.7.5: MPI tests * idx_null continues to fail * other failures may be fixed due to CMR that came after my tests started OSHMEM tests * quite a few failures * performance tests uniformly fail - finally had to just abort them and

Re: [OMPI devel] 1.7.5 status

2014-02-21 Thread Paul Hargrove
On Fri, Feb 21, 2014 at 1:18 PM, Ralph Castain wrote: > Still on the table: > [...] > * SGI xpmem support > To the best of my knowledge I am the only one with platform access to test this. Nathan hasn't sent me anything new recently. -Paul -- Paul H. Hargrove

[OMPI devel] 1.7.5 status

2014-02-21 Thread Ralph Castain
Hi folks Just an end-of-week status update on the 1.7.5 branch. With most CMRs applied, it doesn't look too bad. We still have failures in the following MPI functions: * intercomm_create - was supposed to be fixed by the coll/ml CMR, but apparently was not * datatype/idx_null *

Re: [OMPI devel] 1.7.5 status

2014-02-13 Thread Marco Atzeri
On 13/02/2014 16:36, Ralph Castain wrote: Hi Marco Quick question for you: we don't support Windows any more anyway. If we just remove the #if WIN32 cruft, would that solve the problem? in theory yes. Regards Marco

Re: [OMPI devel] 1.7.5 status

2014-02-13 Thread Ralph Castain
Hi Marco Quick question for you: we don't support Windows any more anyway. If we just remove the #if WIN32 cruft, would that solve the problem? On Feb 12, 2014, at 11:09 PM, Marco Atzeri wrote: > > > On 12/02/2014 04:18, Ralph Castain wrote: >> Things are looking

Re: [OMPI devel] 1.7.5 status

2014-02-13 Thread Marco Atzeri
On 12/02/2014 04:18, Ralph Castain wrote: Things are looking relatively good - I see two recurring failures: 1. idx_null - no idea what that test does, but it routinely fails 2. intercomm_create - this is the 3-way connect/accept/merge. Nathan - I believe you had a fix for that? Ralph

Re: [OMPI devel] 1.7.5 status

2014-02-12 Thread Jeff Squyres (jsquyres)
idx_null is a datatype test, but it makes one datatype call into the MPI_File stuff. So I wonder if it's failing with the new ROMIO...? That being said, I'm unable to get this to fail manually. On Feb 11, 2014, at 10:18 PM, Ralph Castain wrote: > Things are looking

Re: [OMPI devel] 1.7.5 status

2014-02-12 Thread Nathan Hjelm
Yeah. The coll/ml changes fix intercomm_create. -Nathan On Tue, Feb 11, 2014 at 07:18:54PM -0800, Ralph Castain wrote: > Things are looking relatively good - I see two recurring failures: > > 1. idx_null - no idea what that test does, but it routinely fails > > 2. intercomm_create - this is