File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ test1 | 1 | N | 2x compute node, sequential na
10
10
test1b | 1 | N | 1x compute node
11
11
test1c | 1 | N | 2x compute nodes, nonsequential names
12
12
test2 | 2 | N | 4x compute node, sequential names
13
- test3 | 1 | Y | -
13
+ test3 | 1 | Y | 4x compute nodes in 2x groups, single partition
14
14
test4 | 1 | N | 2x compute node, accounting enabled
15
15
test5 | 1 | N | As for #1 but configless
16
16
test6 | 1 | N | 0x compute nodes, configless
Original file line number Diff line number Diff line change 8
8
runtime : true
9
9
openhpc_slurm_control_host : " {{ groups['testohpc_login'] | first }}"
10
10
openhpc_nodegroups :
11
- - name : " compute"
11
+ - name : grp1
12
+ - name : grp2
13
+ openhpc_partitions :
14
+ - name : compute
12
15
groups :
13
- - name : " grp1"
14
- - name : " grp2"
16
+ - grp1
17
+ - grp2
15
18
openhpc_cluster_name : testohpc
16
19
tasks :
17
20
- name : " Include ansible-role-openhpc"
18
21
include_role :
19
22
name : " {{ lookup('env', 'MOLECULE_PROJECT_DIRECTORY') | basename }}"
20
-
21
-
You can’t perform that action at this time.
0 commit comments