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
ac1fb3c7
Commit
ac1fb3c7
authored
Nov 13, 2014
by
Pavan Balaji
Browse files
Additional comments to explain what we are doing.
Signed-off-by:
Ken Raffenetti
<
raffenet@mcs.anl.gov
>
parent
4bb35606
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/mpid/ch3/channels/nemesis/netmod/portals4/rptl.c
View file @
ac1fb3c7
...
...
@@ -859,12 +859,15 @@ int MPID_nem_ptl_rptl_eqget(ptl_handle_eq_t eq_handle, ptl_event_t * event)
op
->
events_ready
=
1
;
event
->
user_ptr
=
op
->
u
.
put
.
user_ptr
;
/* if the message is over the control portal, ignore th
e
*
ACK
event */
/* if the message is over the control portal, ignore
bo
th
* event
s
*/
if
(
op
->
u
.
put
.
pt_type
==
RPTL_PT_CONTROL
)
{
/* drop the ack event */
MPIU_Free
(
op
->
u
.
put
.
ack
);
MPL_DL_DELETE
(
op
->
target
->
control_op_list
,
op
);
rptli_op_free
(
op
);
/* drop the send event */
ret
=
PTL_EQ_EMPTY
;
}
}
...
...
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