Skip to content

Commit efb5ea8

Browse files
authored
Merge pull request #74 from converged-computing/update-gke-gpu
analysis: fix missing amg results for gke gpu
2 parents 44b7ab1 + 184198e commit efb5ea8

7 files changed

Lines changed: 4165 additions & 1250 deletions

analysis/amg2023/1-run-analysis.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -129,14 +129,7 @@ def parse_data(indir, outdir, files):
129129
# that we can skip.
130130
if exp.cloud == "google" and exp.env == "gke" and exp.env_type == "gpu":
131131
# amg was run at different sizes and decompositions. amg2023-large is the correct one
132-
if "amg2023" in filename and not filename.endswith(
133-
os.path.join("final", "amg2023-large")
134-
):
135-
print(f"Skipping {filename}, not correct result to use.")
136-
continue
137-
138-
# attempt-1 needed a redo, so don't use it
139-
if "final" not in filename:
132+
if "amg2023-large" not in filename:
140133
print(f"Skipping {filename}, not correct result to use.")
141134
continue
142135

analysis/amg2023/data/amg2023-results.csv

Lines changed: 1244 additions & 1160 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)