Hello,

I encounter a build problem with openmpi 1.1.4, which don't show up with
version 1.1.2.

After a simple ./configure, the variable OPAL_DATADIR in
opal/include/opal/install_dirs.h shows this:

$ grep '^#define OPAL_DATADIR' openmpi-1.1.2/opal/include/opal/install_dirs.h
#define OPAL_DATADIR "/usr/local/share"

$ grep '^#define OPAL_DATADIR' openmpi-1.1.4/opal/include/opal/install_dirs.h
#define OPAL_DATADIR "${prefix}/share"

this results in the problem, that the opal_wrapper can't find the wrapper
data files in /share/openmpi/.

Greetings
Bert Wesarg

Reply via email to