Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
codes
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
38
Issues
38
List
Boards
Labels
Milestones
Merge Requests
8
Merge Requests
8
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
codes
codes
Commits
8fd535ba
Commit
8fd535ba
authored
Aug 30, 2018
by
Neil McGlohon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
uncomment synthetic data arrival
parent
3d8ec24b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/network-workloads/model-net-mpi-replay.c
src/network-workloads/model-net-mpi-replay.c
+1
-1
No files found.
src/network-workloads/model-net-mpi-replay.c
View file @
8fd535ba
...
...
@@ -809,7 +809,7 @@ void arrive_syn_tr_rc(nw_state * s, tw_bf * bf, nw_message * m, tw_lp * lp)
(
void
)
bf
;
(
void
)
m
;
(
void
)
lp
;
// printf("\n Data arrived %d total data %ld ", m->fwd.num_bytes, s->syn_data
);
printf
(
"
\n
Data arrived %d total data %ld: time %lf "
,
m
->
fwd
.
num_bytes
,
s
->
syn_data
,
tw_now
()
);
s
->
num_recvs
--
;
int
data
=
m
->
fwd
.
num_bytes
;
s
->
syn_data
-=
data
;
...
...
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