Skip to content

Commit bdd0a76

Browse files
authored
Update README.md
1 parent be2ee58 commit bdd0a76

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Install PDC and its dependent libraries
44

5-
Please follow the instructions in the [PDC documentation website](https://pdc.readthedocs.io/en/latest/getting_started.html#installing-pdc-from-source-code) to install libfabric, mercury, and PDC. We recommend using the PDC develop branch.
5+
Please follow the instructions in the [PDC documentation website](https://pdc.readthedocs.io/en/latest/getting_started.html#installing-pdc-from-source-code) to install libfabric, mercury, and PDC. We recommend using the PDC stable branch.
66

77

88
## Environmental variables
@@ -21,10 +21,8 @@ export PATH="$LIBFABRIC_DIR/include:$LIBFABRIC_DIR/lib:$MERCURY_DIR/include:$MER
2121
```
2222
git clone https://github.com/HDFGroup/hdf5.git
2323
cd hdf5
24-
git checkout hdf5-1_14_1-2
25-
export HDF5_LIBTOOL=/usr/bin/libtoolize
26-
./autogen.sh
27-
./configure CC=mpicc --prefix=$HDF5_DIR --enable-parallel --disable-tests --disable-hl --disable-fortran
24+
git checkout hdf5_1_14_5
25+
cmake -DCMAKE_INSTALL_PREFIX=$HDF5_DIR -DHDF5_ENABLE_PARALLEL=ON ../
2826
make && make install
2927
```
3028

0 commit comments

Comments
 (0)