Skip to content

Commit

Permalink
add payload with large model for AWS simulation (#56)
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Shmulevich <[email protected]>
  • Loading branch information
dmitsh authored Jan 17, 2025
1 parent 37d8867 commit 91b6dc7
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/models/large.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
# ------- -------
# cb-1-1 cb-1-2
#
# Supported block sizes: 8, 16, 32
#
switches:
- name: core
metadata:
Expand Down
16 changes: 16 additions & 0 deletions tests/payloads/test-aws-sim-large-block.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"provider": {
"name": "aws-sim",
"params": {
"model_path": "tests/models/large.yaml"
}
},
"engine": {
"name": "slurm",
"params": {
"plugin": "topology/block",
"block_sizes": "8,16,32",
"topology_config_path": "topology.conf"
}
}
}

0 comments on commit 91b6dc7

Please sign in to comment.