> On Jan. 8, 2016, 7:13 p.m., Andreas Hansson wrote:
> > configs/example/sw.py, line 1
> > <http://reviews.gem5.org/r/3231/diff/1/?file=52020#file52020line1>
> >
> >     The name of this file is not particularly descriptive. Also, perhaps we 
> > should add a configs/dist/ subdirectory? I guess there will be more scripts 
> > related to distributed gem5?
> >     
> >     I also don't understand how this script interacts with the other 
> > scripts. Is this a top-level? If so, where is the rest of the system?

Just like fs.py which creates a full system, sw.py creates and simulate an 
Ethenet switch-box. It means that the whole gem5 process just simulates an 
Ethernet switch, nothing else. It seems inefficience but the purpose of this 
script is just to provide an example of how to create/simulate a switch box in 
dist-gem5. A more efficient way is to simulate the switch alongside a 
full-system. 
For now this is the only script specifically for dist-gem5. I'm not sure if we 
need the dist/ subdir now.


- Mohammad


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviews.gem5.org/r/3231/#review7846
-----------------------------------------------------------


On Nov. 19, 2015, 8:16 p.m., Mohammad Alian wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://reviews.gem5.org/r/3231/
> -----------------------------------------------------------
> 
> (Updated Nov. 19, 2015, 8:16 p.m.)
> 
> 
> Review request for Default.
> 
> 
> Repository: gem5
> 
> 
> Description
> -------
> 
> Distributed gem5 is the result of the convergence effort between multi-gem5 
> and pd-gem5. It relies on the base multi-gem5 infrastructure for packet 
> forwarding, synchronisation and checkpointing but combines those with the 
> elaborated network switch model from pd-gem5.
> 
> 
> Diffs
> -----
> 
>   configs/example/sw.py PRE-CREATION 
> 
> Diff: http://reviews.gem5.org/r/3231/diff/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Mohammad Alian
> 
>

_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to