summaryrefslogtreecommitdiffstats
path: root/tools/misc
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2004-01-07 17:45:16 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2004-01-07 17:45:16 (GMT)
commit6a9d906c9074b758a210d702805269b330cc4220 (patch)
treeb5c80ac85b30ad858b815ce537742487ef220d02 /tools/misc
parentfb1494ea6e82b4dc43137d83e8ddffa72f97ed90 (diff)
downloadhdf5-6a9d906c9074b758a210d702805269b330cc4220.zip
hdf5-6a9d906c9074b758a210d702805269b330cc4220.tar.gz
hdf5-6a9d906c9074b758a210d702805269b330cc4220.tar.bz2
[svn-r8035] Purpose:
feature Description: Install the C and Fortran compiler commands as h5pcc and h5pfc if parallel mode is used. Platforms tested: "h5committested"
Diffstat (limited to 'tools/misc')
-rwxr-xr-xtools/misc/h5redeploy.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/misc/h5redeploy.in b/tools/misc/h5redeploy.in
index 75d5a68..3e6d192 100755
--- a/tools/misc/h5redeploy.in
+++ b/tools/misc/h5redeploy.in
@@ -66,7 +66,7 @@ ERROR()
# Main
#
# Initialization
-h5tools="h5cc h5fc h5c++" # possible hdf5 tools
+h5tools="h5cc h5pcc h5fc h5pfc h5c++" # possible hdf5 tools
foundtools= # tools found and will be modified
fmode= # force mode, default is off
prefix=`(cd ..;pwd)`