Re: [gem5-users] Aarch64 Binaries and Gem5

2014-03-14 Thread Tino
Tino ryerson.ca> writes: > > Hello, > > For those of you who have had an opportunity to play around > with the newly added aarch64 model for gem5, my question > is as follows: > > How do you compile and get the binaries to execute in Gem5 > if there is no support for -static flags in the aa

[gem5-users] OpenMP code simulation in X86 SE mode

2014-03-14 Thread Aditya Deshpande
Hi All, I am trying to run NPB OpenMP benchmark code in X86 SE mode. I am getting many errors during simulation like - 1. fatal: syscall clock_gettime (#228) unimplemented .. [unimplementedFuncL build/X86_MESI_Two_Level/sim/syscall_emul.cc, line 83] 2. panic Tried to write unmapped address 0x6bf1

[gem5-users] grok.gem5.org (OpenGrok) Down

2014-03-14 Thread pushkar nandkar
Hi, grok.gem5.org is down. This is the message that I get. Proxy Error The proxy server received an invalid response from an upstream server. The proxy server could not handle the request *GET / *. Reason: *Error reading from remote server* --

Re: [gem5-users] Invalid choice error, on selecting --cpu--type as timing

2014-03-14 Thread Yuchen Hou
I have found some information about cpu-protocol combos here: http://www.gem5.org/Status_Matrix Yuchen On Fri, Mar 14, 2014 at 1:50 PM, Yuchen Hou wrote: > Hi Brian, > > I am working on a similar experiment and I just made a little progress > today. The command I used are as follows: > { > $ s

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

2014-03-14 Thread Aditya Deshpande
Thanks Amrish, I can modify the source code to add this information. Regards, Aditya ___ gem5-users mailing list gem5-users@gem5.org http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Re: [gem5-users] Invalid choice error, on selecting --cpu--type as timing

2014-03-14 Thread Yuchen Hou
Hi Brian, I am working on a similar experiment and I just made a little progress today. The command I used are as follows: { $ scons build/ALPHA_MOESI_hammer/gem5.opt $ build/ALPHA_MOESI_hammer/gem5.opt -d m5out/null --stats-file=stats.cpuc-16.txt configs/example/ruby_fs.py -n 16 --cpu-type=timing

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,

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

2014-03-14 Thread Aditya Deshpande
Hi, I want to run openmp code in SE mode using X86 architecture. I statically compiled the code with m5threads. Typically when I want to run openmp code I set environment variable OMP_NUM_THREADS to indicate how many threads to use before executing the program. How do I set this for SE simulation?

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] How to save a file in the disk image?

2014-03-14 Thread huangyongbing
Hi, You should change the disk model from CowIDE to RawIDE in the FSConfig.py. Best regards, Yongbing Huang From: gem5-users-boun...@gem5.org [mailto:gem5-users-boun...@gem5.org] On Behalf Of 夏飞 Sent: Friday, March 14, 2014 3:40 PM To: gem5-users@gem5.org Subject: [gem5-users]

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

2014-03-14 Thread 夏飞
Hi all, I boot the Linux kernel in a full system mode. Then I enter the booted system using term and create a new file in a directory (such as /home ). However, when I exit the Gem5, I cannot find the created file in the disk image. How to configure the simulator to save the