diff options
author | Lisa Hsu <hsul@eecs.umich.edu> | 2007-04-20 20:21:59 -0400 |
---|---|---|
committer | Lisa Hsu <hsul@eecs.umich.edu> | 2007-04-20 20:21:59 -0400 |
commit | 25e92383c839f6d69f933f614fd3f9acef907075 (patch) | |
tree | 089faee901f128d2de2c677c9a0540f896455ef4 /configs/boot/spec-surge-client.rcS | |
parent | 5825104982d75daee20cd82da3ea2581c31d5292 (diff) | |
download | gem5-25e92383c839f6d69f933f614fd3f9acef907075.tar.xz |
spec-surge-client.rcS:
fix script to reflect new benchmark directory sturcture
configs/boot/spec-surge-client.rcS:
fix script to reflect new benchmark directory sturcture
--HG--
extra : convert_revision : 45f9d8aebabd1f3f8d1e826e07840e2365511a35
Diffstat (limited to 'configs/boot/spec-surge-client.rcS')
-rw-r--r-- | configs/boot/spec-surge-client.rcS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/boot/spec-surge-client.rcS b/configs/boot/spec-surge-client.rcS index 03f25986c..0dd2ba7db 100644 --- a/configs/boot/spec-surge-client.rcS +++ b/configs/boot/spec-surge-client.rcS @@ -35,7 +35,7 @@ echo "waiting for server..." netcat -c -l -p 8000 echo -n "running surge client..." -/bin/bash -c "cd /benchmarks/specsurge && ./spec-m5 1 20 1 192.168.0.1 5 40000 1000000000 1000" +/bin/bash -c "cd /benchmarks/surge && ./spec-m5 1 20 1 192.168.0.1 5 40000 1000000000 1000" echo "done." echo -n "halting machine" |