You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,7 @@ The infrastructure has been tested with the following system configuration:
106
106
```
107
107
Please use `build_champsim_highcore.sh` to build ChampSim for more than four cores.
108
108
109
-
5. Set appropriate environment variables before doing any experiment as follows:
109
+
5. _Set appropriate environment variables as follows:_
110
110
111
111
```bash
112
112
source setvars.sh
@@ -122,7 +122,7 @@ The infrastructure has been tested with the following system configuration:
122
122
```
123
123
> Note: the total size of all traces would be **~52 GB**.
124
124
125
-
2. Once all traces are downloaded, please replace the dummy path in`experiments/MICRO21_1C.tlist` and `experiments/MICRO21_4C.tlist`with the full path of your trace directory.
125
+
2. If the traces are downloadedin some other path, please change the full path in`experiments/MICRO21_1C.tlist` and `experiments/MICRO21_4C.tlist`accordingly.
126
126
127
127
### More Traces
128
128
1. We are also releasing a new set of ChampSim traces from [PARSEC 2.1](https://parsec.cs.princeton.edu) and [Ligra](https://github.com/jshun/ligra). The trace drop-points are measured using [Intel Pinplay](https://software.intel.com/content/www/us/en/develop/articles/program-recordreplay-toolkit.html) and the traces are captured by the ChampSim PIN tool. The traces can be found in the following links:
@@ -143,7 +143,7 @@ Our experimental workflow consists of two stages: (1) launching experiments, and
143
143
*`exe`: the full path of the executable to run
144
144
*`tlist`: contains trace definitions
145
145
*`exp`: contains knobs of the experiements to run
146
-
3. Create experiments as follows. Please make sure the paths used in tlist and exp files are appropriately changed.
146
+
3. Create experiments as follows. _Please make sure the paths used in tlist and exp files are appropriate_.
147
147
148
148
```bash
149
149
cd$PYTHIA_HOME/experiments/
@@ -164,7 +164,7 @@ Our experimental workflow consists of two stages: (1) launching experiments, and
164
164
*`tlist`
165
165
*`exp`
166
166
*`mfile`: specifies stat names and reduction method to rollup
167
-
3. Rollup statistics as follows. Please make sure the paths used in tlist and exp files are appropriately changed.
167
+
3. Rollup statistics as follows. _Please make sure the paths used in tlist and exp files are appropriate_.
0 commit comments