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
2cfc91c8
Commit
2cfc91c8
authored
Jan 07, 2015
by
Norio Yamaguchi
Committed by
Pavan Balaji
Jun 11, 2015
Browse files
Override rsend and irsend
parent
fa86b9a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/mpid/ch3/channels/nemesis/netmod/tofu/tofu_vc.c
View file @
2cfc91c8
...
...
@@ -23,10 +23,10 @@ static int tofu_vc_init (MPIDI_VC_t *vc);
static
MPIDI_Comm_ops_t
comm_ops
=
{
.
recv_posted
=
MPID_nem_tofu_recv_posted
,
.
send
=
MPID_nem_tofu_isend
,
/* wait is performed separately after calling this */
.
rsend
=
NULL
,
.
rsend
=
MPID_nem_tofu_isend
,
.
ssend
=
MPID_nem_tofu_issend
,
.
isend
=
MPID_nem_tofu_isend
,
.
irsend
=
NULL
,
.
irsend
=
MPID_nem_tofu_isend
,
.
issend
=
MPID_nem_tofu_issend
,
.
send_init
=
NULL
,
...
...
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