Hi All,
Using openmpi-1.1.3b3, I've been attempting to build Open-MPI in
64-bit bit mode on a Mac Pro (dual Xeon 5150 2.66GHz with 1G RAM).
Using the following configuration options:
./configure --prefix=/usr/local/openmpi-1.1.3b3 \
--build=x86_64-apple-darwin \
CFLAGS=-m64 CXXFLAGS=-m64 \
LDFLA
Wow! Thanks!! I didn't even see that a new version was available.
Thanks again!!
--jason
On 2/5/07, Brian Barrett wrote:
This was fixed in 1.1.4, along with some shared memory performance
issues on Intel Macs (32 or 64 bit builds).
Brian
On Feb 5, 2007, at 1:22 PM, Jason Martin