Re: [OMPI devel] v1.7.3rc1

2013-09-27 Thread Orion Poplawski
On 9/26/2013 1:37 PM, Ralph Castain wrote: Hi folks We are starting final countdown on release of v1.7.3. Please test the release candidate at the usual place http://www.open-mpi.org/software/ompi/v1.7/ Seems fine on Fedora. -- Orion Poplawski Technical Manager 303-415-

Re: [OMPI devel] Trunk appears broken

2013-09-27 Thread Jeff Squyres (jsquyres)
See my note from several hours ago: http://www.open-mpi.org/community/lists/devel/2013/09/13001.php On Sep 27, 2013, at 3:31 PM, Ralph Castain wrote: > Jeff already sent a note out to the VT guys - caused by the update to MPI-3 > API format (the "const" and [] syntax) > > On Sep 27, 2013,

Re: [OMPI devel] Trunk appears broken

2013-09-27 Thread Ralph Castain
Jeff already sent a note out to the VT guys - caused by the update to MPI-3 API format (the "const" and [] syntax) On Sep 27, 2013, at 12:23 PM, Joshua Ladd wrote: > And for once, it’s not our fault. Hooray! > > --- make all -j 8 result_stdout/result_stderr --- > CC libvt_mpi_la-vt_io

[OMPI devel] Trunk appears broken

2013-09-27 Thread Joshua Ladd
And for once, it's not our fault. Hooray! --- make all -j 8 result_stdout/result_stderr --- CC libvt_mpi_la-vt_iowrap.lo vt_mpiwrap.c:7058: error: conflicting types for 'MPI_File_write_shared' /hpc/scrap/mtt/scratch/hcol/20130927_210048_17714_18252_mir2/mpi-install/Pqkv/src/ompi-vendor.git

Re: [OMPI devel] neighborhood collectives issues

2013-09-27 Thread George Bosilca
Patch looks good. Thanks for the fix. George. On Sep 27, 2013, at 17:32 , Nathan Hjelm wrote: > Would help to attach the workaround. Attached. > > -Nathan > > On Fri, Sep 27, 2013 at 09:31:08AM -0600, Nathan Hjelm wrote: >> On Fri, Sep 27, 2013 at 01:01:01PM +, Jeff Squyres (jsquyres) w

Re: [OMPI devel] neighborhood collectives issues

2013-09-27 Thread George Bosilca
On Sep 27, 2013, at 17:31 , Nathan Hjelm wrote: > On Fri, Sep 27, 2013 at 01:01:01PM +, Jeff Squyres (jsquyres) wrote: >> On Sep 27, 2013, at 3:27 AM, George Bosilca wrote: >> >>> The addition of the neighborhood collectives to the >>> mca_coll_base_comm_coll_t structure increased the siz

Re: [OMPI devel] neighborhood collectives issues

2013-09-27 Thread Nathan Hjelm
Would help to attach the workaround. Attached. -Nathan On Fri, Sep 27, 2013 at 09:31:08AM -0600, Nathan Hjelm wrote: > On Fri, Sep 27, 2013 at 01:01:01PM +, Jeff Squyres (jsquyres) wrote: > > On Sep 27, 2013, at 3:27 AM, George Bosilca wrote: > > > > > The addition of the neighborhood colle

Re: [OMPI devel] neighborhood collectives issues

2013-09-27 Thread Nathan Hjelm
On Fri, Sep 27, 2013 at 01:01:01PM +, Jeff Squyres (jsquyres) wrote: > On Sep 27, 2013, at 3:27 AM, George Bosilca wrote: > > > The addition of the neighborhood collectives to the > > mca_coll_base_comm_coll_t structure increased the size of the > > ompi_communicator_t structure over the li

[OMPI devel] neighborhood collectives issues

2013-09-27 Thread Jeff Squyres (jsquyres)
On Sep 27, 2013, at 3:27 AM, George Bosilca wrote: > The addition of the neighborhood collectives to the mca_coll_base_comm_coll_t > structure increased the size of the ompi_communicator_t structure over the > limit of the predefined padding (PREDEFINED_COMMUNICATOR_PAD). This is not a > small

Re: [OMPI devel] VT issue: Fwd: === CREATE FAILURE (trunk) ===

2013-09-27 Thread Jeff Squyres (jsquyres)
I looked into this. There's two issues: 1. In vt_mpiwrap.c, there's this code: - #if defined(MPI_VERSION) && MPI_VERSION >= 3 # define CONST const #else /* MPI_VERSION */ # define CONST #endif /* MPI_VERSION */ - Open MPI doesn't yet identify itself as MPI_VERSION>=3, so this test didn'

[OMPI devel] VT issue: Fwd: === CREATE FAILURE (trunk) ===

2013-09-27 Thread Jeff Squyres (jsquyres)
VT guys - We just updated all the OMPI c bindings to have the MPI 3 const and [] declarations on the trunk. Can you update VT to match? Sent from my phone. No type good. Begin forwarded message: From: MPI Team mailto:mpit...@crest.iu.edu>> List-Post: devel@lists.open-mpi.org Date: September 2

Re: [OMPI devel] [OMPI svn] svn:open-mpi r29265 - in trunk/ompi: include mca/coll mca/coll/base mca/coll/basic mca/coll/libnbc mpi/c mpi/c/profile mpi/fortran/base mpi/fortran/mpif-h mpi/fortran/mpif-

2013-09-27 Thread George Bosilca
The addition of the neighborhood collectives to the mca_coll_base_comm_coll_t structure increased the size of the ompi_communicator_t structure over the limit of the predefined padding (PREDEFINED_COMMUNICATOR_PAD). This is not a small change, it will break the ABI with all past version of Open