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
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
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
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
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
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
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