Skip to content

Commit 819103d

Browse files
author
dchasap
committed
updated readme
1 parent 45f48b5 commit 819103d

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -44,20 +44,20 @@ to run jobs (it does not actually run them).
4444

4545
An 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

0 commit comments

Comments
 (0)