[OMPI devel] rb rcache component
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
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 from the changed Makefile.am). This commit changes components to not link against the OPAL, ORTE, and OMPI libraries. Please note this for all new components: do *not* have them link against our libraries. The reasons for this change are long and tangled; see https://svn.open-mpi.org/trac/ompi/wiki/Linkers if you care for the reasons why. -- Jeff Squyres Cisco Systems
Re: [OMPI devel] rb rcache component
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
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 following patch propose to merge these two pointer array into one, implemented in OPAL (and called opal_pointer_array). If nobody has complained before Wednesday noon I'll commit the patch. Thanks, george. pointer_array.patch Description: Binary data smime.p7s Description: S/MIME cryptographic signature