File tree 1 file changed +14
-14
lines changed 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -44,20 +44,20 @@ to run jobs (it does not actually run them).
44
44
45
45
An example of running the simulator with a given pre-generated traffic file.
46
46
47
- ./scripts/gen_traffic.py --job-list ./conf/jobs.txt \
48
- --time-unit 1 \
49
- --replay-traffic \
50
- --traffic-infile ./conf/traffic_bursty.txt | \
51
- ./scripts/cluster_simulator.py \
52
- --host-list ./conf/hosts.txt \
53
- -v --time-unit 1 \
54
- --enable-statistics \
55
- --stats-log stats.txt \
56
- --stats-trace-file stats_trace.csv \
57
- --log log.txt \
58
- --scheduler naive \ # this is SLURM extended
59
- --global-power-budget 20000 \
60
- --time-limit 3600 \
47
+ ./scripts/gen_traffic.py --job-list ./conf/jobs.txt \\
48
+ --time-unit 1 \\
49
+ --replay-traffic \\
50
+ --traffic-infile ./conf/traffic_bursty.txt | \\
51
+ ./scripts/cluster_simulator.py \\
52
+ --host-list ./conf/hosts.txt \\
53
+ -v --time-unit 1 \\
54
+ --enable-statistics \\
55
+ --stats-log stats.txt \\
56
+ --stats-trace-file stats_trace.csv \\
57
+ --log log.txt \\
58
+ --scheduler naive \\ # this is SLURM extended
59
+ --global-power-budget 20000 \\
60
+ --time-limit 3600 \\
61
61
--job-power-cap 120
62
62
63
63
You can’t perform that action at this time.
0 commit comments