hi, I am new to gem5. I am trying to run parsec suite benchmarks in full system mode using ALPHA ISA, but when i am giving the command:
>>*./build/ALPHA/gem5.opt configs/example/fs.py --disk-image=linux-parsec-2-1-m5-with-test-inputs.img --kernel=vmlinux_2.6.27-gcc_4.3.4 --script=/home/sanya/alpha_full_sys/m5_system_2.0b3/runscript.rcS* I am getting following error message: ___________________________________________ * gem5 Simulator System. http://gem5.org <http://gem5.org>gem5 is copyrighted software; use the --copyright option for details.gem5 compiled Nov 16 2015 00:05:25gem5 started Nov 17 2015 20:16:42gem5 executing on sanya-Inspiron-3543, pid 5412command line: ./build/ALPHA/gem5.opt configs/example/fs.py --disk-image=linux-parsec-2-1-m5-with-test-inputs.img --kernel=vmlinux_2.6.27-gcc_4.3.4 --script=/home/sanya/alpha_full_sys/m5_system_2.0b3/runscript.rcS/Global frequency set at 1000000000000 ticks per secondwarn: DRAM device capacity (8192 Mbytes) does not match the address range assigned (512 Mbytes)info: kernel located at: /home/sanya/alpha_full_sys/m5_system_2.0b3/binaries/vmlinux_2.6.27-gcc_4.3.4Listening for system connection on port 3456 0: system.tsunami.io.rtc: Real-time clock set to Thu Jan 1 00:00:00 20090: system.remote_gdb.listener: listening for remote gdb #0 on port 7000**** REAL SIMULATION ****info: Entering event queue @ 0. Starting simulation...warn: Prefetch instructions in Alpha do not do anythingwarn: Prefetch instructions in Alpha do not do anythingpanic: could not open file /home/sanya/alpha_full_sys/m5_system_2.0b3/runscript.rcS/ @ tick 2252947106500[readfile:build/ALPHA/sim/pseudo_inst.cc, line 529]Memory Usage: 645776 KBytesProgram aborted at tick 2252947106500Aborted (core dumped)_____________________________________________* My runscript.rcS file is: *#!/bin/sh# File to run the blackscholes benchmark* *cd /parsec/install/bin/sbin/m5 dumpresetstats./blackscholes 64 /parsec/install/inputs/blackscholes/in_64K.txt /parsec/install/inputs/blackscholes/prices.txtecho "Done :D"/sbin/m5 exit* I don't understand why runscript could not open. Please helps Thanks & regards, Tarani Gaur I
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
