Hello,

A couple of points:
1. You probably will need to compile a custom Linux kernel to support 256
cores. This isn't something that is expected to work out of the box.
2. I don't think gem5 supports more than 256 cores (and maybe not that
many) without making code modifications. I believe there are a few places
where we use a core bitvector, and I doubt it's bigger than 64-bits.

Jason

On Fri, Jul 14, 2017 at 6:03 AM F. A. Faisal <[email protected]> wrote:

> Dear All,
>
> I basically want to run the benchmarks like- splash or parsec with 256
> cores.
>
> Hence, I tried with X86 ISA with the linux kernel from the Parsec site (
> http://www.cs.utexas.edu/~parsec_m5/), which returns the kernel panic
> with "warn: x86 cpuid family 0x0000: unimplemented function 13".
>
> And even I downloaded the kernel from (
> https://www.kernel.org/pub/linux/kernel/v2.6/) (both .bz2 and .gz), which
> also returns the kernel panic with the same warning message (kernel BUG
> at arch/x86/kernel/xsave.c:323).
>
> On the other hand, I download the X86 disk image from-
>
>  - X86 full system image:
> [http://www.m5sim.org/dist/current/x86/x86-system.tar.bz2].
>
> Then, I also tried "x86_64-vmlinux-2.6.22.9.smp" which is running fine with 
> maximum 8 cores and obviously can't increase the core number.
>
> Please let me know download link for the stable Linux kernel of X86.
>
> GEM5> (USED GIT Repository, Download- 28/06/2017)
>
> Thanks in advance.
>
> Best regards,
>
> F. A. Faisal
>
>
>
>
>
>
> _______________________________________________
> gem5-users mailing list
> [email protected]
> http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to