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
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
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