for All,
i think after doing google i have done --kernel-vmlinux to get rid of this problem I am wondering after reading https://www.mail-archive.com/[email protected]/msg04029.html I am having same type of output. I am just completing the PARSEC blackscholes benchmark in 15 min as some one reported in upper link to be completed at 5 hours if any one can guide how to verify whether i result i am getting in stats.txt is correct? Thanking you and sorry for freshman questions in your email box. On Thu, Feb 20, 2014 at 2:23 PM, Amrish Tewar <[email protected]> wrote: > After i read this > https://www.mail-archive.com/[email protected]/msg00074.html blog > > i thought to put my changes so it will be easier if anyone wants to > know detail for guiding me > > Changes: > > 1. in .bashrc file export M5_PATH=/home/akt0001/GEM5/parsec_x86 > 2. the file where all binaries and disks are there in parsec_x86 > folder so change the SysPaths.py > try: > path = env['M5_PATH'].split(':') > except KeyError: > path = [ '/dist/m5/system', '/home/ak0001/GEM5/parsec_x86' ] > 3. in Benchmark.py file > elif buildEnv['TARGET_ISA'] == 'x86': > return env.get('LINUX_IMAGE', disk('x86root-parsec.img')) > > On Thu, Feb 20, 2014 at 1:36 PM, Amrish Tewar <[email protected]> wrote: >> Hi All and Nihar >> >> I have use the console binary given for this ALPHA tutorial as per >> http://gem5user.blogspot.com/2013/02/running-parsec-benchmarks-on-gem5.html >> >> and now ALPHA works >> >> but i want to run x86 parsec on full system so download binaries and >> vmlinux from http://www.cs.utexas.edu/~parsec_m5/ >> >> and follow instruction as per >> http://gem5user.blogspot.com/2013/02/running-parsec-benchmarks-on-gem5.html >> but getting error like >> >> [bash]$gem5x86.opt ../configs/example/fs.py --script=./runscript.rcS >> gem5 Simulator System. http://gem5.org >> gem5 is copyrighted software; use the --copyright option for details. >> >> gem5 compiled Jul 6 2013 16:46:21 >> gem5 started Feb 20 2014 13:14:21 >> gem5 executing on EB245-mhealth3 >> command line: /home/opt/gem5/build/X86/gem5.opt >> ../configs/example/fs.py --script=./runscript.rcS >> warning: add_child('terminal'): child 'terminal' already has parent >> Global frequency set at 1000000000000 ticks per second >> info: No kernel set for full system simulation. Assuming you know what >> you're doing >> 0: rtc: Real-time clock set to Sun Jan 1 00:00:00 2012 >> Listening for com_1 connection on port 3456 >> warn: Reading current count from inactive timer. >> 0: system.remote_gdb.listener: listening for remote gdb #0 on port 7000 >> fatal: No kernel to load. >> @ cycle 0 >> [initState:build/X86/arch/x86/system.cc, line 118] >> Memory Usage: 351840 KBytes >> >> I have rechecked and put the kernel vmlinux in the binaries file i >> checked my M5 path is correctly set. >> if you can give some guidance >> >> On Wed, Feb 19, 2014 at 11:38 PM, Nihar Rathod <[email protected]> >> wrote: >>> >>> Hi Amrish, >>> >>> As you have put vmlinux binary to the specific. similarly, you have to put >>> console binary in the same directory. >>> You can download it from the gem5 website. >>> >>> >>> Cheers, >>> Nihar Rathod >>> >>> >>> _______________________________________________ >>> 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
