diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2003-06-05 22:17:34 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2003-06-05 22:17:34 (GMT) |
commit | 56218d7ea8079c59b3f8318924c2d8878584551f (patch) | |
tree | e981bb4f2c5cadcca2e00bce1db584d050c3cc11 /tools | |
parent | d61a6df3e007f2225bdb265a7ef1c586e9aefe9b (diff) | |
download | hdf5-56218d7ea8079c59b3f8318924c2d8878584551f.zip hdf5-56218d7ea8079c59b3f8318924c2d8878584551f.tar.gz hdf5-56218d7ea8079c59b3f8318924c2d8878584551f.tar.bz2 |
[svn-r6984] Purpose:
Update
Description:
Added h5c++ script to h5redeploy
Platforms tested:
Verbena (Fortran & C++)
Arabica (Fortran & C++)
Modi4 (Fortran & Parallel)
Misc. update:
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/misc/h5redeploy.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/misc/h5redeploy.in b/tools/misc/h5redeploy.in index 9e06de6..d642405 100755 --- a/tools/misc/h5redeploy.in +++ b/tools/misc/h5redeploy.in @@ -66,7 +66,7 @@ ERROR() # Main # # Initialization -h5tools="h5cc h5fc" # possible hdf5 tools +h5tools="h5cc h5fc h5c++" # possible hdf5 tools foundtools= # tools found and will be modified fmode= # force mode, default is off prefix=`(cd ..;pwd)` |