[OMPI devel] rb rcache component

2007-12-15 Thread Jeff Squyres
It doesn't look like this component is used anymore (it's .ompi_ignore'd). Anyone object to svn rm'ing it on the trunk? -- Jeff Squyres Cisco Systems

[OMPI devel] big change: r16968

2007-12-15 Thread Jeff Squyres
https://svn.open-mpi.org/trac/ompi/changeset/16968 changed many Makefile.am's in the tree. While you don't *need* to do an autogen/ configure, it may actually be quicker to do so (vs. waiting through a normal build which will use config.status to rebuild almost every Makefile.in/Makefile fr

Re: [OMPI devel] rb rcache component

2007-12-15 Thread Gleb Natapov
On Sat, Dec 15, 2007 at 08:27:29AM -0500, Jeff Squyres wrote: > It doesn't look like this component is used anymore > (it's .ompi_ignore'd). > > Anyone object to svn rm'ing it on the trunk? > Not me. -- Gleb.

[OMPI devel] pointer_array

2007-12-15 Thread George Bosilca
I have a patch that unify the pointer array implementations into just one. Right now, we have 2 pointer array implementations: one for ORTE and one for OMPI. The differences are small and mostly insignificant (there is no way to add more than 2^31 elements in the pointer array anyway). The