summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2009-05-01 01:21:28 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2009-05-01 01:21:28 (GMT)
commit0917096d34762b93f13203bec928f9dd124e7bfa (patch)
tree9cd8ad194d2d60717cef2aa4f03509181edde176 /configure
parentcb0c04e1d4d3a5be3b3b07bb81ab647a3adccd43 (diff)
downloadhdf5-0917096d34762b93f13203bec928f9dd124e7bfa.zip
hdf5-0917096d34762b93f13203bec928f9dd124e7bfa.tar.gz
hdf5-0917096d34762b93f13203bec928f9dd124e7bfa.tar.bz2
[svn-r16902] Description:
Bring r16875:16901 from trunk to revise_chunks branch. Tested on: FreebSD/32 6.3 (duty) (h5committest not required for this branch)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure9
1 files changed, 9 insertions, 0 deletions
diff --git a/configure b/configure
index b3a6c6e..dd447a5 100755
--- a/configure
+++ b/configure
@@ -48681,6 +48681,15 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
fi
+ if test "X$PARALLEL" = "Xyes" -a -z "$RUNPARALLEL"; then
+ for path in `echo $PATH | ${TR} ":" " "`; do
+ if test -x $path/aprun; then
+ RUNPARALLEL="aprun -q -n \$\${NPROCS:=3}"
+ break;
+ fi
+ done
+ fi
+
if test "X$PARALLEL" = "Xyes" -a -z "$RUNPARALLEL"; then
RUNPARALLEL="mpirun -np \$\${NPROCS:=3}"
fi