- 10 Sep, 2015 1 commit
-
-
Jonathan Jenkins authored
-
- 18 Aug, 2015 1 commit
-
-
Jonathan Jenkins authored
-
- 04 Aug, 2015 1 commit
-
-
Jonathan Jenkins authored
-
- 23 Jul, 2015 1 commit
-
-
Jonathan Jenkins authored
-
- 11 Mar, 2015 2 commits
-
-
Jonathan Jenkins authored
-
Jonathan Jenkins authored
-
- 16 Jan, 2015 1 commit
-
-
Jonathan Jenkins authored
same var name used for the "sequencing" macros
-
- 07 Nov, 2014 1 commit
-
-
Jonathan Jenkins authored
Tired of explaining that it's not a good representation of a WAN. Instead, it's now a simple point-to-point latency/bandwidth model.
-
- 03 Nov, 2014 1 commit
-
-
Jonathan Jenkins authored
-
- 09 Oct, 2014 1 commit
-
-
Jonathan Jenkins authored
NOTES: - torus does not use it, as it has some routing logic preventing direct usage. It probably can be done, but I'll leave that for later. - collectives in torus, dragonfly don't use it yet.
-
- 08 Aug, 2014 1 commit
-
-
Jonathan Jenkins authored
- N priorities processed in increasing order - queue for priority i not touched until 0...i-1 queues are empty - example injection API usage shown in test program - currently, only the priority scheduler has need of it
-
- 31 Jul, 2014 3 commits
-
-
Jonathan Jenkins authored
-
Jonathan Jenkins authored
-
Jonathan Jenkins authored
All configuration now proceeds on a per-LP level, and requires separate registration and configuration calls, as seen in the test programs. model_net_set_params is no longer used, and is replaced by model_net_register and model_net_configure. The dragonfly network, having two LP types bundled in the same code-path, is special-cased in the registration code. LP-mapping in model-net now has the following defaults: - counts via codes_mapping_get_lp_count are now with respect to the calling network LP's annotation. - when looking up network LPs via codes_mapping_get_lp_info/codes_mapping_get_lp_id, the annotation of the calling network LP is used. Hence, routing now occurs only between LPs of the same annotation. If the destination LP's group specified by model_net_*event does not contain a modelnet LP with the same annotation as the modelnet LP in the sender's group, then an error will occur (in codes_mapping). Known Issues: - modelnet users currently cannot specify which modelnet LP to use in the case of multiple modelnet LPs in the sender's group. This will be fixed in future commits after a consensus is reached on the best way to expose this information.
-
- 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
-
- 07 Jul, 2014 1 commit
-
-
mubarak authored
-
- 13 Jun, 2014 1 commit
-
-
mubarak authored
Adding collective modeling functions in model-net (currently only dragonfly/torus models support it)
-
- 23 May, 2014 1 commit
-
-
Jonathan Jenkins authored
- NOTE: the current scheduling policy of FCFS is hard-coded, this will change in future revisions - NOTE: random number generation has changed due to the differences in scheduling and packet ordering. Hence, results may be slightly different from runs prior to this commit
-
- 21 May, 2014 1 commit
-
-
Jonathan Jenkins authored
-
- 05 May, 2014 1 commit
-
-
Jonathan Jenkins authored
- pull itself not yet tested
-
- 23 Apr, 2014 1 commit
-
-
Jonathan Jenkins authored
-
- 21 Apr, 2014 1 commit
-
-
Jonathan Jenkins authored
-
- 16 Apr, 2014 1 commit
-
-
Jonathan Jenkins authored
-
- 13 Feb, 2014 1 commit
-
-
Misbah Mubarak authored
minor changes to model-net plug-in: (1) making the torus network's chunk size configurable (2) handling some edge cases which we haven't encountered so far but its good to have them for future
-
- 19 Dec, 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 Oct, 2013 1 commit
-
-
Philip Carns authored
- just a copy of simplenet with variables and functions renamed for now
-
- 29 Aug, 2013 2 commits
-
-
Misbah Mubarak authored
Adding statistics collection using lp-io in model-net API (comes from the simple-net stats collection), works for simple-net, torus and the dragonfly network models (updating comments)
-
Misbah Mubarak authored
Adding statistics collection using lp-io in model-net API (comes from the simple-net stats collection), works for simple-net, torus and the dragonfly network models
-
- 27 Aug, 2013 1 commit
-
-
Philip Carns authored
-
- 14 Aug, 2013 1 commit
-
-
Misbah Mubarak authored
-
- 08 Aug, 2013 2 commits
-
-
Misbah Mubarak authored
Adding dragonfly network model with codes, model-net-test case run time parameters are updated (see README_MN_TEST.txt for details)
-
Philip Carns authored
-
- 05 Aug, 2013 2 commits
-
-
Misbah Mubarak authored
Updates to modelnet torus plugin: reporting torus average+maximum latency and hops traversed via model-net API function
-
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 2 commits
-
-
Philip Carns authored
-
Philip Carns authored
-