Skip to content

Commit a86875a

Browse files
committed
add E3SM-IO benchmark
1 parent 0a52b69 commit a86875a

1 file changed

Lines changed: 26 additions & 15 deletions

File tree

wiki/Benchmarking.html

Lines changed: 26 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -24,24 +24,35 @@
2424
<ul>
2525
<li><a href=https://github.com/LLNL/ior>IOR</a> has a 'driver' for PnetCDF
2626
</li>
27-
<li>The <a
28-
href="http://flash.uchicago.edu/~jbgallag/io_bench/flash_io_bench.tar.gz">FLASH
29-
I/O kernel</a>, developed at the FLASH center of University of Chicago, measure
30-
severals write-only workloads. Starting from 1.4.0 release, PnetCDF
31-
distribution includes <a href=https://github.com/Parallel-NetCDF/PnetCDF/tree/master/benchmarks/FLASH-IO>the FLASH-IO kernel that uses PnetCDF APIs</a>. </li>
27+
<li>The <a href="https://github.com/Parallel-NetCDF/E3SM-IO">E3SM I/O kernel</a>
28+
is a case study of parallel I/O kernel of the
29+
<a href=https://github.com/E3SM-Project/E3SM>E3SM</a> climate simulation model.
30+
The I/O pattern exhibits a large volume of non-contiguous requests.
31+
</li>
32+
<li>The
33+
<a href="http://flash.uchicago.edu/~jbgallag/io_bench/flash_io_bench.tar.gz">FLASH
34+
I/O kernel</a>, developed at the FLASH center of University of Chicago, measure
35+
severals write-only workloads. Starting from 1.4.0 release, PnetCDF
36+
distribution includes
37+
<a href=https://github.com/Parallel-NetCDF/PnetCDF/tree/master/benchmarks/FLASH-IO>the
38+
FLASH-IO kernel that uses PnetCDF APIs</a>.
39+
</li>
3240
<li><a href=https://github.com/Parallel-NetCDF/BTIO>BTIO</a> is a
33-
block-tridiagonal partitioning pattern on a three-dimensional array across a
34-
square number of MPI processes, part of NASA's NAS Parallel Benchmarks (NPB)
35-
suite.</li>
41+
block-tridiagonal partitioning pattern on a three-dimensional array across a
42+
square number of MPI processes, part of NASA's NAS Parallel Benchmarks (NPB)
43+
suite.
44+
</li>
3645
<li><a href=https://github.com/Parallel-NetCDF/GCRM-IO>GCRM-IO</a> is the I/O
37-
kernel of Global Cloud Resolving Model (GCRM) simulation codes. GCRM was
38-
developed at the Colorado State University.</li>
46+
kernel of Global Cloud Resolving Model (GCRM) simulation codes. GCRM was
47+
developed at the Colorado State University.
48+
</li>
3949
<li><a href=https://github.com/Parallel-NetCDF/S3D-IO>S3D-IO</a> is the I/O
40-
kernel of S3D combustion simulation code, a continuum scale first principles
41-
direct numerical simulation code which solves the compressible governing
42-
equations of mass continuity, momenta, energy and mass fractions of chemical
43-
species including chemical reactions, developed at the Sandia National
44-
Laboratory.</li>
50+
kernel of S3D combustion simulation code, a continuum scale first principles
51+
direct numerical simulation code which solves the compressible governing
52+
equations of mass continuity, momenta, energy and mass fractions of chemical
53+
species including chemical reactions, developed at the Sandia National
54+
Laboratory.
55+
</li>
4556
</ul>
4657
<p>
4758

0 commit comments

Comments
 (0)