Re: [gem5-users] [EXT] Re: Look into my running simulation

2018-10-17 Thread Vitorio Cargnini (lcargnini)
make it work, I want to trace a benchmark run on my gem5 and later only feed my system with the traces. Regards, Vitorio. From: Ciro Santilli [mailto:ciro.santi...@gmail.com] Sent: Wednesday, October 17, 2018 12:05 AM To: gem5 users mailing list ; Vitorio Cargnini (lcargnini) Subject: [EXT] Re

Re: [gem5-users] [EXT] Full System Simulation complains about a missing "vmlinux.aarch32.ll_20131205.0-gem5"

2018-10-17 Thread Vitorio Cargnini (lcargnini)
Amine, Two possible things: One: set M5_PATH environment variable Two: modify configs/common/SysPath.py and edit the path and remove /m5 and add your own path Try one of them or both fixes. Regards, Luis Vitorio. From: gem5-users [mailto:gem5-users-boun...@gem5.org] On Behalf Of Amine Marre

[gem5-users] Look into my running simulation

2018-10-16 Thread Vitorio Cargnini (lcargnini)
Hello, I set a running simulation, with a SPEC benchmark. However this it is running for some days already. So I want to check if everything it is fine with the simulated system, if it is really running. The reason it is: I have my installation in /home/folder/folder. However I'm running from a

Re: [gem5-users] [EXT] Re: Error trying to generate a elastic trace file on gem5

2018-10-09 Thread Vitorio Cargnini (lcargnini)
-users] Error trying to generate a elastic trace file on gem5 For elastic trace support to be built in, scons needs to detect that you have protobuf support on your system. Gabe On Mon, Oct 8, 2018 at 8:46 PM Vitorio Cargnini (lcargnini) mailto:lcargn...@micron.com>> wrote: Hello, I’m

[gem5-users] Error trying to generate a elastic trace file on gem5

2018-10-08 Thread Vitorio Cargnini (lcargnini)
Hello, I'm trying to generate a elastic trace run, however I get the following errors: First attempt (CPU Type error): ./build/X86_MOESI_AMD_Base/gem5.opt configs/example/fs.py --smt --sys-clock=3GHz --mem-type=DDR4_2400_16x4 --mem-channels=8 --mem-ranks=4 --mem-size=16GB --caches --l2cache --l

[gem5-users] Linux images --booting newer systems - Gem5 FS

2018-10-03 Thread Vitorio Cargnini (lcargnini)
Hello, Question please do gem5 support booting an image disk file that contains UEFI? REgards, Vitorio ___ gem5-users mailing list gem5-users@gem5.org http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Re: [gem5-users] [EXT] Re: New image of Ubuntu 17.x with custom kernel (append build string -gem5) - kernel Panic

2018-04-11 Thread Vitorio Cargnini (lcargnini)
ng Romain Naour and possibly getting Micron to sponsor: https://elinux.org/Buildroot:GSoC2017Ideas#Support_for_LLVM :-) On Tue, Apr 10, 2018 at 7:21 PM, Vitorio Cargnini (lcargnini) wrote: > Ouch... > Nope, I haven't. > I noticed it is linking with uClibc, instead of glibc, I coul

Re: [gem5-users] [EXT] Re: New image of Ubuntu 17.x with custom kernel (append build string -gem5) - kernel Panic

2018-04-10 Thread Vitorio Cargnini (lcargnini)
Have you tried to use -static as I mentioned at: https://github.com/cirosantilli/linux-kernel-module-cheat/issues/22#issuecomment-379891894 ? On Tue, Apr 10, 2018 at 5:49 PM, Vitorio Cargnini (lcargnini) wrote: > Ok, > > > > No worries Ciro, > > > > I tested the environm

Re: [gem5-users] [EXT] Re: New image of Ubuntu 17.x with custom kernel (append build string -gem5) - kernel Panic

