Re: [OMPI devel] help config.status to not mess up substitutions

2006-10-23 Thread Brian W. Barrett
Thanks, I'll apply ASAP. Brian On Mon, 23 Oct 2006, Ralf Wildenhues wrote: Please apply this robustness patch, which helps to avoid accidental unwanted substitutions done by config.status. From all I can tell, they do not happen now, but first the Autoconf manual warns against them, second th

[OMPI devel] help config.status to not mess up substitutions

2006-10-23 Thread Ralf Wildenhues
Please apply this robustness patch, which helps to avoid accidental unwanted substitutions done by config.status. From all I can tell, they do not happen now, but first the Autoconf manual warns against them, second they make some config.status optimizations so much more difficult than necessary.

Re: [OMPI devel] [Open MPI] #529: MPI_START* returning OMPI_* error codes

2006-10-23 Thread Jeff Squyres
On Oct 23, 2006, at 11:23 AM, Lisandro Dalcin wrote: {{{ rc = MCA_PML_CALL(start()); OMPI_ERRHANDLER_RETURN(rc, X, rc, FUNC_NAME); }}} where XXX is some relevant communicator: * MPI_START: the communicator of the single request -- easy enough * MPI_STARTALL: MPI-1:3.9 says tha

Re: [OMPI devel] [Open MPI] #529: MPI_START* returning OMPI_* error codes

2006-10-23 Thread Lisandro Dalcin
On 10/22/06, Open MPI wrote: #529: MPI_START* returning OMPI_* error codes -+-- Reporter: jsquyres | Owner: Type: defect| Status: new Priority: major | Milestone: Open MPI 1.1.3 Version: trun