- 29 Mar, 2016 1 commit
-
-
Misbah Mubarak authored
-
- 22 Jan, 2016 2 commits
-
-
Jonathan Jenkins authored
-
Misbah Mubarak authored
(i) Adding sampling for dragonfly compute node LPs (ii) Adding file I/O reader that translates the binary format to text
-
- 08 Jan, 2016 1 commit
-
-
Jonathan Jenkins authored
-
- 09 Dec, 2015 1 commit
-
-
Misbah Mubarak authored
Torus model revision: adding bubble flow control for deadlock prevention and updated congestion control
-
- 03 Dec, 2015 1 commit
-
-
Misbah Mubarak authored
-
- 30 Nov, 2015 1 commit
-
-
Misbah Mubarak authored
Changing the hash function to bj_hash_little2, more additions to the MPI Sim layer operation matching
-
- 18 Nov, 2015 1 commit
-
-
mubarak authored
-
- 10 Nov, 2015 1 commit
-
-
Misbah Mubarak authored
-
- 30 Sep, 2015 1 commit
-
-
Misbah Mubarak authored
-
- 28 Sep, 2015 1 commit
-
-
Misbah Mubarak authored
-
- 25 Sep, 2015 2 commits
-
-
Misbah Mubarak authored
-
Jonathan Jenkins authored
NOTE: caused an event size bump - you may need to update config files
-
- 14 Sep, 2015 1 commit
-
-
Misbah Mubarak authored
-
- 06 Sep, 2015 1 commit
-
-
Misbah Mubarak authored
Updated congestion control in dragonfly: now messages are saved in a waiting list at the routers in case of buffer overflows
-
- 30 Aug, 2015 1 commit
-
-
Misbah Mubarak authored
-
- 18 Aug, 2015 2 commits
-
-
Misbah Mubarak authored
-
Misbah Mubarak authored
Updating torus network model: now generates one chunk at a time and holds off another until the previous one is sent
-
- 04 Aug, 2015 3 commits
-
-
Jonathan Jenkins authored
-
Misbah Mubarak authored
-
Misbah Mubarak authored
-
- 30 Jul, 2015 1 commit
-
-
Misbah Mubarak authored
Adding group level mapping in the dragonfly: multiple routers can now be specified in the config file
-
- 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
-
- 08 Apr, 2015 1 commit
-
-
Misbah Mubarak 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.
-
- 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.
-
- 06 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)
-
- 21 May, 2014 1 commit
-
-
Jonathan Jenkins authored
-