- 08 Jan, 2016 1 commit
-
-
Jonathan Jenkins authored
-
- 02 Dec, 2015 1 commit
-
-
Misbah Mubarak authored
-
- 24 Nov, 2015 1 commit
-
-
Misbah Mubarak authored
-
- 30 Sep, 2015 1 commit
-
-
Misbah Mubarak authored
-
- 25 Sep, 2015 1 commit
-
-
Jonathan Jenkins authored
NOTE: caused an event size bump - you may need to update config files
-
- 14 Sep, 2015 1 commit
-
-
Jonathan Jenkins authored
-
- 06 Sep, 2015 1 commit
-
-
Misbah Mubarak authored
Updated congestion control in dragonfly: now messages are saved in a waiting list at the routers in case of buffer overflows
-
- 30 Aug, 2015 1 commit
-
-
Misbah Mubarak authored
-
- 10 Aug, 2015 1 commit
-
-
Jonathan Jenkins authored
-
- 04 Aug, 2015 1 commit
-
-
Jonathan Jenkins authored
-
- 20 Aug, 2014 1 commit
-
-
Jonathan Jenkins authored
Rather than model-net LPs directly sending messages to other model-net LPs, LPs can route the intended message through the scheduler interface to be queued up for reception by the receiver (see the diff of loggp.c). This has the benefit of enabling things like priority and fairness for N->1 communication patterns. Currently, no packetizing is supported, and I haven't yet wrote checks for it - beware. Loggp is currently the only supported model. simplenet could also be supported without much trouble, but I doubt there's any demand for it at the moment. This should NOT be used by the dragonfly/torus models, as they have their own routing backend.
-
- 08 Jul, 2014 1 commit
-
-
Jonathan Jenkins authored
- "modelnet" parameter in cfg is now a no-op - "modelnet_order" parameter in cfg is required, listing order in which networks are indexed to the model - modified "model_net_set_params" signature - updated tests to use the new interface
-
- 23 May, 2014 1 commit
-
-
Jonathan Jenkins authored
-
- 23 Apr, 2014 1 commit
-
-
Jonathan Jenkins authored
-
- 11 Nov, 2013 1 commit
-
-
Philip Carns authored
-
- 13 Oct, 2013 1 commit
-
-
Philip Carns authored
-
- 10 Oct, 2013 1 commit
-
-
Philip Carns authored
also misc update to how loggp method plugs into modelnet
-
- 09 Aug, 2013 1 commit
-
-
Misbah Mubarak authored
Updates to modelnet (1) Updated the mapping configuration for dragonfly (the mapping now distributes the routers equally on all the PES. The old dragonly mapping configuration was placing the routers on a single PE which was causing congestion on that PE leading to slow model performance in parallel ) (2) Updated 'make check' to handle dragonfly and torus test cases as well (3) Remove the num_servers argument from model-net test case, the number of servers are now calculated from the config file (4) Placing the ross mapping parameters in the codes mapping file
-
- 05 Aug, 2013 1 commit
-
-
Misbah Mubarak authored
Adding the torus network plugin with modelnet API, see model-net/README_MN_TEST.txt for instructions to run the test
-
- 31 Jul, 2013 1 commit
-
-
Misbah Mubarak authored
Updates to model-net test program based on the new config file format. We can now configure all network parameters from the config file
-
- 30 Jul, 2013 1 commit
-
-
Philip Carns authored
-