On Mar 16, 2007, at 6:53 AM, Grismer, Matthew J Civ AFRL/VAAC wrote:
I attempted to build 1.2rc4 on an Intel Mac Pro running OS X 10.4.9
and using gcc and the Intel Fortran compiler. The configure
succeeded fine, but make failed with a “What architecture?” error.
I’ve attached the configure and make logs.
The code to print a stacktrace on application errors doesn't appear
to be supported on x86_64 code. A quick workaround is to compile with:
--enable-mca-no-build=backtrace-darwin
This will be fixed in Open MPI v1.2.1, which I imagine will be out in
the not too distant future.
Brian