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
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
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.
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