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-
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,
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
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
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
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
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
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
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
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'
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
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
12 matches
Mail list logo