Skip to content

Commit 017ed80

Browse files
committed
move some deprecated funcs out of libmpi-abi
Signed-off-by: Howard Pritchard <[email protected]>
1 parent 7542f49 commit 017ed80

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ompi/mpi/c/Makefile.am

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,6 @@ prototype_sources = \
7575
alltoallv_init.c.in \
7676
alltoallw.c.in \
7777
alltoallw_init.c.in \
78-
attr_delete.c.in \
79-
attr_get.c.in \
80-
attr_put.c.in \
8178
barrier.c.in \
8279
barrier_init.c.in \
8380
bcast.c.in \
@@ -482,8 +479,11 @@ prototype_sources_obc = \
482479
type_get_contents_c.c.in_obc \
483480
type_get_envelope_c.c.in_obc
484481

485-
# See MPI-5 standard Chapter 20 section 4
482+
# See MPI-5 standard Chapter 20 sections 2 and 4
486483
prototype_sources_not_in_abi = \
484+
attr_delete.c.in \
485+
attr_get.c.in \
486+
attr_put.c.in \
487487
comm_c2f.c.in \
488488
errhandler_c2f.c.in \
489489
file_c2f.c.in \

0 commit comments

Comments
 (0)