- 08 Jan, 2016 3 commits
-
-
Jonathan Jenkins authored
-
Jonathan Jenkins authored
NOTE: no models implement it yet
-
Jonathan Jenkins authored
-
- 06 Jan, 2016 1 commit
-
-
Jonathan Jenkins authored
-
- 25 Sep, 2015 3 commits
-
-
Jonathan Jenkins authored
NOTE: caused an event size bump - you may need to update config files
-
Jonathan Jenkins authored
-
Misbah Mubarak authored
-
- 23 Sep, 2015 1 commit
-
-
Jonathan Jenkins authored
-
- 17 Aug, 2015 1 commit
-
-
Jonathan Jenkins authored
-
- 10 Aug, 2015 1 commit
-
-
Jonathan Jenkins authored
-
- 04 Aug, 2015 1 commit
-
-
Jonathan Jenkins authored
-
- 28 Apr, 2015 1 commit
-
-
Jonathan Jenkins authored
-
- 03 Apr, 2015 1 commit
-
-
Jonathan Jenkins authored
-
- 25 Feb, 2015 1 commit
-
-
Jonathan Jenkins authored
Introduced back when I added a "last-hop" queue to allow prioritized messages to go to the front of the set of msgs loggp is to receive. Haven't yet put it in other models (simple*), so RNG bug doesn't affect there yet.
-
- 08 Jan, 2015 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.
-
- 29 Aug, 2014 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.
-
- 15 Aug, 2014 2 commits
-
-
Jonathan Jenkins authored
- previously, packet issues were done without any consideration for device availability - within epsilon, preventing any meaningful scheduling - enabled for loggp only, other networks will be incorporated shortly
-
Jonathan Jenkins authored
-
- 31 Jul, 2014 2 commits
-
-
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.
-
- 24 Jul, 2014 1 commit
-
-
Jonathan Jenkins authored
-
- 18 Jul, 2014 1 commit
-
-
Jonathan Jenkins authored
-
- 08 Jul, 2014 1 commit
-
-
Jonathan Jenkins authored
-
- 13 Jun, 2014 1 commit
-
-
mubarak authored
Adding collective modeling functions in model-net (currently only dragonfly/torus models support it)
-
- 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
-
- 16 Apr, 2014 1 commit
-
-
Jonathan Jenkins authored
-
- 08 Apr, 2014 1 commit
-
-
Shane Snyder authored
This prevents simulations that run for a certain duration from crashing rather than ending when simulation time is reached.
-
- 28 Feb, 2014 1 commit
-
-
Philip Carns authored
-
- 19 Dec, 2013 1 commit
-
-
Philip Carns authored
-
- 16 Oct, 2013 2 commits
-
-
Philip Carns authored
-
Philip Carns authored
-
- 15 Oct, 2013 4 commits
-
-
Philip Carns authored
-
Philip Carns authored
-
Philip Carns authored
- not producing correct results yet
-
Philip Carns authored
-
- 13 Oct, 2013 1 commit
-
-
Philip Carns authored
-