Thanks for the new 1.6.1rc3. It compiles well, but
I get 3 of 5 tests failed on OSX 10.8 using clang-4.0.
The output is here:
https://gist.github.com/3388612
If there is specific output from the failing tests you need,
let me know how to generate it. When I compile and test
with llvm-gcc-4.2.1,
This is the config.log from 1.6.1rc2. My previous email was
the config.log from 1.6.0. Sorry about that. Also my setup is
autoconf 2.69
automake 1.12.2
libtool 2.4.2
configure:11649: checking if /usr/bin/clang supports -fno-strict-aliasing
configure:11665: /usr/bin/clang -c -DNDEBUG -Os -w
On Aug 3, 2012, Jeff Squyres wrote:
>
> Mmm. Yes. I see the issue. Our configure script essentially does a "uniq"
> on compiler flags; assuming that any flag seen twice is redundant, and
> removes it.
>
> This functionality has been in Open MPI for a long, long time. Perhaps even
> back
On Jul 30, 2012, Jeff Squyres wrote:
>
> New tarball issued in the usual place:
Thanks for the link. I tried it on OSX 10.8 Mountain Lion. It works
with llvm-gcc from XCode-4.4, and it passes make check.
It doesn't work with clang, though, which is the default compiler.
This issue was raise
Hello, I'm reporting these make check failures on OSX Lion 10.7.4
for Homebrew, a package installer for Macs. I am trying to author
the updated install script for openmpi-1.6.0 using Homebrew, but
I get a few test failures using the default compiler, clang-3.1.
Note: I get no test failures using