[gem5-users] Different Physical Addresses for Multicore

2023-01-10 Thread Abdlerhman Abotaleb via gem5-users
How to use different physical addresses for two programs run on two processors? I can find that using "malloc" allocates the same addresses Also, I'm using the same binary on the two processors. Thanks. ___ gem5-users mailing list -- gem5-use

[gem5-users] PerfKvmCounter::attach failed (2)

2023-01-10 Thread Atlas Kaan Yilmaz via gem5-users
Hi Everyone, I’ve been trying to use KvmCPU in gem5 simulation; however, when I try to run I get the output below with PerfKvmCounter::attach failed (2) error. I’m running gem5 on an Azure VM with Ubuntu 20.04. I’m trying to run the vSwarm-u suite for serverless architecture. I have found a pr

[gem5-users] Running OpenMP version of SPEC CPU speed 2017 benchmarks

2023-01-10 Thread VIPIN PATEL via gem5-users
Hi All, SPEC CPU 2017 benchmarks now support OpenMP parallelization ( https://www.spec.org/cpu2017/Docs/overview.html#Q14). I plan to include the SPEC CPU 2017 parallel benchmarks in my study. The gem5-resources for version 20 provide scripts for single-core execution. Does anyone know what needs