File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,6 @@ int ompi_mtl_ofi_progress_no_inline(void);
7474
7575#if OPAL_HAVE_THREAD_LOCAL
7676extern opal_thread_local int ompi_mtl_ofi_per_thread_ctx ;
77- extern opal_thread_local struct fi_cq_tagged_entry ompi_mtl_ofi_wc [MTL_OFI_MAX_PROG_EVENT_COUNT ];
7877#endif
7978
8079#define MCA_MTL_OFI_CID_NOT_EXCHANGED 2
@@ -136,9 +135,7 @@ ompi_mtl_ofi_context_progress(int ctxt_id)
136135 ompi_mtl_ofi_request_t * ofi_req = NULL ;
137136 struct fi_cq_err_entry error = { 0 };
138137 ssize_t ret ;
139- #if !OPAL_HAVE_THREAD_LOCAL
140138 struct fi_cq_tagged_entry ompi_mtl_ofi_wc [MTL_OFI_MAX_PROG_EVENT_COUNT ];
141- #endif
142139
143140 /**
144141 * Read the work completions from the CQ.
Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ static int ofi_tag_mode;
3939
4040#if OPAL_HAVE_THREAD_LOCAL
4141 opal_thread_local int ompi_mtl_ofi_per_thread_ctx ;
42- opal_thread_local struct fi_cq_tagged_entry ompi_mtl_ofi_wc [MTL_OFI_MAX_PROG_EVENT_COUNT ];
4342#endif
4443
4544/*
You can’t perform that action at this time.
0 commit comments