[gem5-users] Re: Problem with checkpoint and restoration in gem5 se mode

2021-12-14 Thread Jordi Vaquero via gem5-users
Hello Gelin and Giacomo, Recently I was using gem5 in se mode to run some SPEC 2006 runs and I realize there is some checkpoint retrieval problem. In my case it doesn't behave like in Gelin case, but I though that better add it here than create a new thread. Some information, I am worki

[gem5-users] Re: Run benchmark with multiple input arguments

2022-02-22 Thread Jordi Vaquero via gem5-users
Hi Rosen, try adding  a space before the "-c". So the -o option stays like -o ' -c 10'  I found that before and the extra space avoids the problem. Jordi Activat Tue, 22 Feb 2022 07:17:57 +0100 Rosen Lu via gem5-users va escriure Dear All, I just downloaded the ve

[gem5-users] Re: AttributeError: module 'm5' has no attribute 'main'

2021-02-11 Thread Jordi Vaquero via gem5-users
Hi, Python 3 has a package called M5 ( i think it is related with html). If that is installed in your python environment might be included before the gem5 m5 package. You can open a python3 console and   import m5   Print ( m5.__dict__)That might give you a hint o