Re: [gem5-users] [gem5-dev] Linux 4.14 and 4.15 with gem5 patches now available for Arm

2018-04-12 Thread Pau Cabre
Hi Everyone, After updating the util/gen_arm_fs_files.py script to use the 4.14 kernel below, I updated the Dockerfile that generates the needed binaries for arm FS simulations here:

[gem5-users] Is it possible to dump stats periodically in SE mode?

2018-04-12 Thread Xin Zhan
Hi all, I know the gem5ops like dumpstats [delay [period]] can be used in FS mode to periodically dump stats, but anyone has any idea about how to do it in SE mode? Thanks in advance, Xin ___ gem5-users mailing list gem5-users@gem5.org

Re: [gem5-users] Is it possible to dump stats periodically in SE mode?

2018-04-12 Thread Ciro Santilli
Related: https://www.mail-archive.com/gem5-users@gem5.org/msg01431.html On Thu, Apr 12, 2018 at 7:31 PM, Xin Zhan wrote: > Hi all, > > I know the gem5ops like dumpstats [delay [period]] can be used in FS mode to > periodically dump stats, but anyone has any idea about how

Re: [gem5-users] Is it possible to dump stats periodically in SE mode?

2018-04-12 Thread Gabe Black
Also you can use the handy m5.stats.periodicStatDump function in your config script. That will avoid having to periodically stop and start the simulation. Gabe On Thu, Apr 12, 2018 at 11:51 AM, Ciro Santilli wrote: > Related:

[gem5-users] X86 Multi-core full system simulation

2018-04-12 Thread ahameed
Hi all, I am trying to run parsec benchmarks with 4 core cpu in X86 full-system mode. I have tried 3 kernel binary (v2.6.22.9.smp, v3.4.112.smp, v2.6.28-4-smp). My simulation is running for 1 day, it has stuck after Booting processor 1/4 APIC 0x1 Initializing CPU#1 Calibrating delay loop

Re: [gem5-users] Issue for running Splash2 benchmark on multicore alpha processor

2018-04-12 Thread Swapnil Haria
Your script seems to execute fft for only one processor. The -p command line parameter for FFT corresponds to number of available processors. This would probably fix it: ./FFT -t -p4 Cheers, Swapnil Haria, PhD Candidate, Dept of Computer Sciences, University of Wisconsin-Madison On Thu, Apr

[gem5-users] Issue for running Splash2 benchmark on multicore alpha processor

2018-04-12 Thread Xin Zhan
Hello everyone, I want to run Splash2 benchmark on 4-core alpha processor in FS mode. I have cross compiled the Splash2 benchmark following https://docs.google.com/document/d/1B7nZSqMLwkwoVNEj_58tMPTk4bKWvoEMbokOAjqeC-k/preview. The program can finish, however, seems that only one core is used