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
codes
codes
Commits
25ec49f2
Commit
25ec49f2
authored
Sep 12, 2017
by
Misbah Mubarak
Browse files
issuing next event immediately for an isend
parent
f9992d92
Changes
1
Show whitespace changes
Inline
Side-by-side
src/network-workloads/model-net-mpi-replay.c
View file @
25ec49f2
...
...
@@ -1503,7 +1503,7 @@ static void codes_exec_mpi_send(nw_state* s,
tw_now
(
lp
),
s
->
app_id
,
LLU
(
s
->
nw_id
),
global_dest_rank
,
mpi_op
->
u
.
send
.
tag
,
mpi_op
->
u
.
send
.
num_bytes
);
}
/* isend executed, now get next MPI operation from the queue */
if
(
mpi_op
->
op_type
==
CODES_WK_ISEND
&&
(
is_rend
||
is_eager
))
if
(
mpi_op
->
op_type
==
CODES_WK_ISEND
&&
(
!
is_rend
||
is_eager
))
{
bf
->
c4
=
1
;
codes_issue_next_event
(
lp
);
...
...
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