Discussion:
[gem5-users] --topology no such option
Parmida Vahdatnia
2018-08-10 12:02:39 UTC
Permalink
Hello all
I'm facing a problem using se.py with the topology XY_Mesh and garnet.
this is the command I use:
./build/X86/gem5.opt configs/example/se.py --num-cpus=16 --num-dirs=16
--network=garnet2.0 --topology=Mesh_XY --mesh-rows=4

and the errors are:

se.py: error: no such option: --network
se.py: error: no such option: --topology

and I remember that I didn't use to have this problem, my gem5 is updated
as well.
does anyone know how I can fix this?
thank you!
Parmida Vahdatnia
2018-08-10 12:37:38 UTC
Permalink
I also tried the flag

--garnet-network=fixed

but it says no such option again.

On Fri, Aug 10, 2018 at 4:32 PM, Parmida Vahdatnia <
Post by Parmida Vahdatnia
Hello all
I'm facing a problem using se.py with the topology XY_Mesh and garnet.
./build/X86/gem5.opt configs/example/se.py --num-cpus=16 --num-dirs=16
--network=garnet2.0 --topology=Mesh_XY --mesh-rows=4
se.py: error: no such option: --network
se.py: error: no such option: --topology
and I remember that I didn't use to have this problem, my gem5 is updated
as well.
does anyone know how I can fix this?
thank you!
Jason Lowe-Power
2018-08-10 14:08:08 UTC
Permalink
I believe you need to enable Ruby (--ruby).

BTW, I strongly encourage you to understand the runscripts you are using.
learning.gem5.org is a good place to start.

Jason

On Fri, Aug 10, 2018 at 5:37 AM Parmida Vahdatnia <
Post by Parmida Vahdatnia
I also tried the flag
--garnet-network=fixed
but it says no such option again.
On Fri, Aug 10, 2018 at 4:32 PM, Parmida Vahdatnia <
Post by Parmida Vahdatnia
Hello all
I'm facing a problem using se.py with the topology XY_Mesh and garnet.
./build/X86/gem5.opt configs/example/se.py --num-cpus=16 --num-dirs=16
--network=garnet2.0 --topology=Mesh_XY --mesh-rows=4
se.py: error: no such option: --network
se.py: error: no such option: --topology
and I remember that I didn't use to have this problem, my gem5 is updated
as well.
does anyone know how I can fix this?
thank you!
_______________________________________________
gem5-users mailing list
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
Parmida Vahdatnia
2018-08-13 05:30:58 UTC
Permalink
Thank you the --ruby was missing.
I started gem5 last year with reading your book and it was very useful.
thank you!
Post by Jason Lowe-Power
I believe you need to enable Ruby (--ruby).
BTW, I strongly encourage you to understand the runscripts you are using.
learning.gem5.org is a good place to start.
Jason
On Fri, Aug 10, 2018 at 5:37 AM Parmida Vahdatnia <
Post by Parmida Vahdatnia
I also tried the flag
--garnet-network=fixed
but it says no such option again.
On Fri, Aug 10, 2018 at 4:32 PM, Parmida Vahdatnia <
Post by Parmida Vahdatnia
Hello all
I'm facing a problem using se.py with the topology XY_Mesh and garnet.
./build/X86/gem5.opt configs/example/se.py --num-cpus=16 --num-dirs=16
--network=garnet2.0 --topology=Mesh_XY --mesh-rows=4
se.py: error: no such option: --network
se.py: error: no such option: --topology
and I remember that I didn't use to have this problem, my gem5 is
updated as well.
does anyone know how I can fix this?
thank you!
_______________________________________________
gem5-users mailing list
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
_______________________________________________
gem5-users mailing list
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
Loading...