diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2010-10-07 07:55:16 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2010-10-07 07:55:16 (GMT) |
commit | 3cf305baddc9e8af44311ed0822160319b18e9f7 (patch) | |
tree | 89de0ce923058b6af4de54abed9c887d92179a6e /config/ibm-aix6.x | |
parent | 341480df90d7a841ead81ab1e745b7155d50951a (diff) | |
download | hdf5-3cf305baddc9e8af44311ed0822160319b18e9f7.zip hdf5-3cf305baddc9e8af44311ed0822160319b18e9f7.tar.gz hdf5-3cf305baddc9e8af44311ed0822160319b18e9f7.tar.bz2 |
[svn-r19531] Bug fix: since the addition of
RUNSERIAL=${RUNSERIAL="env LDR_CNTRL=MAXDATA=0x20000000@DSA"}
kind of mess things up for the parallel HDF5 configure.
Changed it to
RUNSERIAL=${RUNSERIAL="env LDR_CNTRL=MAXDATA=0x20000000@DSA MP_PROCS=1 MP_TASKS_PER_NODE=1 poe"}
if --enable-parallel.
Also merge powerpc-ibm-aix5.x with ibm-aix by making powerpc-ibm-aix5.x to
source ibm-aix just like ibm-aix6.x. This is in preparation that all AIX
platforms will eventually just use ibm-aix directly.
Fixed a small problme in ibm-flags: some older xlc (e.g. v7.1) prints the
version information with a leading blank. So, accommodate this pattern by
removing the "^".
Tested: LLNL uP, 32/64bits, serial/parallel. (parallel has tests failed
but this change is mainily for configure issues.)
Also tested BP, 32/64bits but serial only.
Diffstat (limited to 'config/ibm-aix6.x')
-rw-r--r-- | config/ibm-aix6.x | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/ibm-aix6.x b/config/ibm-aix6.x index 24c2e11..104008a 100644 --- a/config/ibm-aix6.x +++ b/config/ibm-aix6.x @@ -15,7 +15,7 @@ # Configuration file for building on the IBM AIX 6.X platforms. # This file is part of the HDF5 build script. It is processed shortly # after configure starts and defines, among other things, flags for -# the various compile modesrcdir/config/ibm-aix +# the various compile modes. # Use the generic ibm-aix. . $srcdir/config/ibm-aix |