-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve docs, including adding a gallery of the TUI
- Loading branch information
1 parent
61df9fe
commit 9e3a2da
Showing
16 changed files
with
105 additions
and
5 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,70 @@ | ||
--- | ||
hide: | ||
- navigation | ||
--- | ||
|
||
# Gallery | ||
|
||
This page shows a gallery of the capabilities of the HPC MultiBench tool. | ||
|
||
## Viewing run configurations | ||
|
||
<figure markdown="span"> | ||
![Viewing run configurations](./images/hpc-multibench-run-configurations.png){ loading=lazy } | ||
<figcaption>A screenshot of the TUI viewing a run configuration, including the instantiation of variables and the Slurm sbatch file to run.</figcaption> | ||
</figure> | ||
|
||
## Viewing aggregated metrics | ||
|
||
<figure markdown="span"> | ||
![Viewing aggregated metrics](./images/hpc-multibench-aggregated-metrics.png){ loading=lazy } | ||
<figcaption>A screenshot of the TUI viewing the metric results extracted from and aggregated across a set of runs defined in the YAML file.</figcaption> | ||
</figure> | ||
|
||
## Dispatching runs | ||
|
||
<figure markdown="span"> | ||
![Viewing aggregated metrics](./images/hpc-multibench-dispatch-runs.png){ loading=lazy } | ||
<figcaption>A screenshot of the TUI showing a modal dialog as it spawns Slurm jobs after the "Run Test Plan" button is pressed.</figcaption> | ||
</figure> | ||
|
||
## Line plots | ||
|
||
<figure markdown="span"> | ||
![Plotext line plots](./images/hpc-multibench-line-plotext.png){ loading=lazy } | ||
<figcaption>A screenshot of a a line plot of the metrics rendered entirely in the terminal.</figcaption> | ||
</figure> | ||
|
||
<figure markdown="span"> | ||
![Plotext line plots](./images/hpc-multibench-line-plotext-2.png){ loading=lazy } | ||
<figcaption>A screenshot of a a line plot of the metrics rendered entirely in the terminal.</figcaption> | ||
</figure> | ||
|
||
<figure markdown="span"> | ||
![Matplotlib line plots](./images/hpc-multibench-line-matplotlib.png){ loading=lazy } | ||
<figcaption>A screenshot of a Matplotlib window spawned by the TUI displaying a line plot including error bars of the metrics.</figcaption> | ||
</figure> | ||
|
||
## Bar plots | ||
|
||
<figure markdown="span"> | ||
![Plotext bar plots](./images/hpc-multibench-bar-plotext.png){ loading=lazy } | ||
<figcaption>A screenshot of a a bar plot of the metrics rendered entirely in the terminal.</figcaption> | ||
</figure> | ||
|
||
<figure markdown="span"> | ||
![Matplotlib bar plots](./images/hpc-multibench-bar-matplotlib.png){ loading=lazy } | ||
<figcaption>A screenshot of a Matplotlib window spawned by the TUI displaying a bar plot including error bars of the metrics.</figcaption> | ||
</figure> | ||
|
||
## Roofline plots | ||
|
||
<figure markdown="span"> | ||
![Plotext roofline plots](./images/hpc-multibench-roofline-plotext.png){ loading=lazy } | ||
<figcaption>A screenshot of a a roofline plot of the metrics rendered entirely in the terminal.</figcaption> | ||
</figure> | ||
|
||
<figure markdown="span"> | ||
![Matplotlib roofline plots](./images/hpc-multibench-roofline-matplotlib.png){ loading=lazy } | ||
<figcaption>A screenshot of a Matplotlib window spawned by the TUI displaying a roofline plot including error bars of the metrics.</figcaption> | ||
</figure> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
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
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,20 @@ | ||
--- | ||
hide: | ||
- navigation | ||
--- | ||
|
||
# YAML Schema | ||
|
||
## Run Configurations | ||
|
||
## Test Benches | ||
|
||
### Reruns | ||
|
||
### Matrix | ||
|
||
### Analysis | ||
|
||
#### Metrics | ||
|
||
#### Plotting |
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