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