[OMPI devel] Pending tickets for the 1.3.4

2009-10-26 Thread George Bosilca
As promised during the last week phone-call I will go over all pending ticket on the 1.3.4 release and ask their owner about the status of the ticket. There are few tickets without an owner, so the RMs will make the decision regarding their status. However, just in case one of you is intere

Re: [OMPI devel] mca_btl_openib_post_srr() posts to an uncreated SRQwhen ibv_resize_cq() has failed

2009-10-26 Thread Paul H. Hargrove
Retrying w/ fewer CQ entires as Jeff describes is a good idea to help ensure that EINVAL actually does signify that the count exceeds the max instead of just assuming this is so). If it actually was signifying some other error case, then one would probably not want to continue. -Paul Jeff Sq

Re: [OMPI devel] mca_btl_openib_post_srr() posts to an uncreated SRQwhen ibv_resize_cq() has failed

2009-10-26 Thread Jeff Squyres
Thanks for the analysis! We've argued about btl_r2_add_btls() before -- IIRC, the consensus is that we want it to be able to continue even if a BTL fails. So I *think* that your #1 answer is better. However, we might want to try a little harder if EINVAL is returned -- perhaps try decrea

Re: [OMPI devel] RFC: Use automake "silent rules"

2009-10-26 Thread Chris Samuel
- "Jeff Squyres" wrote: > WHAT: Change OMPI's verbose build output to use > Automake's new "silent" rules output (see below) Not that I'm a developer, but as someone who regularly builds OMPI I'd be very happy with this change. cheers! Chris -- Christopher Samuel - (03) 9925 4751 - System

Re: [OMPI devel] MPI_Group_{incl|exc} with nranks=0 and ranks=NULL

2009-10-26 Thread Jeff Squyres
On Oct 21, 2009, at 5:43 PM, Lisandro Dalcin wrote: Currently (trunk, just svn update'd), the following call fails (because of the ranks=NULL pointer) MPI_Group_{incl|excl}(group, 0, NULL, &newgroup) Agreed; bug. I think there's a little wiggle room in the spec wording that it may or may

Re: [OMPI devel] RFC: Use automake "silent rules"

2009-10-26 Thread Ashley Pittman
On Mon, 2009-10-26 at 13:56 -0700, Paul H. Hargrove wrote: > IANAL, but... > > Ashley, > There is no copyright message or other identifying comment in this > script. So I must ask: what is the origin of this script and may one > legally redistribute it? If I like it enough I might want to p

Re: [OMPI devel] RFC: Use automake "silent rules"

2009-10-26 Thread Paul H. Hargrove
IANAL, but... Ashley, There is no copyright message or other identifying comment in this script. So I must ask: what is the origin of this script and may one legally redistribute it? If I like it enough I might want to package it with one of the projects I work on. -Paul Ashley Pittman

Re: [OMPI devel] RFC: Use automake "silent rules"

2009-10-26 Thread Ashley Pittman
On Mon, 2009-10-26 at 10:42 -0400, Jeff Squyres wrote: > WHY: Tidy up the output from "make all"; a nice side effect is that it > becomes significantly easier to see compiler warnings > Thoughts / comments? Somewhat tangential but I find the attached script helpful in this regard, it'll forwar

Re: [OMPI devel] Fortran mpi module missing MPI_CART_SHIFT

2009-10-26 Thread Larry Baker
Jeff, You are exactly right. I had a typo in the declaration of one of the arguments, and I had neglected to use "Implicit None". I should know better than to leave out "Implicit None". Thanks for the diagnosis. Larry Baker US Geological Survey 650-329-5608 ba...@usgs.gov On Oct 26, 200

Re: [OMPI devel] Fortran mpi module missing MPI_CART_SHIFT

2009-10-26 Thread Jeff Squyres
On Oct 15, 2009, at 9:28 PM, Larry Baker wrote: ../src/run_nnlsqs_mpi.f(39): error #6285: There is no matching specific subroutine for this generic subroutine call. [MPI_CART_SHIFT] Call MPI_CART_SHIFT( mpi_comm_grid, direction, amount, -^ Sorry for the delay in reply

Re: [OMPI devel] RFC for patches r22113 and r22138 (and followupfixes)

2009-10-26 Thread Jeff Squyres
On Oct 26, 2009, at 11:14 AM, George Bosilca wrote: While these emails might have crossed on the wire, the patches regarding the revamping of the configure framework have been pushed into the trunk before the RFC ... And this is what Rainer is referring too. Understood. Please see my e

Re: [OMPI devel] RFC for patches r22113 and r22138 (and followup fixes)

2009-10-26 Thread George Bosilca
While these emails might have crossed on the wire, the patches regarding the revamping of the configure framework have been pushed into the trunk before the RFC ... And this is what Rainer is referring too. george. On Oct 26, 2009, at 10:23 , Jeff Squyres wrote: It looks like Rainer's

[OMPI devel] RFC: Use automake "silent rules"

2009-10-26 Thread Jeff Squyres
WHAT: Change OMPI's verbose build output to use Automake's new "silent" rules output (see below) WHEN: For the 1.5 series (no particular release targeted) WHY: Tidy up the output from "make all"; a nice side effect is that it becomes significantly easier to see compiler warnings WHERE: con

Re: [OMPI devel] RFC for patches r22113 and r22138 (and followup fixes)

2009-10-26 Thread Jeff Squyres
It looks like Rainer's an my emails crossed in the ether: http://www.open-mpi.org/community/lists/devel/2009/10/7022.php On Oct 26, 2009, at 9:27 AM, Rainer Keller wrote: Dear all, the patches to split the configure-magic into sub-project related config- directories is certainly of the t

[OMPI devel] RFC for patches r22113 and r22138 (and followup fixes)

2009-10-26 Thread Rainer Keller
Dear all, the patches to split the configure-magic into sub-project related config- directories is certainly of the type "Doing the Right Thing" and as discussed in a private conversation I appreciate the effort. However, in the light of last weeks breakage and considering the criticism others h

[OMPI devel] RFC: configure / m4 reorganization

2009-10-26 Thread Jeff Squyres
WHAT: Split configury across the opal, orte, and ompi trees as relevant. WHERE: mostly configure.ac, config/, opal/config/, orte/config/, and ompi/config/, and various component configure.m4 scripts WHY: To fix autogen's -no-ompi feature, fix the opalc++ and ortec++ wrapper compilers, and i