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
c89e8d8e
Commit
c89e8d8e
authored
Apr 20, 2015
by
Charles J Archer
Browse files
OFI: Update for removed FI_CANCEL flag
parent
cae26234
Changes
1
Show whitespace changes
Inline
Side-by-side
src/mpid/ch3/channels/nemesis/netmod/ofi/ofi_init.c
View file @
c89e8d8e
...
...
@@ -81,7 +81,6 @@ int MPID_nem_ofi_init(MPIDI_PG_t * pg_p, int pg_rank, char **bc_val_p, int *val_
hints
->
mode
=
FI_CONTEXT
;
hints
->
ep_attr
->
type
=
FI_EP_RDM
;
/* Reliable datagram */
hints
->
caps
=
FI_TAGGED
;
/* Tag matching interface */
hints
->
caps
|=
FI_CANCEL
;
/* Support cancel */
hints
->
caps
|=
FI_DYNAMIC_MR
;
/* Global dynamic mem region */
/* ------------------------------------------------------------------------ */
...
...
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