[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] Re: Basic question on gem5 configuration script for multi-threaded workload

2021-11-21 Thread Sachin Vijay Kumar via gem5-users
Hi Gabe, Thanks for the suggestion, it worked. I used "se.py" file and submitted workload. It seems that for multithreaded work load, if number of threads is equal to number of cores, things work. I used --debug flag to verify whether both cores are running. But unfortunately, I have ran into anot