File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed
Expand file tree Collapse file tree 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).
4444
4545An example of running the simulator with a given pre-generated traffic file.
4646
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 \\
6161 --job-power-cap 120
6262
6363
You can’t perform that action at this time.
0 commit comments