We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7542f49 commit 017ed80Copy full SHA for 017ed80
ompi/mpi/c/Makefile.am
@@ -75,9 +75,6 @@ prototype_sources = \
75
alltoallv_init.c.in \
76
alltoallw.c.in \
77
alltoallw_init.c.in \
78
- attr_delete.c.in \
79
- attr_get.c.in \
80
- attr_put.c.in \
81
barrier.c.in \
82
barrier_init.c.in \
83
bcast.c.in \
@@ -482,8 +479,11 @@ prototype_sources_obc = \
482
479
type_get_contents_c.c.in_obc \
483
480
type_get_envelope_c.c.in_obc
484
481
485
-# See MPI-5 standard Chapter 20 section 4
+# See MPI-5 standard Chapter 20 sections 2 and 4
486
prototype_sources_not_in_abi = \
+ attr_delete.c.in \
+ attr_get.c.in \
+ attr_put.c.in \
487
comm_c2f.c.in \
488
errhandler_c2f.c.in \
489
file_c2f.c.in \
0 commit comments