Skip to content

Commit 0548fb8

Browse files
committed
add a table about the number of noncontig writes
1 parent 84cf667 commit 0548fb8

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,19 @@ This benchmark currently studies three cases from E3SM, namely F, G and I
3737
cases, simulating the atmospheric, oceanic, and land components, respectively.
3838
Information about the climate variables written in these three case studies and
3939
their decomposition maps can be found in [variables.md](./docs/variables.md).
40+
Table below shows the information about decomposition maps, numbers of
41+
variables, and the maximum and minimum numbers of non-contiguous write requests
42+
among all processes.
43+
44+
| Case | F | G | I |
45+
|:--------------------------------------------|--------:|-------:|-------:|
46+
| Number of MPI processes | 21600 | 9600 | 1344 |
47+
| Number of decomposition (partitioning) maps | 3 | 6 | 5 |
48+
| Number of partitioned variables | 387 | 41 | 546 |
49+
| Number of non-partitioned variables | 27 | 11 | 14 |
50+
| Total number of variables | 414 | 52 | 560 |
51+
| MAX no. noncontig writes among processes | 184,644 | 21,110 | 41,400 |
52+
| MIN no. noncontig writes among processes | 174,926 | 18,821 | 33,120 |
4053

4154
### Compile and Run Instructions for E3SM-IO
4255
* See [INSTALL.md](./docs/INSTALL.md). It also describes the command-line run

0 commit comments

Comments
 (0)