[gem5-users] Re: gem5.org seems to be down

2021-06-08 Thread Pedro Henrique Exenberger Becker via gem5-users
I'm experiencing this as well. Apparently, it is not just for us: https://downforeveryoneorjustme.com/gem5.org Best, Pedro. Em ter., 8 de jun. de 2021 às 12:07, Rajesh S via gem5-users < gem5-users@gem5.org> escreveu: > Hi, > > I was looking around in the documentation and I noticed that gem5.or

[gem5-users] Re: How to turn off Gem5 git commit script?

2021-09-23 Thread Pedro Henrique Exenberger Becker via gem5-users
You can try `git commit -m "my message" - n` -n is the short version of - -no-verify flag. https://git-scm.com/docs/git-commit However your commits won't be compliant with gem5 standards. I guess this can be a problem if you want to push your code/modifications to the main repo some day, but I'm

[gem5-users] Re: Difference between XBase and XURa .isa operands

2022-02-12 Thread Pedro Henrique Exenberger Becker via gem5-users
Hi Jason, Thanks for the feedback. That was more or less the same conclusion I had... I tried both and verified that they generate a very similar code, except for the name of the variable. Perhaps it's just for readability, who knows. Thanks again, anyway! Pedro. Jason Z via gem5-users escreveu

[gem5-users] Re: Is thread lock not working under both SE and FS mode?

2022-03-23 Thread Pedro Henrique Exenberger Becker via gem5-users
Hi Chen, I also had problems when trying to run benchmarks with thread synchronization on gem5 + FS + x86 + classic memory system. I described the problem here https://lists.gem5.org/archives/list/gem5-users@gem5.org/thread/MGIFEDFF6YRF2U764PWZJE7WOZC7BP3T/#AYN6SMZ6ISEZ755LKHV7BCIJJBRXZRPS After

[gem5-users] Re: O3CPU with X86 CPU and pthreads

2021-03-02 Thread Pedro Henrique Exenberger Becker via gem5-users
Hi Ahmed, did you found a solution for this? I'm having the same error when running a multithreaded application with the DerivO3CPU x86 model. Thank you in advance. Pedro Em ter., 23 de fev. de 2021 às 13:27, Ahmed F Khawaja via gem5-users < gem5-users@gem5.org> escreveu: > Greetings, > > I'm

[gem5-users] Re: Boot FS with kvm and multiple cores

2021-05-14 Thread Pedro Henrique Exenberger Becker via gem5-users
Hi Giacomo, --little-cpus option defaults to 1. This means you are effectively running > with 9 cpus. Could you try setting --little-cpus to zero from command line? Yes, this works. Rookie mistake of mine. At this point, I have already adapted code from fs_bigLITTLE.py script to the fs.py scri

[gem5-users] Re: Boot FS with kvm and multiple cores

2021-05-14 Thread Pedro Henrique Exenberger Becker via gem5-users
Hi Giacomo, thanks for the feedback. However, I didn't follow when you said > I gave a quick look. _build_kvm seems more or less the same. There is a manipulation of the event queues specifically for the KVM case in fs_bigLITTLE.py that I couldn't find in fs.py. In my experiments, if those are n