Yes, this happened a week or three ago.
Two ways to fix:
1. cd ompi/mca/ptl/sm/.deps
foreach file (`ls`)
echo >! $file
end
(assuming csh-flavored shell)
Then you can make with no problems.
2. cd ompi/mca/ptl
rm -rf sm
svn up
Then you'll need to re-autogen / configure / etc.
On Aug 24, 2005, at 12:24 PM, Troy Benjegerdes wrote:
> Is someone in the process of moving around the ptl/sm code? My
> build of
> SVN revision 7005 fails there.
>
> Otherwise, any tips on testing the OpenIB BTL? with any luck, I'll
> have
> results for OpenMPI and mviapich later today..
>
> --
> ----------------------------------------------------------------------
> ----
> Troy Benjegerdes 'da hozer'
> hozer_at_[hidden]
>
> Somone asked me why I work on this free (http://www.fsf.org/
> philosophy/)
> software stuff and not get a real job. Charles Shultz had the best
> answer:
>
> "Why do musicians compose symphonies and poets write poems? They do it
> because life wouldn't have any meaning for them if they didn't.
> That's why
> I draw cartoons. It's my life." -- Charles Shultz
> _______________________________________________
> devel mailing list
> devel_at_[hidden]
> http://www.open-mpi.org/mailman/listinfo.cgi/devel
>
|