[gem5-users] Re: simulation aborted with error when running script: x86-npb-benchmarks.py

2022-12-01 Thread Pascal Haneder via gem5-users
Hi, first you can take a look at that file by doing something like "nano /proc/sys/kernel/perf_event_paranoid". As I would expect, the file should contain the value "2". This is what your error message says and prevents gem5 from making the systemcall. So try to run this command as root: "echo -1

[gem5-users] Re: simulation aborted with error when running script: x86-npb-benchmarks.py

2022-12-01 Thread minhui via gem5-users
a quick update: Gem5 forum said KVM gurantee to work with native Linux machine. But I am runing Gem5 with VM of Ubuntu, so guess there is no solution yet for the issue of ‘PerfKvmCounter::attaach failed (2)“ on my machine Best regards Minhui ___ gem5

[gem5-users] Re: simulation aborted with error when running script: x86-npb-benchmarks.py

2022-12-01 Thread Bobby Bruce via gem5-users
Getting KVM to work in a virtual machine imay be difficult. I can't remember exactly the procedure to get it working but it's unlikely to work straight away. I would strongly suggest running on the host machine if possible If you have a X86 linux system you may be able to use KVM but it's not guar

[gem5-users] Re: simulation aborted with error when running script: x86-npb-benchmarks.py

2022-12-01 Thread minhui via gem5-users
Advisor **Bobby Bruce:** thanks for the info yes, I am installing Ubuntu OS on X86 system, giving up VM. Minhui ___ gem5-users mailing list -- gem5-users@gem5.org To unsubscribe send an email to gem5-users-le...@gem5.org