Re: [gem5-users] Incorrect Result When Switching to Detailed CPU

2020-02-19 Thread Muhammet Abdullah Soytürk
I checked out to d40f0bc579fb8b10da7181 Fetch from https://github.com/darchr/gem5 and cherry picked 6450aaa7ca9e3040fb9eecf69c51a01884ac370c and 3403665994b55f664f4edfc9074650aaa7ddcd2c ISA is x86. Config files are almost the same with https://gem5art.readthedocs.io/en/latest/tutorials/npb-tutor

Re: [gem5-users] Incorrect Result When Switching to Detailed CPU

2020-02-19 Thread Abhishek Singh
Hey, Can you post details on commit number and ISA, so that we can reproduce the output and see On Wed, Feb 19, 2020 at 12:35 PM Muhammet Abdullah Soytürk < muhammetabdullahsoyt...@gmail.com> wrote: > Hi all, > > I am trying to simulate PageRank in full system simulation. The > application genera

[gem5-users] Incorrect Result When Switching to Detailed CPU

2020-02-19 Thread Muhammet Abdullah Soytürk
Hi all, I am trying to simulate PageRank in full system simulation. The application generates a kronecker graph at the beginning (e.g. ./pr -g 10 generates a kronecker graph witih 1024 nodes). The problem is that when I try to simulate the whole application with KVM, I get the correct result but w