File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1717 <end>
1818 vars :
1919 expected_sinfo :
20- - " {{ openhpc_cluster_name }}-compute-[0-1] {{ openhpc_slurm_partitions[0].name }}* up 60-00:00:00 2 idle"
20+ - " {{ openhpc_cluster_name }}-compute-[0-1] small* up 60-00:00:00 2 idle"
21+ - " {{ openhpc_cluster_name }}-compute-[2-3] extra up 60-00:00:00 2 idle"
Original file line number Diff line number Diff line change @@ -31,10 +31,16 @@ module "cluster" {
3131 flavor: " vm.alaska.cpu.general.small"
3232 image: " openhpc-220830-2042.qcow2"
3333 }
34+ extra: {
35+ flavor: " vm.alaska.cpu.general.small"
36+ image: " openhpc-220830-2042.qcow2"
37+ }
3438 }
3539 compute_nodes = {
3640 compute- 0 : " small"
3741 compute- 1 : " small"
42+ compute- 2 : " extra"
43+ compute- 3 : " extra"
3844 }
3945
4046 environment_root = var. environment_root
You can’t perform that action at this time.
0 commit comments