- 07 Sep, 2016 1 commit
-
-
Nikhil authored
Documentation in src/networks/model-net/doc/README.fattree.txt This commit is joint work by Jens Domke and Nikhil Jain. Jens did all the ground work for dumping the topology and reading the routing tables. He also wrote the scripts that perform the intermediate steps that generate the routing tables using the topology. Nikhil integrated Jens's changes into CODES by breaking them into a 3 step process as described in src/networks/model-net/doc/README.fattree.txt. Change-Id: I1478fb2ab83b9ded0673d8f897e09a423868795a
-
- 28 Aug, 2016 1 commit
-
-
Nikhil authored
Change-Id: I6385db30cb3a26db69c117c793c1ebd2543d8e9f
-
- 23 Aug, 2016 1 commit
-
-
Noah Wolfe authored
-
- 22 Aug, 2016 37 commits
-
-
Nikhil authored
Change-Id: I4aa8fb074b9142a0bc2a2311c158a356f12f79cb
-
Nikhil authored
Change-Id: I31e9ca9f33dc4829e60c69baf9fca45efd7a0f62
-
Nikhil authored
Change-Id: I85a8e0d27966afda2dabfbc10a37f91ee838a1af
-
Nikhil authored
Change-Id: Ic968ed172e51862dbcfc63050f51ef0b5d01a3cf
-
Nikhil authored
Change-Id: I6677c21ebce465ab18ece457b839fa374615da75
-
Nikhil authored
Change-Id: Iea68b2f46526244d4c5f874b6f4b844af3e697f2
-
Nikhil authored
Change-Id: Ib1c9872d295dbd61d7e2dc16e5269f111107938b
-
Nikhil authored
Change-Id: If8c21b26eb9c04ee640e3ba3a4ab170a5b5e4555
-
Noah Wolfe authored
- Moved switch reverse event handlers into separate functions located before their forward counterparts.
-
Noah Wolfe authored
-
Noah Wolfe authored
- Initialized missing variables in terminal_init to zero - Optimistic net events number is very close to sequential net events - Vc_occupany and terminal_length changed to increment/decrement by chunk_size instead of packet_size in packet_send_rc() - Updated packet_send() to handle chunk level - Many changes of packet_size to chunk_size
-
Noah Wolfe authored
-
Noah Wolfe authored
-
Noah Wolfe authored
-
Noah Wolfe authored
- Add injection load functionality to workload file - Correspondingly adjusted stats collection to include load - Cleaned up log file offsets to match header
-
Noah Wolfe authored
- Stats are output to log file in modelnet-test directory - Stats are added from terminal_final(), switch_final(), report_stats(), and within main() of the synthetic workload file - Stats include ROSS sim metrics (i.e. synch mode, gvt-interval, rollbacks, etc.), as well as network params/results (i.e. num terminals, num switches, workload, avg latency, max latency, etc)
-
Noah Wolfe authored
-
Noah Wolfe authored
-
Noah Wolfe authored
- Moved terminal reverse event handlers into separate functions located before their forward counterparts. - Cleaned up previously commented code
-
Noah Wolfe authored
- Cleaned packet_generate() - Fixed bug in decrementing terminal_length
-
Noah Wolfe authored
-
Noah Wolfe authored
-
Noah Wolfe authored
-
Noah Wolfe authored
- Updated terminal packet generate rc handler - Updated terminal packet arrive rc handler - Added missing mn_stats - Added DEBUG_RC flag to turn on data collection and output to tally all forward and reverse event handlers
-
Noah Wolfe authored
-
Noah Wolfe authored
- Cleaned up debug printf output - Added rc_stack_push and pop (replacing copy function) - Deleted copy_fattree_list_entry() and create_prepend_to_fattree_message_list() functions (functionality replaced with rc_stack)
-
Noah Wolfe authored
Added missing RC stack creation (fixes segfault in previous commit) Cleaned up code Needs verification
-
Noah Wolfe authored
- Cleaned up handle_kickoff_event() - UR traffic no longer generates messages with destination to self - Added num_chunks config param (fixes segfault in hash chunk tracking)
-
Noah authored
-
Noah Wolfe authored
-
Noah Wolfe authored
-
Noah Wolfe authored
-
Noah Wolfe authored
-
Noah Wolfe authored
Fat Tree model finally compilesgit add src/networks/model-net/fattree.c codes/net/fattree.h ! Hooray./gephi/bin/gephi Many changes/updates have been made. Guarenteed to have bugs.
-
Noah Wolfe authored
Added msg_start_time to fattree.h. Appended fattree to the begining of the terminal_magic_num variable name. Updated packet_event()
-
Noah Wolfe authored
added terminal_magic_number to fattree.c. Calculated in ft_terminal_init(). Copied in switch_credit_send(), ft_packet_generate(), ft_packet_send(), ft_terminal_buf_update().
-
Noah Wolfe authored
-