parsec: test.sh with many raw run commands

This commit is contained in:
Ciro Santilli
2018-03-08 09:04:09 +00:00
parent 9cbade209b
commit 03b1a720c4
3 changed files with 29 additions and 1 deletions

View File

@@ -1883,9 +1883,11 @@ which teaches you that you can run `fmm` as:
....
cd /parsec/ext/splash2x/apps/fmm/run
/parsec/ext/splash2x/apps/fmm/inst/arm-linux.gcc/bin/fmm 1 < input_1
../inst/arm-linux.gcc/bin/fmm 1 < input_1
....
We are also collecting more raw commands for testing at: link:parsec-benchmark/test.sh[]
And so inside of `gem5`, you likely want to do:
....