- 17 Aug, 2015 1 commit
-
-
Jonathan Jenkins authored
-
- 10 Aug, 2015 1 commit
-
-
Jonathan Jenkins authored
-
- 06 Aug, 2015 1 commit
-
-
Misbah Mubarak authored
-
- 04 Aug, 2015 3 commits
-
-
Jonathan Jenkins authored
-
Misbah Mubarak authored
-
Misbah Mubarak authored
-
- 30 Jul, 2015 2 commits
-
-
Misbah Mubarak authored
Adding group level mapping in the dragonfly: multiple routers can now be specified in the config file
-
Jonathan Jenkins authored
-
- 23 Jul, 2015 2 commits
-
-
Misbah Mubarak authored
-
Jonathan Jenkins authored
-
- 18 Jun, 2015 1 commit
-
-
Jonathan Jenkins authored
-
- 17 Jun, 2015 1 commit
-
-
Jonathan Jenkins authored
-
- 05 Jun, 2015 1 commit
-
-
Misbah Mubarak authored
Adding rough version of history window in dragonfly adaptive routing. Updating the simulation to display more stats
-
- 04 Jun, 2015 1 commit
-
-
Misbah Mubarak authored
Adding further updates to the dragonfly routing (statistics for adaptive routing updated, conditions for queue congestion sensing updated)
-
- 03 Jun, 2015 1 commit
-
-
Misbah Mubarak authored
1) Adding dragonfly adaptive and prog-adaptive routing algorithms--- still testing with more workloads and crosschecking the computation 2) Two bug fixes in credit-based flow control
-
- 27 May, 2015 1 commit
-
-
Jonathan Jenkins authored
-
- 06 May, 2015 1 commit
-
-
Jonathan Jenkins authored
-
- 28 Apr, 2015 1 commit
-
-
Jonathan Jenkins authored
-
- 21 Apr, 2015 1 commit
-
-
Jonathan Jenkins authored
-
- 10 Apr, 2015 1 commit
-
-
Misbah Mubarak authored
-
- 09 Apr, 2015 5 commits
-
-
Jonathan Jenkins authored
-
Jonathan Jenkins authored
-
Jonathan Jenkins authored
-
Misbah Mubarak authored
-
Jonathan Jenkins authored
-
- 08 Apr, 2015 1 commit
-
-
Misbah Mubarak authored
-
- 03 Apr, 2015 1 commit
-
-
Jonathan Jenkins authored
-
- 31 Mar, 2015 1 commit
-
-
Misbah Mubarak authored
-
- 24 Mar, 2015 1 commit
-
-
Jonathan Jenkins authored
-
- 19 Mar, 2015 1 commit
-
-
Misbah Mubarak 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.
-
- 16 Jan, 2015 1 commit
-
-
Jonathan Jenkins authored
same var name used for the "sequencing" macros
-
- 08 Jan, 2015 1 commit
-
-
Jonathan Jenkins authored
-
- 22 Dec, 2014 1 commit
-
-
Jonathan Jenkins authored
-
- 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.
-
- 29 Aug, 2014 1 commit
-
-
Jonathan Jenkins authored
-
- 21 Aug, 2014 1 commit
-
-
Jonathan Jenkins authored
(have NO idea how the triton tests passed without this...)
-
- 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.
-