Skip to content

Commit

Permalink
config: output name add maxK
Browse files Browse the repository at this point in the history
  • Loading branch information
xieby1 committed Dec 17, 2024
1 parent 6964861 commit 656ff09
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,10 @@ in raw.overrideScope (r-self: r-super: {
spec2006-march
cpt-simulator
(metricPrefix cpt-intervals)
(let suffix = pkgs.lib.optionalString (builtins.any
(x: x.stage2-cluster.maxK!=cpt-maxK)
(builtins.attrValues overrided)
) "x"; in"maxK${cpt-maxK}${suffix}")
"1core"
spec2006-extra-tag
]) overrided);
Expand All @@ -192,6 +196,7 @@ in raw.overrideScope (r-self: r-super: {
openblas-target
cpt-simulator
(metricPrefix cpt-intervals)
"maxK${unwrapped.stage2-cluster.maxK}"
"1core"
openblas-extra-tag
]) unwrapped;
Expand Down

0 comments on commit 656ff09

Please sign in to comment.