When I run the regression tests for ALPHA_SE in debug mode, four of the tests
(simple-atomic, simple-timing, simple-atomic-mp, and simple-timing-mp) fail. The
"simerr" reports the error: "NameError: name 'EioProcess' is not defined."

The entire "simerr" file contains the following:

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "~/work/m5/m5-stable/src/python/m5/main.py", line 359, in main
    exec filecode in scope
  File "tests/run.py", line 78, in <module>
    execfile(joinpath(tests_root, category, name, 'test.py'))
  File "tests/quick/30.eio-mp/test.py", line 29, in <module>
    process = EioProcess(file = binpath('anagram', 'anagram-vshort.eio.gz'))
NameError: name 'EioProcess' is not defined

Has anyone else had this problem?

_______________________________________________
m5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/m5-users

Reply via email to