Hi Anderson

Because of Alpha was the basis architecture for M5, I suppose it is also
valid for any cpu architecture:

(from FAQ at
http://www.m5sim.org/Frequently_Asked_Questions#How_many_CPUs_can_M5_run.3F)
 How many CPUs can M5 run?

   - There is no inherent limit in M5 (other than simulation speed). In SE
   mode there are no obstacles to simulating as many CPUs as you want.
   However, in FS mode, the real-world Alpha platform we model (Tsunami) only
   supports up to 4 processors. To get around this limit, we defined and
   implemented a variant of the Tsunami platform (which we call BigTsunami)
   that can take up to 64 processors. Note that BigTsunami does not correspond
   to any real system. BigTsunami support is included in the standard M5 Alpha
   build, but booting with more than 4 CPUs requires modifications to the PAL
   code and kernel as well. Take a look at the
Download<http://www.m5sim.org/Download>page for our Linux patches and
modified PAL code. Note that even with the
   BigTsunami changes, simulating 64 processors will be quite slow, and the
   Linux scheduler doesn't seem particularly good at scheduling a large number
   of processors.

I hope it helps.

Regards

Romulo

On Mon, Jul 16, 2012 at 11:12 AM, Anderson Faustino <
andersonfaust...@gmail.com> wrote:

> The boot process works fine until 4 cpus (in my case O3CPU), in X86 and
> ALPHA.
>
> But when I used more than 4, the boot don't finish (in X86 and ALPHA).
>
> I used the last gem5-stable version, and the last gem5 avaliables.
>
> The last time that I tried to boot 8 03CPU, the boot took 15 hours to boot
> only 1 cpu. After that I aborted the boot.
>
>
> Did anyone had this problem?
>
> Thanks a lot.
>
> Anderson
>
> _______________________________________________
> 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

Reply via email to