File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 20
20
* Copyright (c) 2013-2016 Intel, Inc. All rights reserved.
21
21
* Copyright (c) 2014-2016 Research Organization for Information Science
22
22
* and Technology (RIST). All rights reserved.
23
+ * Copyright (c) 2016 IBM Corporation. All rights reserved.
23
24
* $COPYRIGHT$
24
25
*
25
26
* Additional copyrights may follow
@@ -210,6 +211,7 @@ static ompi_comm_cid_context_t *mca_comm_cid_context_alloc (ompi_communicator_t
210
211
211
212
context -> send_first = send_first ;
212
213
context -> iter = 0 ;
214
+ context -> ok = 1 ;
213
215
214
216
return context ;
215
217
}
Original file line number Diff line number Diff line change 7
7
* Copyright (c) 2004-2016 The University of Tennessee and The University
8
8
* of Tennessee Research Foundation. All rights
9
9
* reserved.
10
+ * Copyright (c) 2016 IBM Corporation. All rights reserved.
10
11
* $COPYRIGHT$
11
12
*
12
13
* Additional copyrights may follow
@@ -260,6 +261,7 @@ void ompi_comm_request_return (ompi_comm_request_t *request)
260
261
{
261
262
if (request -> context ) {
262
263
OBJ_RELEASE (request -> context );
264
+ request -> context = NULL ;
263
265
}
264
266
265
267
OMPI_REQUEST_FINI (& request -> super );
You can’t perform that action at this time.
0 commit comments