Hello all, I’m trying to run simple timing FS simulation with parsec x86 with 16 cores. My simulation gets stuck before it even reaches the beginning of the benchmark.
command: ../build/X86/gem5.opt --outdir=./m5out --remote-gdb-port=0 ../configs/example/fs.py --disk-image=x86root-parsec.img --kernel=x86_64-vmlinux-2.6.25-smp --cpu-type=timing --script=../boot_scripts/streamcluster_16c_simlarge.rcS -n 16 --caches —l2cache ending of system.pc.com_1.terminal: Initializing CPU#14 Calibrating delay loop (skipped)... 3999.96 BogoMIPS preset CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line) CPU: L2 Cache: 1024K (64 bytes/line) Fake M5 x86_64 CPU stepping 01 Booting processor 15/16 APIC 0xf Initializing CPU#15 Calibrating delay loop (skipped)... 3999.96 BogoMIPS preset CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line) CPU: L2 Cache: 1024K (64 bytes/line) Fake M5 x86_64 CPU stepping 01 Brought up 16 CPUs net_namespace: 408 bytes NET: Registered protocol family 16 PCI: Using configuration type 1 SCSI subsystem initialized usbcore: registered new interface driver usbfs usbcore: registered new interface driver hub usbcore: registered new device driver usb PCI: Probing PCI hardware PCI-GART: No AMD northbridge found. NET: Registered protocol family 2 IP route cache hash table entries: 16384 (order: 5, 131072 bytes) TCP established hash table entries: 65536 (order: 8, 1048576 bytes) TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) TCP: Hash tables configured (established 65536 bind 65536) TCP reno registered I tried it with detailed, and it seems to be stuck too during CPU initialization. Atomic ran normally though and reached ROI.. Thank you very much, Timothy Chong _______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
