Added hook to check for SMT workloads. SMT is identified by adding a semicolon between
authorKorey Sewell <ksewell@umich.edu>
Mon, 3 Jul 2006 05:10:19 +0000 (01:10 -0400)
committerKorey Sewell <ksewell@umich.edu>
Mon, 3 Jul 2006 05:10:19 +0000 (01:10 -0400)
commit19083bc4ce379c03b39ba941c18b11a88b141e18
tree839b9ef9efa9e8ab491ffa6f71d7dbb2d30973a8
parentcf58578ba120186947f382893d2e370bd6e436ce
Added hook to check for SMT workloads. SMT is identified by adding a semicolon between
the workloads.

Now SMT on the O3CPU can be invoked by "/ALPHA_SE/m5.debug ../configs/test/test.py -d --cmd="hello;hello" -i="file1;file2"

I think I am a novice python magician now!!!!....

configs/test/test.py:
    Added hook to check for SMT workloads. SMT is identified by adding a semicolon between
    the workloads.

    Now SMT on the O3CPU can be invoked by "/ALPHA_SE/m5.debug ../configs/test/test.py -d --cmd="hello;hello" --input="file1;file2"
    (btw, We are back to working for this double hello world case)

    I am a novice python magician now!!!!....

--HG--
extra : convert_revision : b55e10dce33f5a9dc4c78f90409ec0912bad4292
configs/test/test.py