Skip to content

Commit b56439a

Browse files
committed
c interfaces: add back some missing files
to the list of c templates in the Makefile.am Signed-off-by: Howard Pritchard <howardp@lanl.gov>
1 parent 188150f commit b56439a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ompi/mpi/c/Makefile.am

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ prototype_sources = \
9595
comm_connect.c.in \
9696
comm_create.c.in \
9797
comm_create_errhandler.c.in \
98+
comm_create_group.c.in \
9899
comm_create_from_group.c.in \
99100
comm_create_keyval.c.in \
100101
comm_delete_attr.c.in \
@@ -278,6 +279,7 @@ prototype_sources = \
278279
intercomm_create_from_groups.c.in \
279280
intercomm_merge.c.in \
280281
iprobe.c.in \
282+
iallreduce.c.in \
281283
irecv.c.in \
282284
ireduce.c.in \
283285
ireduce_scatter_block.c.in \
@@ -308,9 +310,12 @@ prototype_sources = \
308310
neighbor_alltoallv_init.c.in\
309311
neighbor_alltoallw.c.in \
310312
neighbor_alltoallw_init.c.in \
313+
open_port.c.in \
314+
op_c2f.c.in \
311315
op_commutative.c.in \
312316
op_create.c.in \
313317
op_free.c.in \
318+
op_f2c.c.in \
314319
pack.c.in \
315320
pack_external.c.in \
316321
pack_external_size.c.in \
@@ -343,6 +348,7 @@ prototype_sources = \
343348
rget_accumulate.c.in \
344349
rget.c.in \
345350
rput.c.in \
351+
rsend.c.in \
346352
rsend_init.c.in \
347353
scan.c.in \
348354
scan_init.c.in \

0 commit comments

Comments
 (0)