Skip to content

Commit

Permalink
fix cardinal min/max cores (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom authored Oct 29, 2024
1 parent 28f0901 commit 4d3f98f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions form.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,8 @@ attributes:
data-max-num-cores-for-cluster-pitzer: 48,
data-min-num-cores-for-cluster-ascend: 1,
data-max-num-cores-for-cluster-ascend: 84,
data-min-num-cores-for-cluster-cardinal: 1,
data-max-num-cores-for-cluster-cardinal: 96,
data-option-for-cluster-kubernetes: false,
data-option-for-cluster-kubernetes-test: false,
data-option-for-cluster-kubernetes-dev: false
Expand Down Expand Up @@ -229,6 +231,8 @@ attributes:
data-option-for-cluster-kubernetes-dev: false,
data-min-num-cores-for-cluster-ascend: 1,
data-max-num-cores-for-cluster-ascend: 88,
data-min-num-cores-for-cluster-cardinal: 1,
data-max-num-cores-for-cluster-cardinal: 96,
]
- [
"40 core gpu", "gpu-40core",
Expand Down

0 comments on commit 4d3f98f

Please sign in to comment.