Skip to content

Commit 509e8a2

Browse files
committed
testing: 100 jobs matched to throughput.py
Needs more testing on an hpc node Signed-off-by: vsoch <vsoch@users.noreply.github.com>
1 parent dcc14fc commit 509e8a2

3 files changed

Lines changed: 188 additions & 124 deletions

File tree

examples/launch/hierarchy-flat.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,5 @@ groups:
1919
# These are nested resources. If we have 8 at the top, we have to split that up
2020
resources:
2121
level1: # Consumed by the single level-1 broker
22-
count: 8
23-
type: core
24-
level2: # Consumed by each of the two level-2 brokers
25-
count: 1
26-
type: core
22+
nodes: 1
23+
cores: 8

examples/launch/hierarchy-one.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ groups:
88
# Each of these are intermediate groups - they only exist to launch children.
99
- name: level-1
1010
resources: level1
11-
1211

1312
# These are nested resources. If we have 8 at the top, we have to split that up
1413
resources:
1514
level1: # Consumed by the single level-1 broker
16-
count: 1
17-
type: node
15+
cores: 8
16+
nodes: 1
17+
18+
# TODO add jobspec definition

0 commit comments

Comments
 (0)