|
17 | 17 | * Copyright (c) 2012-2016 Los Alamos National Security, LLC. All rights |
18 | 18 | * reserved. |
19 | 19 | * Copyright (c) 2012 Oak Ridge National Labs. All rights reserved. |
20 | | - * Copyright (c) 2013-2015 Intel, Inc. All rights reserved. |
| 20 | + * Copyright (c) 2013-2016 Intel, Inc. All rights reserved. |
21 | 21 | * Copyright (c) 2014 Research Organization for Information Science |
22 | 22 | * and Technology (RIST). All rights reserved. |
23 | 23 | * $COPYRIGHT$ |
@@ -172,8 +172,6 @@ static ompi_comm_cid_context_t *mca_comm_cid_context_alloc (ompi_communicator_t |
172 | 172 | int mode) |
173 | 173 | { |
174 | 174 | ompi_comm_cid_context_t *context; |
175 | | - ompi_comm_request_t *request; |
176 | | - int ret; |
177 | 175 |
|
178 | 176 | context = OBJ_NEW(ompi_comm_cid_context_t); |
179 | 177 | if (OPAL_UNLIKELY(NULL == context)) { |
@@ -256,7 +254,6 @@ int ompi_comm_nextcid_nb (ompi_communicator_t *newcomm, ompi_communicator_t *com |
256 | 254 | { |
257 | 255 | ompi_comm_cid_context_t *context; |
258 | 256 | ompi_comm_request_t *request; |
259 | | - int ret; |
260 | 257 |
|
261 | 258 | context = mca_comm_cid_context_alloc (newcomm, comm, bridgecomm, arg0, arg1, |
262 | 259 | "nextcid", send_first, mode); |
@@ -434,8 +431,6 @@ int ompi_comm_activate_nb (ompi_communicator_t **newcomm, ompi_communicator_t *c |
434 | 431 | ompi_comm_cid_context_t *context; |
435 | 432 | ompi_comm_request_t *request; |
436 | 433 | ompi_request_t *subreq; |
437 | | - int local_leader; |
438 | | - int remote_leader; |
439 | 434 | int ret = 0; |
440 | 435 |
|
441 | 436 | context = mca_comm_cid_context_alloc (*newcomm, comm, bridgecomm, arg0, arg1, "activate", |
@@ -777,7 +772,6 @@ static int ompi_comm_allreduce_intra_bridge_nb (int *inbuf, int *outbuf, |
777 | 772 | int local_rank = ompi_comm_rank (comm); |
778 | 773 | ompi_comm_request_t *request; |
779 | 774 | ompi_request_t *subreq; |
780 | | - int i; |
781 | 775 | int rc; |
782 | 776 |
|
783 | 777 | context = ompi_comm_allreduce_context_alloc (inbuf, outbuf, count, op, cid_context); |
|
0 commit comments