[gem5-users] Re: How to execute python code in Full system mode

2021-11-21 Thread Jeongmin via gem5-users
I already installed the packages, and the program correctly runs on the qemu system. Modules like numpy and torch are well imported on the qemu image. I guess.. I should retry running the program and make a new checkpoint. Thank you, Pedro 2021년 11월 19일 (금) 오후 9:27, Pedro Becker via gem5-users 님

[gem5-users] How to execute python code in Full system mode

2021-11-19 Thread Jeongmin via gem5-users
Hello users, I'm trying to use gem5 full system mode to simulate my python code. I booted Ubuntu 16.04 OS and used vmlinux-5.4.49 as a kernel. I have executed the python code that prints "Hello world". After that, I ran another python which contained module imports. but It cannot find a module.

[gem5-users] How can I Run Full system on Ubuntu18.04 and X86?

2021-10-05 Thread Jeongmin via gem5-users
Hi All, I'm trying to use the Gem5 full system. but It doesn't work. These are my configurations -kernel = vmlinux-4.19.83 (5.4.49 / 4.14.134) -Ubuntu = ubuntu-18.04.6-live-server-amd64 (tried 16.04) -gem5 = 21.1.0.2 -X86 architecture -I will use an O3CPU and DRAMsim3. I made an image by using q