Skip to content

Commit

Permalink
update: autoscale example
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <[email protected]>
  • Loading branch information
vsoch committed Apr 24, 2024
1 parent 08d13ec commit 6d618f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/algorithms/workload/autoscale/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ gcloud container clusters create test-cluster \
--region=us-central1-a \
--num-nodes 1 \
--total-min-nodes 1 \
--total-max-nodes 40 \
--total-max-nodes 18 \
--project=${GOOGLE_PROJECT} \
--machine-type=c2d-standard-8
```
Expand Down
8 changes: 4 additions & 4 deletions examples/algorithms/workload/autoscale/ensemble.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,22 @@ spec:
jobs:
- name: lammps-2
command: lmp -v x 2 -v y 2 -v z 2 -in in.reaxc.hns -nocite
count: 2
count: 10
nodes: 2
tasks: 8
- name: lammps-4
command: lmp -v x 2 -v y 2 -v z 2 -in in.reaxc.hns -nocite
count: 2
count: 10
nodes: 4
tasks: 16
- name: lammps-6
command: lmp -v x 2 -v y 2 -v z 2 -in in.reaxc.hns -nocite
count: 2
count: 10
nodes: 6
tasks: 24
- name: lammps-8
command: lmp -v x 2 -v y 2 -v z 2 -in in.reaxc.hns -nocite
count: 2
count: 10
nodes: 8
tasks: 32

Expand Down

0 comments on commit 6d618f7

Please sign in to comment.