[gem5-users] Re: query related to BigDataBench benchmark and gem5

2023-11-01 Thread JASPINDER KAUR via gem5-users
Hi, Are you trying in SE mode of FS mode? In FS mode, you need to put these benchmarks on a disk image first. On Wed, Nov 1, 2023 at 10:38 AM hetal dave via gem5-users < gem5-users@gem5.org> wrote: > Hello All, > > I want to analyze *BigDataBench *benchmark or any other benchmark > related to b

[gem5-users] Re: Inquiry and need Help

2023-02-21 Thread JASPINDER KAUR via gem5-users
Hi, There are two memory models for caches in gem5: Ruby and Classic memory. Classic is easier and Ruby provides a more elaborated design in my opinion. If you have to implement said changes for specific cache level you have to create a separate class for it in src/mem/ruby/structures and do needed

[gem5-users] Re: Panic when running gem5 Full System mode

2022-11-22 Thread JASPINDER KAUR via gem5-users
Hi, For me compiling attacker code using --static helped on the host machine before executing it with Gem5 FS mode worked. On Wed, Nov 23, 2022 at 12:25 AM William Hua via gem5-users < gem5-users@gem5.org> wrote: > Hello everyone, > > I am trying to implement a Prime+Probe attack in gem5 full sys

[gem5-users] PANIC error for packet queuegrown beyond 100 packets while running PARSEC benchmark

2021-02-02 Thread JASPINDER KAUR via gem5-users
Hi, I have been trying to run PARSEC benchmark on gem5 (v 20.0.0.3) full system mode with disk image and kernel (4.19.83) provided by tutorials. While running these benchmarks (blackscholes) with medium size input, i am running into following issues: *panic: Packet queue system.ruby.dir_cntrl0.me

[gem5-users] Re: Running two programs parallely on two different cores in FS

2020-09-13 Thread JASPINDER KAUR via gem5-users
I have not done using threads but taskset 0x01 first & taskset 0x02 second worked out for mw in FS mode. Try this one. On Sun, Sep 13, 2020 at 11:46 AM Saideepak Bejawada via gem5-users < gem5-users@gem5.org> wrote: > You can do that in SE mode by specifying the programs using -c > 'prog1;prog2'

[gem5-users] Re: Running two programs parallely on two different cores in FS

2020-09-12 Thread JASPINDER KAUR via gem5-users
Hey, Try this, taskset 0x01 first & taskset 0x02 second. Do you know how to do the same in SE mode. For me if both processes have same size array then they allocate same starting address and share it but that's not what I want to do. Otherwise they don't run in parallel. On Sat, 12 Sep 2020, 8:16

[gem5-users] Re: Running mutiple programs on different cpu cores

2020-09-11 Thread JASPINDER KAUR via gem5-users
Note: It run second application when i stop the first one by ctrl+c. On Fri, Sep 11, 2020 at 9:27 PM JASPINDER KAUR <2017csz0...@iitrpr.ac.in> wrote: > Hi, > Thank you for your reply. When i ran my two c programs named r1 and r2 it > showed following: > ./build/X86/gem5.opt configs/example/se.py

[gem5-users] Re: Running mutiple programs on different cpu cores

2020-09-11 Thread JASPINDER KAUR via gem5-users
Hi, Thank you for your reply. When i ran my two c programs named r1 and r2 it showed following: ./build/X86/gem5.opt configs/example/se.py --cpu-type=AtomicSimpleCPU --num-cpus=4 --caches --l2cache --l1d_size=64kB --l1i_size=64kB --l2_size=2048kB --l1d_assoc=8 --l1i_assoc=8 --l2_assoc=16 --mem-siz

[gem5-users] Running mutiple programs on different cpu cores

2020-09-11 Thread JASPINDER KAUR via gem5-users
Hi, I am new to gem5. I want to run two different applications of two different cpu cores in gem5 SE mode. Is there a way to do this with default se.py provided. If not can someone please direct me towards what changes I need to make to work it. Thanks and regards Jaspinder -- Jaspinder Kaur

[gem5-users] version `GLIBC_2.17' not found when running c program in gem5 in FS mode

2020-08-26 Thread JASPINDER KAUR via gem5-users
Hi, When i try to execute my c program in ge5 in FS mode following error is shown: *version `GLIBC_2.17' not found when running c program in gem5 in FS mode * *Note: It is only for one program another one is working fine.* *Please let me know where I am making the mistake. Version of GLIBC on sys

[gem5-users] taskset can not be used to any processing core except 0.

2020-08-23 Thread JASPINDER KAUR via gem5-users
I am running gem5 in full system mode as following ./build/X86/gem5.opt configs/example/fs.py --num-cpus=4 --caches --l2cache --cacheline_size=64 --ruby --disk-image=/home/calab/Downloads/gems/gem5/full/x86-system/disks/linux-x86.img --kernel=/home/calab/Downloads/gems/gem5/full/x86-system/bin

[gem5-users] "clflush" in Gem5 in Full System mode is unimplemented

2020-08-23 Thread JASPINDER KAUR via gem5-users
Hi, I am new to gem5 and was trying to run a c application having clflush instruction as following: ./build/X86/gem5.opt configs/example/fs.py --num-cpus=2 --caches --l2cache --cacheline_size=64 --ruby --disk-image=/home/gems/gem5/full/x86-system/disks/linux-x86.img --kernel=/home/gems/gem5/ful

[gem5-users] issues in FS mode with TimingSimpleCPU+Multicore

2020-08-21 Thread JASPINDER KAUR via gem5-users
Dear All, I am trying to boot gem5 in FS mode for multiple cores. However, I am facing a problem as mentioned below: 1. Atomic CPU - working properly. 2. TimingSimpleCPU - Single core - working properly. 3. TimingSimpleCPU - multiple cores (2 or 4) - the execution stuck after partial