diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2005-09-18 03:04:28 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2005-09-18 03:04:28 (GMT) |
commit | c0e83899c3d08404dca016a8108792bf938e40a0 (patch) | |
tree | 0f3fc698c722a6b71ca10d7495f9d2a4bacb6c20 /config/powerpc-ibm-aix5.x | |
parent | 28bb8b469438d5cf29d673ee13bdd11a619e4dbb (diff) | |
download | hdf5-c0e83899c3d08404dca016a8108792bf938e40a0.zip hdf5-c0e83899c3d08404dca016a8108792bf938e40a0.tar.gz hdf5-c0e83899c3d08404dca016a8108792bf938e40a0.tar.bz2 |
[svn-r11431] Purpose:
New feature.
Description:
Added the time command to the make check target to report time usage
of the execute of each test and test scripts. This gives us some idea
how long each test takes and some vague idea it is compute bound or
not.
powerpc-ibm-aix5.x:
Change $RUNPARALLEL default setting to allow it being invoked by the
time command.
Platforms tested:
h5committested.
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 bd9612d..34a8d35 100644 --- a/config/powerpc-ibm-aix5.x +++ b/config/powerpc-ibm-aix5.x @@ -18,7 +18,7 @@ fi # Define RUNPARALLEL if parallel mode is enabled or a parallel compiler used. if test "X-$enable_parallel" = "X-yes" -o X-$CC_BASENAME = X-mpcc_r; then - RUNPARALLEL=${RUNPARALLEL="MP_PROCS=\$\${NPROCS:=3} MP_TASKS_PER_NODE=\$\${NPROCS:=3} poe"} + RUNPARALLEL=${RUNPARALLEL="env MP_PROCS=\$\${NPROCS:=3} MP_TASKS_PER_NODE=\$\${NPROCS:=3} poe"} fi |