diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2010-11-11 22:51:02 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2010-11-11 22:51:02 (GMT) |
commit | 531a1e64b20c871ddad290f8c667dc790071d6f0 (patch) | |
tree | 35f0ed89affb5153f761a42dc1702439328d225f /config | |
parent | 01530ebaa571bc7c25d28de64a5fd39999825f7a (diff) | |
download | hdf5-531a1e64b20c871ddad290f8c667dc790071d6f0.zip hdf5-531a1e64b20c871ddad290f8c667dc790071d6f0.tar.gz hdf5-531a1e64b20c871ddad290f8c667dc790071d6f0.tar.bz2 |
[svn-r19768] Problem:
The parallel test ran out of memory because 32bit binary default to use
less memory. Changed RUNPARALLEL to use larger memory (LDR_CNTRL=MAXDATA=0x2000
0000@DSA).
Tested: BP parallel.
Diffstat (limited to 'config')
-rw-r--r-- | config/ibm-aix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/ibm-aix b/config/ibm-aix index 3194d11..ab934a7 100644 --- a/config/ibm-aix +++ b/config/ibm-aix @@ -36,7 +36,7 @@ fi # Ask for more memory so that "make check" will pass. Not necessary for -q64 # mode but it does no harm. if test "X-$enable_parallel" = "X-yes" -o X-$CC_BASENAME = X-mpcc_r; then - RUNPARALLEL=${RUNPARALLEL="env MP_PROCS=\$\${NPROCS:=6} MP_TASKS_PER_NODE=\$\${NPROCS:=6} poe"} + RUNPARALLEL=${RUNPARALLEL="env LDR_CNTRL=MAXDATA=0x20000000@DSA MP_PROCS=\$\${NPROCS:=6} MP_TASKS_PER_NODE=\$\${NPROCS:=6} poe"} RUNSERIAL=${RUNSERIAL="env LDR_CNTRL=MAXDATA=0x20000000@DSA MP_PROCS=1 MP_TASKS_PER_NODE=1 poe"} else RUNSERIAL=${RUNSERIAL="env LDR_CNTRL=MAXDATA=0x20000000@DSA"} |