Skip to content

Commit 9aab59f

Browse files
authored
Merge pull request #15 from UnityHPC/fix/handle-new-db-structure
Fix preprocessing to handle both database structures
2 parents 364eb68 + 8849b4b commit 9aab59f

34 files changed

+1020
-328
lines changed

docs/mvp-scripts/cpu_metrics.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/mvp-scripts/gpu_metrics.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/mvp_scripts/cpu_metrics.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# CPU Metrics
2+
3+
::: mvp_scripts.cpu_metrics

docs/mvp_scripts/gpu_metrics.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# GPU Metrics
2+
3+
::: mvp_scripts.gpu_metrics
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ email bodies with user-specific resource usage. This script will only run on Uni
77
of the ```pi_bpachev_umass_edu``` group. It is included as an example of the sort of tool that
88
might be useful to the Unity team as a final deliverable of this project.
99

10-
::: mvp-scripts.zero_gpu_usage_list
10+
::: mvp_scripts.zero_gpu_usage_list

mkdocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ nav:
3434
- 'visualization/efficiency_metrics.md'
3535
- 'visualization/models.md'
3636
- MVP Scripts:
37-
- 'mvp-scripts/cpu_metrics.md'
38-
- 'mvp-scripts/gpu_metrics.md'
39-
- 'mvp-scripts/zero_gpu_usage.md'
37+
- 'mvp_scripts/cpu_metrics.md'
38+
- 'mvp_scripts/gpu_metrics.md'
39+
- 'mvp_scripts/zero_gpu_usage.md'
4040

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Please feel free to use the scripts and notebook in this repository as a templat
1515
The following guidelines may prove helpful in maximizing the utility of this repository:
1616

1717
- Please avoid committing code unless it is meant to be used by the rest of the team.
18-
- New code should first be comitted in a dedicated branch (```feature/newanalysis``` or ```bugfix/typo```), and later merged into ```main``` following a code
18+
- New code should first be committed in a dedicated branch (```feature/newanalysis``` or ```bugfix/typo```), and later merged into ```main``` following a code
1919
review.
2020
- Shared datasets should usually be managed with a shared folder on Unity, not committed to Git.
2121
- Prefer committing Python modules with plotting routines like ```gpu_metrics.py``` instead of Jupyter notebooks, when possible.

0 commit comments

Comments
 (0)