Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Xin Wang
codes-dev
Commits
bb71bdc0
Commit
bb71bdc0
authored
Dec 03, 2015
by
Misbah Mubarak
Browse files
minor changes to synthetic workload
parent
87af383c
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/models/network-workloads/conf/modelnet-synthetic-dragonfly.conf
View file @
bb71bdc0
...
...
@@ -25,5 +25,5 @@ PARAMS
global_bandwidth
=
"4.7"
;
cn_bandwidth
=
"5.25"
;
message_size
=
"512"
;
routing
=
"
non
minimal"
;
routing
=
"minimal"
;
}
src/models/networks/model-net/dragonfly.c
View file @
bb71bdc0
...
...
@@ -1061,7 +1061,6 @@ void packet_generate(terminal_state * s, tw_bf * bf, terminal_message * msg,
msg
->
my_g_hop
=
0
;
msg
->
intm_group_id
=
-
1
;
//if(msg->dest_terminal_id == TRACK)
if
(
msg
->
packet_ID
==
TRACK_PKT
)
printf
(
"
\n
Packet %ld generated at terminal %d dest %ld size %d num chunks %d "
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment