Why is memchecker.h included like this:
#include "ompi/include/ompi/memchecker.h"
Shouldn't it be
#include "ompi/memchecker.h"
Using the former will work in an SVN checkout, but won't work in a --
with-devel-headers installation (the latter should).
Can this be fixed? -- Jeff Squyres Cisco Systems
