diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2018-04-04 16:26:42 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2018-04-04 16:26:42 (GMT) |
commit | 744d2d3d8c5660dd9758c74cf9d3c76bc172cdf3 (patch) | |
tree | 815ac4c370bd038a025b605f92454a442b8b7aa3 /release_docs/INSTALL_parallel | |
parent | 47b2738f2fec69afcf9205ba6939b9c5158afa18 (diff) | |
parent | dcb8ab121df50662e368ed276468e2540849f62a (diff) | |
download | hdf5-744d2d3d8c5660dd9758c74cf9d3c76bc172cdf3.zip hdf5-744d2d3d8c5660dd9758c74cf9d3c76bc172cdf3.tar.gz hdf5-744d2d3d8c5660dd9758c74cf9d3c76bc172cdf3.tar.bz2 |
Merge pull request #1016 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
* commit 'dcb8ab121df50662e368ed276468e2540849f62a':
Typos/omissions.
Update config/lt_vers.am so that the .so numbers for the hdf5_1_10 snapshots are not behind the 1.10.2 release.
Clear RELEASE.txt after HDF5 1.10.2 release Bring README.txt and INSTALL* updates from hdf5_1_10_2 branch to hdf5_1_10 branch. Bring bin/release changes to hdff5_1_10 branch.
Diffstat (limited to 'release_docs/INSTALL_parallel')
-rw-r--r-- | release_docs/INSTALL_parallel | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/release_docs/INSTALL_parallel b/release_docs/INSTALL_parallel index 5a8b603..f32fffc 100644 --- a/release_docs/INSTALL_parallel +++ b/release_docs/INSTALL_parallel @@ -40,9 +40,11 @@ and the parallel file system. 1.2. Further Help ----------------- -If you still have difficulties installing PHDF5 in your system, please send -mail to - help@hdfgroup.org + +For help with installing, questions can be posted to the HDF Forum or sent to the HDF Helpdesk: + + HDF Forum: https://forum.hdfgroup.org/ + HDF Helpdesk: https://portal.hdfgroup.org/display/support/The+HDF+Help+Desk In your mail, please include the output of "uname -a". If you have run the "configure" command, attach the output of the command and the content of @@ -87,12 +89,8 @@ The following steps are for building HDF5 for the Hopper compute nodes. They would probably work for other Cray systems but have not been verified. -Obtain a copy from the HDF ftp server: -http://www.hdfgroup.org/ftp/HDF5/current/src/ -(link might change, so always double check the HDF group website). - -$ wget http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-x.x.x.tar.gz -unpack the tarball +Obtain the HDF5 source code: + https://portal.hdfgroup.org/display/support/Downloads The entire build process should be done on a MOM node in an interactive allocation and on a file system accessible by all compute nodes. Request an interactive allocation with qsub: |