Skip to content

Commit

Permalink
Explain strong scaling
Browse files Browse the repository at this point in the history
  • Loading branch information
mjaehn committed Nov 7, 2023
1 parent 9a3daf8 commit 005bca7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tools/scaling_analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ parent: Tools

The Scaling Analysis Tool automatically creates and launches several ICON run
scripts based on a given experiment with different numbers of nodes to
analyze the strong scaling. Once the experiment runs are complete,
analyze the strong scaling[<sup>1</sup>](#1). Once the experiment runs are complete,
the tool reads the timings from the log files and produces summary plots of
efficiency, node hours and wallclock against the number of nodes.

Expand All @@ -25,3 +25,8 @@ proposal.
## Code and Documentation

* [Scaling Analysis Tool](https://github.com/C2SM/scaling_analysis)

---

<a id="1"></a><sup>1</sup> Strong scaling: The time to solution decreases in inverse proportion
to increases in node count if the problem size (i.e., number of grid points) is unchanged.

0 comments on commit 005bca7

Please sign in to comment.