On Feb 27, 2008, at 8:34 AM, Jeff Squyres wrote:
On Feb 23, 2008, at 10:05 AM, Mathias PUETZ wrote:
2. Could someone explain, why configure might determine a different
ompi_cv_asm_format
than stated in the asm-data.txt database ?
Maybe the meaning of the cryptic assmebler format string i
On Feb 23, 2008, at 10:05 AM, Mathias PUETZ wrote:
1. Could you please fix the bug above in the configure script ?
Thanks for the detailed ananlysis. Can you confirm that this patch
works for you before I commit it:
Index: config/ompi_config_asm.m4
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
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"