generated from just-the-docs/just-the-docs-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
title: Scaling Analysis Tool | ||
layout: default | ||
parent: Tools | ||
--- | ||
|
||
# Scaling Analysis Tool | ||
|
||
When applying to CSCS for a production project, a technical report is required. | ||
This report must include the following information: | ||
|
||
- Representative benchmarks and scaling | ||
- Resource justification (annual node hours and disk space) | ||
|
||
The Scaling Analysis Tool automatically creates and launches various running scripts based on a given ICON experiment with different numbers of nodes to analyse the scaling. 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. These plots can then be used directly for the proposal. | ||
|
||
## Code and Documentation | ||
|
||
* [Scaling Analysis Tool](https://github.com/C2SM/scaling_analysis) |