diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-04-18 18:52:01 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-04-18 18:52:01 (GMT) |
commit | 7185c9e70764419dca81aa2587e7df34689f2a92 (patch) | |
tree | a442bddc5005508c5936e53590e6f3fa55a396ac | |
parent | 9f1fd68ce2918f9d67a5b93ffa3dee35d21f5848 (diff) | |
parent | b17ffc3cef223dc662cc330edee546841929818c (diff) | |
download | hdf5-7185c9e70764419dca81aa2587e7df34689f2a92.zip hdf5-7185c9e70764419dca81aa2587e7df34689f2a92.tar.gz hdf5-7185c9e70764419dca81aa2587e7df34689f2a92.tar.bz2 |
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
* commit 'b17ffc3cef223dc662cc330edee546841929818c':
added point to build script repo.
-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 ----------- |