gem5-users@gem5.org

The gem5 Users mailing list

View all threads

Facing issue while trying to use PARSEC benchmark using Gem5

AK
Abhinav Kumar
Thu, Jul 27, 2023 9:10 AM

Hi everyone,
I'm trying to run the PARSEC benchmark using gem5. I followed the tutorial
on the site. But, currently I'm facing one issue, the simerr file  contains
the following:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "build/X86/python/m5/main.py", line 457, in main
File "configs-parsec-tests/run_parsec.py", line 49, in <module>
from system import *
File "/home/user-name/parsec-tests/configs-parsec-tests/system.py", line
37, in <module>
class MySystem(LinuxX86System):
NameError: name 'LinuxX86System' is not defined"
I have downloaded the system configuration file from
https://github.com/darchr/gem5art/tree/master/docs/gem5-configs/configs-parsec-tests/system
.
Can you guys please help me with this?

Regards,
Abhinav

Hi everyone, I'm trying to run the PARSEC benchmark using gem5. I followed the tutorial on the site. But, currently I'm facing one issue, the simerr file contains the following: Traceback (most recent call last): File "<string>", line 1, in <module> File "build/X86/python/m5/main.py", line 457, in main File "configs-parsec-tests/run_parsec.py", line 49, in <module> from system import * File "/home/user-name/parsec-tests/configs-parsec-tests/system.py", line 37, in <module> class MySystem(LinuxX86System): NameError: name 'LinuxX86System' is not defined" I have downloaded the system configuration file from https://github.com/darchr/gem5art/tree/master/docs/gem5-configs/configs-parsec-tests/system . Can you guys please help me with this? Regards, Abhinav
JL
Jason Lowe-Power
Thu, Jul 27, 2023 3:02 PM

Hi Abhinav,

I would suggest using the most recent version of gem5 (v23.0) and use the
gem5-resources version of parsec. See
https://resources.gem5.org/resources/x86-parsec/example?database=gem5-resources&version=1.0.0
for an example using parsec.

Cheers,
Jason

On Thu, Jul 27, 2023 at 2:14 AM Abhinav Kumar via gem5-users <
gem5-users@gem5.org> wrote:

Hi everyone,
I'm trying to run the PARSEC benchmark using gem5. I followed the tutorial
on the site. But, currently I'm facing one issue, the simerr file  contains
the following:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "build/X86/python/m5/main.py", line 457, in main
File "configs-parsec-tests/run_parsec.py", line 49, in <module>
from system import *
File "/home/user-name/parsec-tests/configs-parsec-tests/system.py", line
37, in <module>
class MySystem(LinuxX86System):
NameError: name 'LinuxX86System' is not defined"
I have downloaded the system configuration file from
https://github.com/darchr/gem5art/tree/master/docs/gem5-configs/configs-parsec-tests/system .
Can you guys please help me with this?

Regards,
Abhinav


gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-leave@gem5.org

Hi Abhinav, I would suggest using the most recent version of gem5 (v23.0) and use the gem5-resources version of parsec. See https://resources.gem5.org/resources/x86-parsec/example?database=gem5-resources&version=1.0.0 for an example using parsec. Cheers, Jason On Thu, Jul 27, 2023 at 2:14 AM Abhinav Kumar via gem5-users < gem5-users@gem5.org> wrote: > Hi everyone, > I'm trying to run the PARSEC benchmark using gem5. I followed the tutorial > on the site. But, currently I'm facing one issue, the simerr file contains > the following: > Traceback (most recent call last): > File "<string>", line 1, in <module> > File "build/X86/python/m5/main.py", line 457, in main > File "configs-parsec-tests/run_parsec.py", line 49, in <module> > from system import * > File "/home/user-name/parsec-tests/configs-parsec-tests/system.py", line > 37, in <module> > class MySystem(LinuxX86System): > NameError: name 'LinuxX86System' is not defined" > I have downloaded the system configuration file from > https://github.com/darchr/gem5art/tree/master/docs/gem5-configs/configs-parsec-tests/system . > Can you guys please help me with this? > > Regards, > Abhinav > _______________________________________________ > gem5-users mailing list -- gem5-users@gem5.org > To unsubscribe send an email to gem5-users-leave@gem5.org >