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);
74
74
75
75
#if OPAL_HAVE_THREAD_LOCAL
76
76
extern 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 ];
78
77
#endif
79
78
80
79
#define MCA_MTL_OFI_CID_NOT_EXCHANGED 2
@@ -136,9 +135,7 @@ ompi_mtl_ofi_context_progress(int ctxt_id)
136
135
ompi_mtl_ofi_request_t * ofi_req = NULL ;
137
136
struct fi_cq_err_entry error = { 0 };
138
137
ssize_t ret ;
139
- #if !OPAL_HAVE_THREAD_LOCAL
140
138
struct fi_cq_tagged_entry ompi_mtl_ofi_wc [MTL_OFI_MAX_PROG_EVENT_COUNT ];
141
- #endif
142
139
143
140
/**
144
141
* 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;
39
39
40
40
#if OPAL_HAVE_THREAD_LOCAL
41
41
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 ];
43
42
#endif
44
43
45
44
/*
You can’t perform that action at this time.
0 commit comments