Re: [OMPI devel] v1.7.0rc7

2013-02-27 Thread Jeff Squyres (jsquyres)
On Feb 25, 2013, at 10:27 PM, marco atzeri wrote: > plus the additional ones > > ERROR.patch : ERROR is already defined, so another label > is needed for "goto ERROR" Snipped. I finally filed a ticket about this: https://svn.open-mpi.org/trac/ompi/ticket/3527 We tal

Re: [OMPI devel] v1.7.0rc7

2013-02-27 Thread Ralph Castain
This is now fixed and CMRd - thanks! On Feb 26, 2013, at 1:36 PM, Eugene Loh wrote: > On 02/23/13 14:45, Ralph Castain wrote: >> This release candidate is the last one we expect to have before release, so >> please test it. Can be downloaded from the usual place: >> http://www.open-mpi.org/soft

[OMPI devel] 1.7rc8 is posted

2013-02-27 Thread Jeff Squyres (jsquyres)
The goal is to release 1.7 (final) by the end of this week. New rc posted with fairly small changes: http://www.open-mpi.org/software/ompi/v1.7/ - Fix wrong header file / compilation error in bcol - Support MXM STREAM for isend and irecv - Make sure "mpirun " fails with $status!=0 - Bunches

[OMPI devel] RFC: Remove pml/csum

2013-02-27 Thread Nathan Hjelm
What: svn rm the csum PML component. Why: We will no longer be maintaining this component. When: Today @ 5:00 PM. This is a notification only for the component's removal. If anyone cares about it let me know and I will spare it. Are there any other ob1 clones which should go away? I am finishin

Re: [OMPI devel] 1.7rc8 is posted

2013-02-27 Thread Pavel Mezentsev
I've tried the new rc. Here is what I got: 1) I've successfully built it with intel-13.1 and gcc-4.7.2. But I've failed while using open64-4.5.2 and ekopath-5.0.0 (pathscale). The problems are in the fortran part. In each case I've used the following configuration line: CC=$CC CXX=$CXX F77=$F77 FC

Re: [OMPI devel] 1.7rc8 is posted

2013-02-27 Thread marco atzeri
On 2/27/2013 6:52 PM, Jeff Squyres (jsquyres) wrote: The goal is to release 1.7 (final) by the end of this week. New rc posted with fairly small changes: http://www.open-mpi.org/software/ompi/v1.7/ - Fix wrong header file / compilation error in bcol - Support MXM STREAM for isend and ire

Re: [OMPI devel] 1.7rc8 is posted

2013-02-27 Thread Jeff Squyres (jsquyres)
Sweet -- thanks for the quick test! On Feb 27, 2013, at 7:54 PM, marco atzeri wrote: > On 2/27/2013 6:52 PM, Jeff Squyres (jsquyres) wrote: >> The goal is to release 1.7 (final) by the end of this week. New rc posted >> with fairly small changes: >> >> http://www.open-mpi.org/software/omp

Re: [OMPI devel] 1.7rc8 is posted

2013-02-27 Thread Jeff Squyres (jsquyres)
On Feb 27, 2013, at 7:36 PM, Pavel Mezentsev wrote: > I've tried the new rc. Here is what I got: Thanks for testing. > 1) I've successfully built it with intel-13.1 and gcc-4.7.2. But I've failed > while using open64-4.5.2 and ekopath-5.0.0 (pathscale). The problems are in > the fortran part.