From 5882fb95d91ef265b828c4cf5ad74bb4b83a3444 Mon Sep 17 00:00:00 2001 From: Gururaj Date: Wed, 10 Aug 2022 02:28:54 -0400 Subject: [PATCH] Fixed command to generate run directories of all workloads in README_SPEC_INSTALLATION.md: fixed missing fprate --- README_SPEC_INSTALLATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_SPEC_INSTALLATION.md b/README_SPEC_INSTALLATION.md index 4ba7e59..22ac991 100644 --- a/README_SPEC_INSTALLATION.md +++ b/README_SPEC_INSTALLATION.md @@ -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.