[gem5-users] Multithreaded openMP in se mode

2018-05-12 Thread Singh, G.
Hi all, I ran a simple multithreaded helloworld code (as enclosed) with ARM I got "Panic:Page table fault when accessing virtual address" error. Then I tried running on X86 and it runs fine but in stats file I get "sim_seconds 18446744.073710" which is impossible. I used 4 cores as there are 4

Re: [gem5-users] Multi-threading on ARM timing CPU

2018-04-19 Thread Singh, G.
; Subject: Re: [gem5-users] Multi-threading on ARM timing CPU On Thu, Apr 19, 2018 at 11:08 PM, Singh, G. <g.si...@tue.nl> wrote: > Hi Ciro, > > Sorry for the late response. I had a lot of trouble setting up linux kernel > module on my server. > Indeed it works there. > >

Re: [gem5-users] Multi-threading on ARM timing CPU

2018-04-19 Thread Singh, G.
org> Subject: Re: [gem5-users] Multi-threading on ARM timing CPU On Tue, Apr 17, 2018 at 10:15 AM, Singh, G. <g.si...@tue.nl> wrote: > Hi, > > Please find enclosed the script file and the program code for matrix > multiplication which I tried. > Thanks. Which disk image / ke

Re: [gem5-users] Multi-threading on ARM timing CPU

2018-04-17 Thread Singh, G.
ailto:gem5-users-boun...@gem5.org] On Behalf Of Ciro Santilli Sent: Tuesday, 17 April 2018 10:04 To: gem5 users mailing list <gem5-users@gem5.org> Subject: Re: [gem5-users] Multi-threading on ARM timing CPU On Tue, Apr 17, 2018 at 8:10 AM, Singh, G. <g.si...@tue.nl> wrote: > Hi All, &

[gem5-users] Multi-threading on ARM timing CPU

2018-04-17 Thread Singh, G.
Hi All, I am trying to run a simple multi-threaded program on ARM processor with 4 cpu's and 4 threads. This program works perfectly for DerivO3CPU but the same program on timing model gives the errors given below. Actually I get the correct result but the program run does not complete. Also,

[gem5-users] Multithread with se.py

2018-04-05 Thread Singh, G.
Hi, I am trying run a multithreaded code in se mode but I don’t know how to specify the program to run on all the cores rather than just one. Please can someone help me with it Best, Gagan ___ gem5-users mailing list gem5-users@gem5.org

[gem5-users] gem5+NVMain

2018-03-27 Thread Singh, G.
Hi, I am trying to extend gem5 with NVMain simulator but I am facing some issues with it. I tried building NVMain with gem5 by following the instruction on http://wiki.nvmain.org/index.php?n=Site.Compiling It compiles perfectly but I am not able to pass all the nvmain argument,