Skip to content

Commit de4f7bf

Browse files
committed
Updated the README of Parallel HDF5 Examples
1 parent 54639b4 commit de4f7bf

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
### Contents:
1+
Parallel HDF5 (PHDF5) is the parallel version of the HDF5 library. It utilizes MPI to perform parallel HDF5 operations. For example, when an HDF5 file is opened with an MPI communicator, all the processes within the communicator can perform various operations on the file. PHDF5 supports file operations such as file create, open and close, as well as dataset operations such as object creation, modification and querying, all in parallel using MPI-IO. The below examples are intended to illustrate the use of PHDF5 on the Cannon cluster. The specific examples are implemented in Fortran, but the could be easily translated to C or C++, for instance:
22

3-
* Example1: Parallel HDF5 - write 1D array of dimension 100
4-
* Example2: Parallel HDF5 - write 2D array of dimension 20x30
5-
* Example3: Parallel HDF5 - write 3D array of dimension 10x30x8
3+
* [Example 1](Example1/): Parallel HDF5 - write 1D array of dimension 100
4+
* [Example 2](Example2/): Parallel HDF5 - write 2D array of dimension 20x30
5+
* [Example 3](Example3/): Parallel HDF5 - write 3D array of dimension 10x30x8

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
* MATLAB
5151
* Mathematica
5252
* STATA
53-
* Parallel I/O
53+
* [Parallel HDF5](Parallel_Computing/Parallel_HDF5)
5454

5555
### Example Recipes
5656

0 commit comments

Comments
 (0)