Skip to content

Commit 232ea7e

Browse files
bertwesarggpaulsen
authored andcommitted
Re-add removed deprecate-only MPI-2.0 symbols
See open-mpi#6114 Signed-off-by: Bert Wesarg <[email protected]> (cherry picked from commit b3f3281)
1 parent 7fc0841 commit 232ea7e

File tree

4 files changed

+21
-20
lines changed

4 files changed

+21
-20
lines changed

ompi/mpi/c/Makefile.am

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ libmpi_c_mpi_la_SOURCES = \
7878
ialltoallv.c \
7979
alltoallw.c \
8080
ialltoallw.c \
81+
attr_delete.c \
82+
attr_get.c \
83+
attr_put.c \
8184
barrier.c \
8285
ibarrier.c \
8386
bcast.c \
@@ -285,6 +288,8 @@ libmpi_c_mpi_la_SOURCES = \
285288
ineighbor_alltoallv.c \
286289
neighbor_alltoallw.c \
287290
ineighbor_alltoallw.c \
291+
keyval_create.c \
292+
keyval_free.c \
288293
op_c2f.c \
289294
op_commutative.c \
290295
op_create.c \
@@ -431,17 +436,13 @@ libmpi_c_mpi_la_SOURCES = \
431436
win_unlock_all.c \
432437
win_wait.c
433438

439+
434440
if OMPI_ENABLE_MPI1_COMPAT
435441
libmpi_c_mpi_la_SOURCES += \
436442
address.c \
437-
attr_delete.c \
438-
attr_get.c \
439-
attr_put.c \
440443
errhandler_create.c \
441444
errhandler_get.c \
442445
errhandler_set.c \
443-
keyval_create.c \
444-
keyval_free.c \
445446
type_extent.c \
446447
type_hindexed.c \
447448
type_hvector.c \

ompi/mpi/c/profile/Makefile.am

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ nodist_libmpi_c_pmpi_la_SOURCES = \
5858
pialltoallv.c \
5959
palltoallw.c \
6060
pialltoallw.c \
61+
pattr_delete.c \
62+
pattr_get.c \
63+
pattr_put.c \
6164
pbarrier.c \
6265
pibarrier.c \
6366
pbcast.c \
@@ -265,6 +268,8 @@ nodist_libmpi_c_pmpi_la_SOURCES = \
265268
pineighbor_alltoallv.c \
266269
pneighbor_alltoallw.c \
267270
pineighbor_alltoallw.c \
271+
pkeyval_create.c \
272+
pkeyval_free.c \
268273
pop_c2f.c \
269274
pop_create.c \
270275
pop_commutative.c \
@@ -414,14 +419,9 @@ nodist_libmpi_c_pmpi_la_SOURCES = \
414419
if OMPI_ENABLE_MPI1_COMPAT
415420
nodist_libmpi_c_pmpi_la_SOURCES += \
416421
paddress.c \
417-
pattr_delete.c \
418-
pattr_get.c \
419-
pattr_put.c \
420422
perrhandler_create.c \
421423
perrhandler_get.c \
422424
perrhandler_set.c \
423-
pkeyval_create.c \
424-
pkeyval_free.c \
425425
ptype_extent.c \
426426
ptype_hindexed.c \
427427
ptype_hvector.c \

ompi/mpi/fortran/mpif-h/Makefile.am

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,9 @@ lib@OMPI_LIBMPI_NAME@_mpifh_la_SOURCES += \
138138
alltoall_f.c \
139139
alltoallv_f.c \
140140
alltoallw_f.c \
141+
attr_delete_f.c \
142+
attr_get_f.c \
143+
attr_put_f.c \
141144
barrier_f.c \
142145
bcast_f.c \
143146
bsend_f.c \
@@ -335,6 +338,8 @@ lib@OMPI_LIBMPI_NAME@_mpifh_la_SOURCES += \
335338
iscatterv_f.c \
336339
issend_f.c \
337340
is_thread_main_f.c \
341+
keyval_create_f.c \
342+
keyval_free_f.c \
338343
lookup_name_f.c \
339344
mprobe_f.c \
340345
mrecv_f.c \
@@ -480,14 +485,9 @@ lib@OMPI_LIBMPI_NAME@_mpifh_la_SOURCES += \
480485
if OMPI_ENABLE_MPI1_COMPAT
481486
lib@OMPI_LIBMPI_NAME@_mpifh_la_SOURCES += \
482487
address_f.c \
483-
attr_delete_f.c \
484-
attr_get_f.c \
485-
attr_put_f.c \
486488
errhandler_create_f.c \
487489
errhandler_get_f.c \
488490
errhandler_set_f.c \
489-
keyval_create_f.c \
490-
keyval_free_f.c \
491491
type_extent_f.c \
492492
type_hindexed_f.c \
493493
type_hvector_f.c \

ompi/mpi/fortran/mpif-h/profile/Makefile.am

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ linked_files = \
5454
palltoall_f.c \
5555
palltoallv_f.c \
5656
palltoallw_f.c \
57+
pattr_delete_f.c \
58+
pattr_get_f.c \
59+
pattr_put_f.c \
5760
pbarrier_f.c \
5861
pbcast_f.c \
5962
pbsend_f.c \
@@ -251,6 +254,8 @@ linked_files = \
251254
pisend_f.c \
252255
pissend_f.c \
253256
pis_thread_main_f.c \
257+
pkeyval_create_f.c \
258+
pkeyval_free_f.c \
254259
plookup_name_f.c \
255260
pmprobe_f.c \
256261
pmrecv_f.c \
@@ -395,14 +400,9 @@ linked_files = \
395400
if OMPI_ENABLE_MPI1_COMPAT
396401
linked_files += \
397402
paddress_f.c \
398-
pattr_delete_f.c \
399-
pattr_get_f.c \
400-
pattr_put_f.c \
401403
perrhandler_create_f.c \
402404
perrhandler_get_f.c \
403405
perrhandler_set_f.c \
404-
pkeyval_create_f.c \
405-
pkeyval_free_f.c \
406406
ptype_extent_f.c \
407407
ptype_hindexed_f.c \
408408
ptype_hvector_f.c \

0 commit comments

Comments
 (0)