- 13 Jul, 2016 1 commit
-
-
Elsa Gonsiorowski (Eris) authored
-
- 08 Jan, 2016 1 commit
-
-
Jonathan Jenkins authored
-
- 29 Aug, 2014 1 commit
-
-
Jonathan Jenkins authored
-
- 31 Jul, 2014 1 commit
-
-
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.
-
- 18 Jul, 2014 1 commit
-
-
Jonathan Jenkins authored
-
- 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
-
- 30 Jun, 2014 1 commit
-
-
mubarak authored
-
- 11 Jun, 2014 1 commit
-
-
mubarak authored
-
- 21 May, 2014 1 commit
-
-
Jonathan Jenkins authored
-
- 05 May, 2014 2 commits
-
-
Jonathan Jenkins authored
- currently stupid, stats don't really mean anything when pulling - enable manually by setting do_pull = 1 (no cmdline option yet)
-
Jonathan Jenkins authored
- pull itself not yet tested
-
- 10 Jan, 2014 1 commit
-
-
Philip Carns authored
- these calls should be made by the top level model only, so that all results are consolidated into the same subdirectory - add corresponding calls to modelnet test programs
-
- 13 Oct, 2013 1 commit
-
-
Philip Carns authored
-
- 29 Aug, 2013 1 commit
-
-
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
-
- 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
-
- 08 Aug, 2013 1 commit
-
-
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)
-
- 07 Aug, 2013 1 commit
-
-
Misbah Mubarak authored
Fixing a minor bug in the model-net test case, the number of servers was specified incorrectly for the simplenet case
-
- 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 2 commits
-
-
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
-
Philip Carns authored
-
- 30 Jul, 2013 1 commit
-
-
Philip Carns authored
-