2018-04-10 Thread Vitorio Cargnini (lcargnini)
MU does not) Let me know if you find a config that works for both QEMU and gem5. On Thu, Apr 5, 2018 at 6:49 PM, Vitorio Cargnini (lcargnini) mailto:lcargn...@micron.com>> wrote: Hi Ciro, Thanks again, looking into your session 12.9.2 that it is exactly the error I have. However, i

Re: [gem5-users] [EXT] Re: New image of Ubuntu 17.x with custom kernel (append build string -gem5) - kernel Panic

2018-04-05 Thread Vitorio Cargnini (lcargnini)
M5_PATH='${gem5_build_dir}/system' \ ${debug_vm} \ -'${gem5_src_dir}/build/${gem5_arch}/gem5.opt' \ +'${gem5_src_dir}/build/X86_MOESI_AMD_Base/gem5.opt' \ --debug-file=trace.txt \ ${gem5opts} \ -d '${m5out_dir}' \ On Wed, Apr 4, 2018 at 9:30 PM, Vitorio Carg

Re: [gem5-users] [EXT] Re: New image of Ubuntu 17.x with custom kernel (append build string -gem5) - kernel Panic

2018-04-05 Thread Vitorio Cargnini (lcargnini)
--- a/run +++ b/run @@ -134,7 +134,7 @@ if "$gem5"; then gem5_common="\ M5_PATH='${gem5_build_dir}/system' \ ${debug_vm} \ -'${gem5_src_dir}/build/${gem5_arch}/gem5.opt' \ +'${gem5_src_dir}/build/X86_MOESI_AMD_Base/gem5.opt' \ --debug-file=trace.txt \ ${g

Re: [gem5-users] [EXT] Re: New image of Ubuntu 17.x with custom kernel (append build string -gem5) - kernel Panic

