Re: [gem5-users] Simulation OpenMP Applications with se.py

2020-03-24 Thread Abhishek Singh
Hi,

Before it was required to use m5 threads but now you are not required to
use m5thread library

On Tue, Mar 24, 2020 at 5:47 PM Muhammet Abdullah Soytürk <
muhammetabdullahsoyt...@gmail.com> wrote:

> Hi all,
>
> I am trying to simulate an openmp application with 4 cores in SE mode. It
> seems to be working fine when I run it with this command:
>
> build/RISCV/gem5.opt configs/example/se.py -c  --caches
> --l2cache --cpu-type=DerivO3CPU -n 4
>
>
> but while I was searching I have seen that there was something called
> m5threads that was used to simulate a multithreaded program in SE mode or
> is it still in use? I am a bit confused because I did not use m5threads.
>
> Best,
> Muhammet
> ___
> gem5-users mailing list
> gem5-users@gem5.org
> http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
___
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

[gem5-users] Simulation OpenMP Applications with se.py

2020-03-24 Thread Muhammet Abdullah Soytürk
Hi all,

I am trying to simulate an openmp application with 4 cores in SE mode. It
seems to be working fine when I run it with this command:

build/RISCV/gem5.opt configs/example/se.py -c  --caches --l2cache
--cpu-type=DerivO3CPU -n 4


but while I was searching I have seen that there was something called
m5threads that was used to simulate a multithreaded program in SE mode or
is it still in use? I am a bit confused because I did not use m5threads.

Best,
Muhammet
___
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users