Re: [gem5-users] Syscall clock_gettime (#228) implemented

2014-03-24 Thread Amrish Tewar
Pl. look at make file in m5thread test folder there are some example and see how they are compiled. hope that helps On Mon, Mar 24, 2014 at 1:19 PM, Aditya Deshpande wrote: > All, > > I am trying to run OpenMP code in gem5 simulator. I am getting this error > message during SE mode execution > f

Re: [gem5-users] Splash-2 m5 threads classic memory system

2014-03-17 Thread Amrish Tewar
Hey Anoop, go to same web page there is new tutorial for m5threads-getting started hope this helps On Mon, Mar 17, 2014 at 9:32 AM, Anoop wrote: > Hy AKT > > I want to know from where u got m5threads_X86 as i have a link which tell > how to run multithred program in SE mode with X86 architectu

Re: [gem5-users] Running OpenMP code in X86 SE mode

2014-03-14 Thread Amrish Tewar
if you look your m5thread folder you will see test folder there are many programs there. pl. look open test_omp.c you will see they required to pass thread parameter in command line and than they set the thread inside the code through some function omp_set. hope this helps On Fri, Mar 14,

Re: [gem5-users] How to save a file in the disk image?

2014-03-14 Thread Amrish Tewar
There is youtube video on how to add file on disk in GEM5 pl. watch On Fri, Mar 14, 2014 at 2:59 AM, huangyongbing wrote: > Hi, > > > > You should change the disk model from CowIDE to RawIDE in the > FSConfig.py. > > > > Best regards, > > Yongbing Huang > > > > From: gem5-users-boun...@g

Re: [gem5-users] Running a simple C program as a benchmark in Full System Mode

2014-03-12 Thread Amrish Tewar
http://www.youtube.com/watch?v=OXH1oxQbuHA show how to add file in binary. On Wed, Mar 12, 2014 at 9:08 AM, Amrish Tewar wrote: > I think you need to add your c program executable and any input file > you need in binary you are using. > > after than only you can write .rcS scrip

Re: [gem5-users] Running a simple C program as a benchmark in Full System Mode

2014-03-12 Thread Amrish Tewar
I think you need to add your c program executable and any input file you need in binary you are using. after than only you can write .rcS script to run the program i am playing in few days how to add your benchmark or file on full system if someone knows exact steps pl guide. if i will figure i

Re: [gem5-users] Running multi-threaded benchmarks in X86 SE mode

2014-03-08 Thread Amrish Tewar
not doing something correct pl. guide. A.K.T On Thu, Mar 6, 2014 at 1:17 PM, Amrish Tewar wrote: > hi All, > > I tried to read the http://www.m5sim.org/Splash_benchmarks link but i > am not very familiar with the technical issue discussing by the > author. > > i

Re: [gem5-users] Running multi-threaded benchmarks in X86 SE mode

2014-03-06 Thread Amrish Tewar
7;t know what's the current state of all > this. > > Lluc > > > On Thu, 6 Mar 2014 11:34:22 -0600, Amrish Tewar wrote: >> >> Lluc Alvarez Marti, Aditya and All, >> >> as per guided by Lluc Alvarez Marti, >> >> i am using following command fo

Re: [gem5-users] Running multi-threaded benchmarks in X86 SE mode

2014-03-06 Thread Amrish Tewar
More info here: > http://www.m5sim.org/Running_gem5. > > Lluc > > > On Tue, 4 Mar 2014 09:05:52 -0600, Amrish Tewar wrote: >> >> hey Aditya, >> >> I think you need to compile the splash benchmark with X86. i am >> solving the same problem trying

Re: [gem5-users] Running multi-threaded benchmarks in X86 SE mode

2014-03-04 Thread Amrish Tewar
hey Aditya, I think you need to compile the splash benchmark with X86. i am solving the same problem trying to recompile the splash bench mark with m5 thread. if you look m5thread_X86 make file you will see some make file and how to compile. if you see make file in splash benchmark you will

Re: [gem5-users] GEM5 run with PARSEC blackscholes - Seems to be early termination

2014-03-03 Thread Amrish Tewar
problems. More > info: > > PARSEC 3.0 > Input set = simsmall > gem5 Stable version of 2012/06 > O3 CPU model (arm_detailed) > FS-mode > > Regards, > > -- > Fernando A. Endo, PhD student and researcher > > Université de Grenoble, UJF > France > > >

Re: [gem5-users] GEM5 run with PARSEC blackscholes - Seems to be early termination

2014-02-21 Thread Amrish Tewar
Hey GE ZHIGUO, I have tried to run parsec same benchmark with same input (blackscholes with simlarge input - in_64K.txt)through command line and measure it num of instruction by perf tool. I am find that number of instruction executed is in range on 5000 x 10^6. while with GEM5 running parsec giv

Re: [gem5-users] GEM5 run with PARSEC blackscholes - Seems to be early termination

2014-02-20 Thread Amrish Tewar
I have tried to post at this link but m This post is continuation of http://permalink.gmane.org/gmane.comp.emulators.m5.users/10811 link. I new to GEM5 so done mistake in posting. On Thu, Feb 20, 2014 at 3:22 PM, AKT wrote: > Hello Udit, GE ZHIGUO, > > I am seeing same type of output with PAR

Re: [gem5-users] Parsec benchmark on ALPHA+ RUBY+garnet interconnect

2014-02-20 Thread Amrish Tewar
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 wrote: > After i read this >

Re: [gem5-users] Parsec benchmark on ALPHA+ RUBY+garnet interconnect

2014-02-20 Thread Amrish Tewar
x27;TARGET_ISA'] == 'x86': return env.get('LINUX_IMAGE', disk('x86root-parsec.img')) On Thu, Feb 20, 2014 at 1:36 PM, Amrish Tewar wrote: > Hi All and Nihar > > I have use the console binary given for this ALPHA tutorial as per > http://gem5user

Re: [gem5-users] Parsec benchmark on ALPHA+ RUBY+garnet interconnect

2014-02-20 Thread Amrish Tewar
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_m

Re: [gem5-users] Parsec benchmark on ALPHA+ RUBY+garnet interconnect

2014-02-18 Thread Amrish Tewar
Hey all, can any one tell me how to run parsec benchmark on full system mode in gem5 with ALPHA i have done as per http://gem5.org/PARSEC_benchmarks but getting error like /home/opt/gem5/build/ALPHA/gem5.opt ./configs/example/fs.py gem5 Simulator System. http://gem5.org gem5 is copyrighted soft

Re: [gem5-users] Multi-threading in Gem5

2014-02-04 Thread Amrish Tewar
This tutorial may help http://lacasa.uah.edu/portal/index.php/tutorials/33-gem5 running multithreaded programs On Tue, Feb 4, 2014 at 1:27 PM, Amrish Tewar wrote: > I am also new here. > > It do support mulitthreading though i am also learning. > > On Tue, Feb 4, 2014 at 12:25 PM

Re: [gem5-users] Multi-threading in Gem5

2014-02-04 Thread Amrish Tewar
I am also new here. It do support mulitthreading though i am also learning. On Tue, Feb 4, 2014 at 12:25 PM, Laleh A. Beni wrote: > Hi, > > I am new in gem5, I wonder if it supports multi-threading? I couldn't find > much in the gem5 documentation about it. > > Thanks, > Laleh > > _