Skip to content

Commit ba1bc00

Browse files
committed
mtl/ofi: Remove FI_CANCEL.
1 parent 19f5a3e commit ba1bc00

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ompi/mca/mtl/ofi/mtl_ofi_component.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ ompi_mtl_ofi_component_init(bool enable_progress_threads,
132132
* In this case, MTL will pass in context into communication calls
133133
* ep_type: reliable datagram operation
134134
* caps: Capabilities required from the provider. The bits specified
135-
* with cancel implement MPI semantics.
135+
* implement MPI semantics.
136136
* Tagged is used to support tag matching.
137137
* We expect to register all memory up front for use with this
138138
* endpoint, so the MTL requires dynamic memory regions
@@ -147,7 +147,6 @@ ompi_mtl_ofi_component_init(bool enable_progress_threads,
147147
hints->mode = FI_CONTEXT;
148148
hints->ep_attr->type = FI_EP_RDM; /* Reliable datagram */
149149
hints->caps = FI_TAGGED; /* Tag matching interface */
150-
hints->caps |= FI_CANCEL; /* Support cancel */
151150
hints->caps |= FI_DYNAMIC_MR; /* Global dynamic mem region */
152151

153152
/**

0 commit comments

Comments
 (0)