2018-04-04 Thread Vitorio Cargnini (lcargnini)
off - m5 exit On Tue, Mar 27, 2018 at 9:21 PM, Vitorio Cargnini (lcargnini) wrote: > Hello, > > > I buit an image of the latest uBuntu 17.10 and added the m5 binary into it. > Created a custom kernel (pretty much the same config just compiled and > appended my additional stri

[gem5-users] Crashing while trying to boot a FS

2018-04-03 Thread Vitorio Cargnini (lcargnini)
Hello, I'm trying to boot an image of latest Gentoo, it goes on terminal as further as it is pointing down: [0.907245] sd 0:0:0:0: [sda] Attached SCSI disk [0.909969] scsi 0:0:1:0: Direct-Access ATA M5 IDE Disk n/a PQ: 0 ANSI: 5 [0.910335] sd 0:0:1:0: [sdb] 4177920 5

[gem5-users] New image of Ubuntu 17.x with custom kernel (append build string -gem5) - kernel Panic

2018-03-27 Thread Vitorio Cargnini (lcargnini)
Hello, I buit an image of the latest uBuntu 17.10 and added the m5 binary into it. Created a custom kernel (pretty much the same config just compiled and appended my additional string name). Started the gem5 Full-System using the configs/example/fs.py. Using the supplied gentoo image all wor

Re: [gem5-users] [EXT] Re: Running Dist-gem5

2017-12-19 Thread Vitorio Cargnini (lcargnini)
: Running Dist-gem5 On Fri, Dec 15, 2017 at 2:20 PM, Vitorio Cargnini (lcargnini) mailto:lcargn...@micron.com>> wrote: Thanks Mohammad, Everything it is working now. However, a question, how do I can capture the ‘virtual terminal.’ because I the script I passed was supposed to run /bin/ho

Re: [gem5-users] [EXT] Re: Running Dist-gem5

2017-12-15 Thread Vitorio Cargnini (lcargnini)
mailing list Subject: Re: [gem5-users] [EXT] Re: Running Dist-gem5 add a "t" at the end of tick number: --dist-sync-start=1t On Mon, Dec 11, 2017 at 12:40 PM, Vitorio Cargnini (lcargnini) mailto:lcargn...@micron.com>> wrote: Thanks Mohammad, I tried and got the foll

Re: [gem5-users] [EXT] Re: Running Dist-gem5

2017-12-12 Thread Vitorio Cargnini (lcargnini)
: Re: [gem5-users] [EXT] Re: Running Dist-gem5 add a "t" at the end of tick number: --dist-sync-start=1t On Mon, Dec 11, 2017 at 12:40 PM, Vitorio Cargnini (lcargnini) mailto:lcargn...@micron.com>> wrote: Thanks Mohammad, I tried and got the following in the log(lo

Re: [gem5-users] [EXT] Re: Running Dist-gem5

2017-12-11 Thread Vitorio Cargnini (lcargnini)
uot;--cf-args" argument in your launch script: --cf-args --dist-sync-start=10000 Best, Mohammad On Fri, Dec 8, 2017 at 12:36 PM, Vitorio Cargnini (lcargnini) mailto:lcargn...@micron.com>> wrote: Thanks Mohammad I made some changes and attempted again, it worked but for

Re: [gem5-users] [EXT] Re: Running Dist-gem5

2017-12-08 Thread Vitorio Cargnini (lcargnini)
unning Dist-gem5 Please look at the content of log.* not m5out.*/stats.txt . It's not surprising that stats.txt is empty ... On Thu, Dec 7, 2017 at 11:55 AM, Vitorio Cargnini (lcargnini) mailto:lcargn...@micron.com>> wrote: Hi, The m5out.*/stats.txt from everyone are empty. However,

Re: [gem5-users] [EXT] Re: Running Dist-gem5

2017-12-07 Thread Vitorio Cargnini (lcargnini)
out why the simulation gets killed. Don't only look at log.switch. If one of the gem5 processes aborts then the entire dist-gem5 simulation will be killed. On Wed, Dec 6, 2017 at 1:50 PM, Vitorio Cargnini (lcargnini) mailto:lcargn...@micron.com>> wrote: Hi Mohammad, Thank you for

Re: [gem5-users] [EXT] Re: Running Dist-gem5

2017-12-07 Thread Vitorio Cargnini (lcargnini)
Dec 6, 2017 at 1:50 PM, Vitorio Cargnini (lcargnini) mailto:lcargn...@micron.com>> wrote: Hi Mohammad, Thank you for the prompt response. I checked the log.switch the first erros and I fixed was the path, the script needs full-paths to work, so, I fixed that, once I tried again, it executed a

Re: [gem5-users] [EXT] Re: Running Dist-gem5

2017-12-06 Thread Vitorio Cargnini (lcargnini)
s like this: export LSB_MCPU_HOSTS="host_name0 4 host_name1 4" Best, Mohammad On Tue, Dec 5, 2017 at 6:03 PM, Vitorio Cargnini (lcargnini) mailto:lcargn...@micron.com>> wrote: Hello, Please, what exactly do I need to run dist-gem5 with the –-dist? I’m trying, however it fails

[gem5-users] Running Dist-gem5

2017-12-05 Thread Vitorio Cargnini (lcargnini)
Hello, Please, what exactly do I need to run dist-gem5 with the --dist? I'm trying, however it fails with "Failed ot start switch" Also, what do I need in place for it start distributed acroos nodes, instead of launching multiple/parallel runs in the 'localhost'. Regards, Vitorio.

Re: [gem5-users] [EXT] Re: Error compiling on MacOS High Sierra

2017-11-28 Thread Vitorio Cargnini (lcargnini)
Hi, I had this same issue, however, it was because I attempt to compile with Python3 instead of 2, this may be your problem on MacOS. Regards, Vitorio. From: gem5-users [mailto:gem5-users-boun...@gem5.org] On Behalf Of Gabe Black Sent: Tuesday, November 28, 2017 1:55 PM To: gem5 users mailing