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
Elsa Gonsiorowski
codes
Commits
7b2f721a
Commit
7b2f721a
authored
Jul 24, 2014
by
Jonathan Jenkins
Browse files
rm loggp p2p latency (L) from the send q idle time calc
parent
8c1f323e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/models/networks/model-net/loggp.c
View file @
7b2f721a
...
...
@@ -432,7 +432,7 @@ static void handle_msg_start_event(
* msg xfer as well) and therefore are more important for overlapping
* computation rather than simulating communication time.
*/
xmit_time
=
param
->
L
+
((
double
)(
m
->
net_msg_size_bytes
-
1
)
*
param
->
G
);
xmit_time
=
((
double
)(
m
->
net_msg_size_bytes
-
1
)
*
param
->
G
);
/* scale to nanoseconds */
xmit_time
*=
1000
.
0
;
m
->
xmit_time_saved
=
xmit_time
;
...
...
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