diff options
Diffstat (limited to 'config/powerpc-ibm-aix5.x')
-rw-r--r-- | config/powerpc-ibm-aix5.x | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/powerpc-ibm-aix5.x b/config/powerpc-ibm-aix5.x index 18be845..4b345fd 100644 --- a/config/powerpc-ibm-aix5.x +++ b/config/powerpc-ibm-aix5.x @@ -10,6 +10,7 @@ if test "X-" = "X-$CC"; then if test "X-$enable_parallel" = "X-yes"; then CC='mpcc_r -D_LARGE_FILES' CC_BASENAME=mpcc_r + RUNPARALLEL=${RUNPARALLEL="MP_PROCS=3 MP_TASKS_PER_NODE=3 poe"} else CC='xlc -D_LARGE_FILES' CC_BASENAME=xlc @@ -61,7 +62,6 @@ hdf5_cv_printf_ll=${hdf5_cv_printf_ll='ll'} ac_cv_c_bigendian=${ac_cv_c_bigendian='yes'} ac_cv_header_stdc=${ac_cv_header_stdc='yes'} ac_cv_header_sys_ioctl_h=${ac_cv_header_sys_ioctl_h=yes} -RUNPARALLEL=${RUNPARALLEL="MP_PROCS=3 MP_TASKS_PER_NODE=3 poe"} # cache the sizeof of "standard C types" so that configure can run faster. ac_cv_sizeof_char=${ac_cv_sizeof_char=1} |