Followup on this --
If you do "svn up" and get an error message like this:
svn: Failed to add directory 'ompi/mca/btl/openib': object of the same
name already exists
Then just do this:
rm -rf ompi/mca/btl/openib ompi/mca/mpool/openib
svn up
This is a left over version of the openib directory from a prior
checkout (before the directories were closed). So just removing them
and running "svn up" is a safe action (no need to wipe out your entire
checkout and get a new one!).
On Jul 26, 2005, at 2:57 PM, Jeff Squyres wrote:
> All -
>
> The openib trees are now open for business (ompi/mca/[mpool|btl]). IB
> vendors: please do not redistribute this code or publish results
> without asking us. Thanks!
>
> The new BTL framework and ob1 PML component are currently
> .ompi_ignore'd for most users -- we'll be removing those in the near
> future (such that another autogen.sh / configure will build that
> stuff).
>
> --
> {+} Jeff Squyres
> {+} The Open MPI Project
> {+} http://www.open-mpi.org/
>
>
--
{+} Jeff Squyres
{+} The Open MPI Project
{+} http://www.open-mpi.org/
|