Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Rob Latham
MPICH-BlueGene
Commits
47a198a1
Commit
47a198a1
authored
Mar 12, 2015
by
Norio Yamaguchi
Committed by
Pavan Balaji
Jun 11, 2015
Browse files
Delete incorrect decrement
parent
f5019b87
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/mpid/ch3/channels/nemesis/netmod/tofu/tofu_send.c
View file @
47a198a1
...
...
@@ -921,7 +921,6 @@ int llctofu_poll(int in_blocking_poll,
req
->
status
.
MPI_ERROR
=
MPI_SUCCESS
;
MPIU_ERR_SET
(
req
->
status
.
MPI_ERROR
,
MPIX_ERR_PROC_FAIL_STOP
,
"**comm_fail"
);
MPID_Request_release
(
req
);
/* ref count was incremented when added to queue */
MPIDI_CH3U_Request_complete
(
req
);
if
(
lcmd
->
iov_local
[
0
].
addr
!=
0
)
{
...
...
@@ -932,7 +931,6 @@ int llctofu_poll(int in_blocking_poll,
req
->
status
.
MPI_ERROR
=
MPI_SUCCESS
;
MPIU_ERR_SET
(
req
->
status
.
MPI_ERROR
,
MPIX_ERR_PROC_FAIL_STOP
,
"**comm_fail"
);
MPID_Request_release
(
req
);
/* ref count was incremented when added to queue */
MPIDI_CH3U_Request_complete
(
req
);
}
else
if
(
lcmd
->
opcode
==
LLC_OPCODE_RECV
)
{
/* Probably ch3 dequeued and completed this request. */
...
...
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