File tree Expand file tree Collapse file tree 6 files changed +7
-17
lines changed Expand file tree Collapse file tree 6 files changed +7
-17
lines changed Original file line number Diff line number Diff line change 3
3
* All rights reserved
4
4
* Copyright (c) 2013 Cisco Systems, Inc. All rights reserved.
5
5
* Copyright (c) 2014-2016 Intel, Inc. All rights reserved.
6
- * Copyright (c) 2015 Research Organization for Information Science
6
+ * Copyright (c) 2015-2017 Research Organization for Information Science
7
7
* and Technology (RIST). All rights reserved.
8
8
* $COPYRIGHT$
9
9
*
@@ -145,7 +145,6 @@ static int raw_finalize(void)
145
145
{
146
146
opal_list_item_t * item ;
147
147
148
- orte_rml .recv_cancel (ORTE_NAME_WILDCARD , ORTE_RML_TAG_FILEM_BASE );
149
148
while (NULL != (item = opal_list_remove_first (& incoming_files ))) {
150
149
OBJ_RELEASE (item );
151
150
}
@@ -160,7 +159,6 @@ static int raw_finalize(void)
160
159
OBJ_RELEASE (item );
161
160
}
162
161
OBJ_DESTRUCT (& positioned_files );
163
- orte_rml .recv_cancel (ORTE_NAME_WILDCARD , ORTE_RML_TAG_FILEM_BASE_RESP );
164
162
}
165
163
166
164
return ORTE_SUCCESS ;
Original file line number Diff line number Diff line change 6
6
* Copyright (c) 2011-2013 Los Alamos National Security, LLC. All
7
7
* rights reserved.
8
8
* Copyright (c) 2014-2016 Intel, Inc. All rights reserved.
9
- * Copyright (c) 2014 Research Organization for Information Science
9
+ * Copyright (c) 2014-2017 Research Organization for Information Science
10
10
* and Technology (RIST). All rights reserved.
11
11
* $COPYRIGHT$
12
12
*
@@ -98,9 +98,6 @@ static int init(void)
98
98
*/
99
99
static void finalize (void )
100
100
{
101
- /* cancel the recv */
102
- orte_rml .recv_cancel (ORTE_NAME_WILDCARD , ORTE_RML_TAG_XCAST );
103
-
104
101
OPAL_LIST_DESTRUCT (& tracker );
105
102
return ;
106
103
}
Original file line number Diff line number Diff line change 13
13
* Copyright (c) 2007 Cisco Systems, Inc. All rights reserved.
14
14
* Copyright (c) 2011-2013 Los Alamos National Security, LLC. All rights
15
15
* reserved.
16
- * Copyright (c) 2014 Research Organization for Information Science
16
+ * Copyright (c) 2014-2017 Research Organization for Information Science
17
17
* and Technology (RIST). All rights reserved.
18
18
* Copyright (c) 2016-2017 Intel, Inc. All rights reserved.
19
19
* $COPYRIGHT$
@@ -480,7 +480,6 @@ static int finalize(void)
480
480
OBJ_RELEASE (proct );
481
481
}
482
482
OBJ_DESTRUCT (& mca_iof_hnp_component .procs );
483
- orte_rml .recv_cancel (ORTE_NAME_WILDCARD , ORTE_RML_TAG_IOF_HNP );
484
483
485
484
return ORTE_SUCCESS ;
486
485
}
Original file line number Diff line number Diff line change 13
13
* Copyright (c) 2011 Los Alamos National Security, LLC.
14
14
* All rights reserved.
15
15
* Copyright (c) 2014-2016 Intel, Inc. All rights reserved.
16
+ * Copyright (c) 2017 Research Organization for Information Science
17
+ * and Technology (RIST). All rights reserved.
16
18
* $COPYRIGHT$
17
19
*
18
20
* Additional copyrights may follow
@@ -101,10 +103,6 @@ int orte_plm_base_comm_stop(void)
101
103
"%s plm:base:receive stop comm" ,
102
104
ORTE_NAME_PRINT (ORTE_PROC_MY_NAME )));
103
105
104
- orte_rml .recv_cancel (ORTE_NAME_WILDCARD , ORTE_RML_TAG_PLM );
105
- if (ORTE_PROC_IS_HNP ) {
106
- orte_rml .recv_cancel (ORTE_NAME_WILDCARD , ORTE_RML_TAG_ORTED_CALLBACK );
107
- }
108
106
recv_issued = false;
109
107
110
108
return ORTE_SUCCESS ;
Original file line number Diff line number Diff line change @@ -590,8 +590,6 @@ void orte_submit_finalize(void)
590
590
trackr_t * trk ;
591
591
int i ;
592
592
593
- orte_rml .recv_cancel (ORTE_NAME_WILDCARD , ORTE_RML_TAG_LAUNCH_RESP );
594
- orte_rml .recv_cancel (ORTE_NAME_WILDCARD , ORTE_RML_TAG_NOTIFY_COMPLETE );
595
593
for (i = 0 ; i < tool_jobs .size ; i ++ ) {
596
594
if (NULL != (trk = (trackr_t * )opal_pointer_array_get_item (& tool_jobs , i ))) {
597
595
OBJ_RELEASE (trk );
Original file line number Diff line number Diff line change 13
13
* Copyright (c) 2012-2016 Los Alamos National Security, LLC.
14
14
* All rights reserved
15
15
* Copyright (c) 2015-2016 Intel, Inc. All rights reserved.
16
+ * Copyright (c) 2017 Research Organization for Information Science
17
+ * and Technology (RIST). All rights reserved.
16
18
* $COPYRIGHT$
17
19
*
18
20
* Additional copyrights may follow
@@ -149,8 +151,6 @@ void orte_data_server_finalize(void)
149
151
}
150
152
initialized = false;
151
153
152
- orte_rml .recv_cancel (ORTE_NAME_WILDCARD , ORTE_RML_TAG_DATA_SERVER );
153
-
154
154
for (i = 0 ; i < orte_data_server_store .size ; i ++ ) {
155
155
if (NULL != (data = (orte_data_object_t * )opal_pointer_array_get_item (& orte_data_server_store , i ))) {
156
156
OBJ_RELEASE (data );
You can’t perform that action at this time.
0 commit comments