Skip to content

Commit

Permalink
Fixed command to generate run directories of all workloads in README_…
Browse files Browse the repository at this point in the history
…SPEC_INSTALLATION.md: fixed missing fprate
  • Loading branch information
Gururaj committed Aug 10, 2022
1 parent 9349394 commit 5882fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README_SPEC_INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ After installing SPEC-2017 on the disk, for running the SPECint-CPU2017 benchmar
- You can check the command used in `cpts/output/multiprogram_16GBmem_1Mn.SPEC2017.C4/checkpoint_out/perlbench/runscript.log`.

#### 4. Generate run directories for all SPEC17 workloads
- Once perlbench is successfully tested, to generate the run directories and also perform a test run for all the benchmarks, use: `runcpu --config=gem5_se_test --action=run --size=ref --copies=1 --noreportable --iterations=1 intrate`. You can also use `--action=runsetup` instead of `--action=run` to avoid doing a test run and only generating the run directories.
- Once perlbench is successfully tested, to generate the run directories and also perform a test run for all the benchmarks, use: `runcpu --config=gem5_se_test --action=run --size=ref --copies=1 --noreportable --iterations=1 intrate fprate`. You can also use `--action=runsetup` instead of `--action=run` to avoid doing a test run and only generating the run directories.
- **Note**: After all benchmark run-directories are created, please make sure run-directories of all benchmarks have the same naming format.


Expand Down

0 comments on commit 5882fb9

Please sign in to comment.