diff options
author | Vailin Choi <vchoi@jam.ad.hdfgroup.org> | 2017-04-18 18:28:47 (GMT) |
---|---|---|
committer | Vailin Choi <vchoi@jam.ad.hdfgroup.org> | 2017-04-18 18:28:47 (GMT) |
commit | c2ab87e2b6bbc64150c35a7047e210c267d1819f (patch) | |
tree | 9e84690f3bb43a1ce6bf4199a17f31f43bdb0a27 | |
parent | b7aeefbbc95bb44ee293760461d716d4b5fc0df3 (diff) | |
parent | b17ffc3cef223dc662cc330edee546841929818c (diff) | |
download | hdf5-c2ab87e2b6bbc64150c35a7047e210c267d1819f.zip hdf5-c2ab87e2b6bbc64150c35a7047e210c267d1819f.tar.gz hdf5-c2ab87e2b6bbc64150c35a7047e210c267d1819f.tar.bz2 |
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~vchoi/my_hdf5_fork into develop
-rw-r--r-- | release_docs/INSTALL_parallel | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/release_docs/INSTALL_parallel b/release_docs/INSTALL_parallel index e4c540c..5a8b603 100644 --- a/release_docs/INSTALL_parallel +++ b/release_docs/INSTALL_parallel @@ -1,6 +1,18 @@ Installation instructions for Parallel HDF5 ------------------------------------------- +0. Use Build Scripts +-------------------- +The HDF Group is accumulating build scripts to handle building parallel HDF5 +on various platforms (Cray, IBM, SGI, etc...). These scripts are being +maintained and updated continuously for current and future systems. The reader +is strongly encouraged to consult the repository at, + +https://github.com/HDFGroup/build_hdf5 + +for building parallel HDF5 on these system. All contributions, additions +and fixes to the repository are welcomed and encouraged. + 1. Overview ----------- |