|
16 | 16 | * reserved. |
17 | 17 | * Copyright (c) 2015 Research Organization for Information Science |
18 | 18 | * and Technology (RIST). All rights reserved. |
| 19 | + * Copyright (c) 2024 NVIDIA Corporation. All rights reserved. |
19 | 20 | * $COPYRIGHT$ |
20 | 21 | * |
21 | 22 | * Additional copyrights may follow |
@@ -132,24 +133,6 @@ BEGIN_C_DECLS |
132 | 133 | struct ompi_communicator_t *comm, |
133 | 134 | mca_coll_base_module_t *module); |
134 | 135 |
|
135 | | - int mca_coll_basic_bcast_log_inter(void *buff, int count, |
136 | | - struct ompi_datatype_t *datatype, |
137 | | - int root, |
138 | | - struct ompi_communicator_t *comm, |
139 | | - mca_coll_base_module_t *module); |
140 | | - |
141 | | - int mca_coll_basic_exscan_intra(const void *sbuf, void *rbuf, int count, |
142 | | - struct ompi_datatype_t *dtype, |
143 | | - struct ompi_op_t *op, |
144 | | - struct ompi_communicator_t *comm, |
145 | | - mca_coll_base_module_t *module); |
146 | | - |
147 | | - int mca_coll_basic_exscan_inter(const void *sbuf, void *rbuf, int count, |
148 | | - struct ompi_datatype_t *dtype, |
149 | | - struct ompi_op_t *op, |
150 | | - struct ompi_communicator_t *comm, |
151 | | - mca_coll_base_module_t *module); |
152 | | - |
153 | 136 | int mca_coll_basic_gather_inter(const void *sbuf, int scount, |
154 | 137 | struct ompi_datatype_t *sdtype, |
155 | 138 | void *rbuf, int rcount, |
@@ -187,12 +170,6 @@ BEGIN_C_DECLS |
187 | 170 | int root, |
188 | 171 | struct ompi_communicator_t *comm, |
189 | 172 | mca_coll_base_module_t *module); |
190 | | - int mca_coll_basic_reduce_log_inter(const void *sbuf, void *rbuf, int count, |
191 | | - struct ompi_datatype_t *dtype, |
192 | | - struct ompi_op_t *op, |
193 | | - int root, |
194 | | - struct ompi_communicator_t *comm, |
195 | | - mca_coll_base_module_t *module); |
196 | 173 |
|
197 | 174 | int mca_coll_basic_reduce_scatter_block_intra(const void *sbuf, void *rbuf, |
198 | 175 | int rcount, |
@@ -222,11 +199,6 @@ BEGIN_C_DECLS |
222 | 199 | struct ompi_communicator_t *comm, |
223 | 200 | mca_coll_base_module_t *module); |
224 | 201 |
|
225 | | - int mca_coll_basic_scan_intra(const void *sbuf, void *rbuf, int count, |
226 | | - struct ompi_datatype_t *dtype, |
227 | | - struct ompi_op_t *op, |
228 | | - struct ompi_communicator_t *comm, |
229 | | - mca_coll_base_module_t *module); |
230 | 202 | int mca_coll_basic_scan_inter(const void *sbuf, void *rbuf, int count, |
231 | 203 | struct ompi_datatype_t *dtype, |
232 | 204 | struct ompi_op_t *op, |
|
0 commit comments