- 04 Mar, 2015 1 commit
-
-
Misbah Mubarak authored
-
- 27 Feb, 2015 4 commits
-
-
Misbah Mubarak authored
-
Misbah Mubarak authored
-
Misbah Mubarak authored
-
Misbah Mubarak authored
-
- 25 Feb, 2015 2 commits
-
-
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.
-
mubarak authored
-
- 26 Jan, 2015 1 commit
-
-
mubarak authored
-
- 16 Jan, 2015 1 commit
-
-
Jonathan Jenkins authored
same var name used for the "sequencing" macros
-
- 08 Jan, 2015 1 commit
-
-
Jonathan Jenkins authored
-
- 05 Jan, 2015 1 commit
-
-
mubarak authored
-
- 23 Dec, 2014 1 commit
-
-
mubarak authored
-
- 22 Dec, 2014 1 commit
-
-
Jonathan Jenkins authored
-
- 10 Dec, 2014 1 commit
-
-
Jonathan Jenkins authored
doesn't support IO operations
-
- 13 Nov, 2014 1 commit
-
-
Jonathan Jenkins authored
-
- 07 Nov, 2014 2 commits
-
-
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.
-
Jonathan Jenkins authored
-
- 06 Nov, 2014 4 commits
-
-
Jonathan Jenkins authored
-
Jonathan Jenkins authored
-
Jonathan Jenkins authored
-
Jonathan Jenkins authored
-
- 05 Nov, 2014 2 commits
-
-
Jonathan Jenkins authored
-
Jonathan Jenkins authored
-
- 04 Nov, 2014 3 commits
-
-
Jonathan Jenkins authored
-
Jonathan Jenkins authored
-
Jonathan Jenkins authored
-
- 03 Nov, 2014 4 commits
-
-
Jonathan Jenkins authored
-
Jonathan Jenkins authored
-
Jonathan Jenkins authored
-
Jonathan Jenkins authored
-
- 09 Oct, 2014 2 commits
-
-
Jonathan Jenkins authored
-
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.
-
- 19 Aug, 2014 2 commits
-
-
Jonathan Jenkins authored
-
Jonathan Jenkins authored
-
- 18 Aug, 2014 1 commit
-
-
Jonathan Jenkins authored
-
- 15 Aug, 2014 2 commits
-
-
Jonathan Jenkins authored
Torus and simplewan each have problems precluding them from the current scheduling fix: - simplewan - each "device" has N input/output ports. It can't simply tell the scheduler when they are (it is?) idle because the scheduler doesn't know which packets go to which ports - torus - also has N input/output ports (two for each dimension). Also, the same routing "queue" (via the "next_link_available_time" var) is used for incoming and outgoing messages, so we can't guarantee the scheduler that we'll be available at time x (an incoming msg could arrive and then be routed at time x-1). This isn't a problem for the dragonfly network as terminals aren't intermediate routers. Ideally what needs to happen here is for the intermediate packets/chunks to be queued up in the scheduler.
-
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
-