I've been noticing another problem with the VT integration. If you do
a "./configure --enable-contrib-no-build=vt" a subsequent 'make
distclean' will fail in contrib/vt. The 'make distclean' will succeed
with VT enabled (default).
-----------------------
<snip>
Making distclean in contrib/vt
make[2]: Entering directory `/san/homedirs/jjhursey/svn/ompi/ompi/
contrib/vt'
make[2]: *** No rule to make target `distclean'. Stop.
make[2]: Leaving directory `/san/homedirs/jjhursey/svn/ompi/ompi/
contrib/vt'
make[1]: *** [distclean-recursive] Error 1
make[1]: Leaving directory `/san/homedirs/jjhursey/svn/ompi/ompi'
make: *** [distclean-recursive] Error 1
-----------------------
I haven't looked at how to fix this, but maybe it is as simple as
adding a flag to the Makefile.am in that directory.
-- Josh