Re: [OMPI devel] [OMPI svn-full] svn:open-mpi r21287

2009-05-27 Thread Ralph Castain
Per our chat - we can manage it. My concern went to the "why" more than anything else. The rationale for booleans to be --enable is fine, just not widely known when I added this option. On Wed, May 27, 2009 at 7:19 AM, Jeff Squyres wrote: > Note that this is a trunk change; no need or desire to

Re: [OMPI devel] [OMPI svn-full] svn:open-mpi r21287

2009-05-27 Thread Jeff Squyres
Note that this is a trunk change; no need or desire to bring it over to the v1.3 branch. It's intended to be for v1.5. FWIW, this type of flag probably should have been --enable to begin with (not --with), because it's a boolean. Will this cause significant headaches if the name changes in

Re: [OMPI devel] [OMPI svn-full] svn:open-mpi r21287

2009-05-27 Thread Ralph Castain
Yes it is - so I'll have to change all the platform files, and alert people here as they will no longer be backwards compatible with the 1.3 series. This will cause some bookkeeping headaches, so I do hope the change was worth something and not just a "tomato" versus "tomahto" issue. On Tue, May

Re: [OMPI devel] [OMPI svn-full] svn:open-mpi r21287

2009-05-26 Thread Rainer Keller
Dear all, please note, that with the separation of configure-flags into project-related sections, the one for openib-control-hdr-padding was moved. As Jeff noted, it is however most suitable in ompi_check_openib.m4. However, I put this as an AC_ARG_ENABLE, instead of an AC_ARG_WITH. Ralph, this i