Hi,
I just installed openmpi-1.9a1r27359 in 64-bit mode. I used the following
command to configure the package. Unfortunately it doesn't work as expected,
because it still uses the 32-bit javac from /usr/local/jdk1.7.0_07/bin
so that I get an error when I try to run a Java program.
../openmpi-1.9
Looks to me like we had a bug in the configure code - when we set the path for
the javac/h tests, we put your specified jdk-bindir at the *end* instead of at
the beginning. So if you had javac in your path, we picked it up instead of the
one you specified.
Should now be fixed in r27360.
Thanks