Skip to content

Commit 948156d

Browse files
authored
add statement of I/O being challenging
1 parent 0548fb8 commit 948156d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ I/O libraries, such as [PnetCDF](https://github.com/Parallel-NetCDF/PnetCDF),
1111
[ADIOS](https://github.com/ornladios/ADIOS2).
1212
The benchmark program in this repository is developed to evaluate the E3SM I/O
1313
kernel performance using the above mentioned libraries.
14+
Achieving a good I/O performance for E3SM on HPC systems is challenging
15+
because its data access pattern consists of a large number of small, unordered,
16+
non-contiguous write requests on each process.
1417

1518
### Data Partitioning Pattern in E3SM
1619
The problem domain in E3SM simulation is represented by a cubed sphere grid

0 commit comments

Comments
 (0)