Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Xin Wang
codes-dev
Commits
c2f135d4
Commit
c2f135d4
authored
Sep 21, 2015
by
Misbah Mubarak
Browse files
Removing a debug statement
parent
7b30712d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/models/networks/model-net/dragonfly.c
View file @
c2f135d4
...
...
@@ -476,7 +476,6 @@ static void dragonfly_read_config(const char * anno, dragonfly_param *params){
p
->
global_delay
=
bytes_to_ns
(
p
->
chunk_size
,
p
->
global_bandwidth
);
p
->
credit_delay
=
bytes_to_ns
(
8
.
0
,
p
->
local_bandwidth
);
//assume 8 bytes packet
printf
(
"
\n
CN delay %f local delay %f global delay %f credit delay %f "
,
p
->
cn_delay
,
p
->
local_delay
,
p
->
global_delay
,
p
->
credit_delay
);
}
static
void
dragonfly_configure
(){
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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