Hi,
I attempted to build OpenMPI-1.2.5 on a POWER5/AIX 5.3 platform.
I know this isn't officially supported, but I report the bug anyway
(otherwise it'll never get chance to be supported, right ?).
I started configure with
./configure CC="xlc -q64" CXX="xlc++ -q64" F77="xlf -q64" FC="xlf90 -q64"
Mathias:
I built on AIX on POWER pltform using the following build script and it
worked:
#!/bin/sh
export OBJECT_MODE=64
export CC=xlc_r
export CXX=xlC_r
export F77=xlf_r
export FC=xlf90_r
export CFLAGS="-qthreaded -O3 -qmaxmem=-1 -qarch=pwr5x -qtune=pwr5 -q64
-DHAVE_SYS_TYPES_H=1"
expor
I merged your two patches and will commit once I come within range of
being online. I'll also file a CMR for 1.2.6 in case that ever
happens (had to resolve a trivial patch reject for the 1.2 branch).
Thanks!
On Feb 22, 2008, at 9:40 AM, Brian W. Barrett wrote:
A second attempt, this tim