Hi, I am running blackscholes benchmark on X86 system.
My command is : ./build/X86/gem5.opt configs/example/fs.py --mem-type=DDR4_2400_8x8 --cpu-type=DerivO3CPU --caches --l2cache --cacheline_size=64 --l1d_size=16kB --l1d_assoc=4 --l2_size=256kB --l2_assoc=8 --kernel=/home/riddhi/Downloads/x86_fs/binaries/x86_64-vmlinux-2.6.28.4-swp --disk-image=/home/riddhi/Downloads/x86_fs/disks/x86root-parsec.img --script=/home/riddhi/gem5_cg_is_copy/runscript.rcS Runscript.rcS : #!/bin/sh # File to run the blackscholes benchmark echo "Running blackscholes" cd /parsec/install/bin /sbin/m5 dumpstats /sbin/m5 resetstats ./blackscholes 64 /parsec/install/inputs/blackscholes/in_64K.txt /parsec/install/inputs/blackscholes/prices.txt echo "Done :D" /sbin/m5 exit /sbin/m5 exit I have downloaded the disk image from http://www.cs.utexas.edu/~parsec_m5/x86root-parsec.img.bz2 and the kernel from http://www.cs.utexas.edu/~parsec_m5/x86_64-vmlinux-2.6.28.4-smp .... last sysfs file: CPU 0 Modules linked in: Pid: 0, comm: swapper Tainted: G W 2.6.28-rc4-dirty #5 RIP: 0010:[<ffffffff8020a77b>] [<ffffffff8020a77b>] __show_regs+0x18b/0x240 RSP: 0018:ffffffff808be0a8 EFLAGS: 00000038 RAX: 0000000000000000 RBX: 0000000000000018 RCX: 00000000c0000102 RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000000000000 RBP: 0000000000000001 R08: 0000000000000000 R09: 00000000ffffffff R10: 0000000000000000 R11: 00000000808bd980 R12: 0000000000000018 R13: 0000000000000010 R14: 00000000ffff8800 R15: ffff88000100a000 invalid opcode: 0000 [#44] SMP last sysfs file: invalid opcode: 0000 [#45] SMP last sysfs file: invalid opcode: 0000 [#46] SMP last sysfs file: invalid opcode: 0000 [#47] SMP last sysfs file: invalid opcode: 0000 [#48] SMP last sysfs file: invalid opcode: 0000 [#49] SMP last sysfs file: .... this is what I am getting on the telnet terminal. It was continuing for long time so, I terminated it. I am not able to understand whether this is correct or not ? If anyone can help it would be great. Thanks, Riddhi Sent from Mail for Windows 10
_______________________________________________ gem5-users mailing list gem5-users@gem5.org http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users