forked from SharkGamerZ/CRAB
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.json
More file actions
41 lines (41 loc) · 1.17 KB
/
test.json
File metadata and controls
41 lines (41 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"global_options": {
"numnodes": "16",
"ppn": "4",
"allocationmode": "p",
"partitionsplit": "35:65",
"allocationsplit": "100-100",
"partitionlayout": "i",
"minruns": "1",
"maxruns": "1",
"timeout": "1200.0",
"outformat": "csv",
"extrainfo": "AI-training-annalysis",
"sbatch_directives": {
"time": "00:20:00",
"job-name": "AI-training-analysis",
"exclusive": true
}
},
"experiments": {
"exp1": {
"description": "AI Training Analysis with Workerpool and A2A Communication",
"apps": {
"0": {
"path": "a2a_comm_only.py",
"args": "-msgsize 16777216 -iter 1000",
"collect": true,
"start": "0",
"end": ""
},
"1": {
"path": "a2a_comm_only.py",
"args": "-msgsize 16777216 -iter 10000",
"collect": false,
"start": "0",
"end": "f"
}
}
}
}
}