Skip to content

Commit c0051b4

Browse files
committed
add a makefile for MPI_Info_get_string
Signed-off-by: Howard Pritchard <howardp@lanl.gov>
1 parent 883257f commit c0051b4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

ompi/mpi/man/man3/MPI_Info_get_string.3in

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,6 @@ MPI_Info_dup
9393
.br
9494
MPI_Info_free
9595
.br
96-
MPI_Info_get_valuelen
97-
.br
9896
MPI_Info_get_nkeys
9997
.br
10098
MPI_Info_get_nthkey

ompi/mpi/man/man3/Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ TEMPLATE_FILES = \
247247
MPI_Info_get.3in \
248248
MPI_Info_get_nkeys.3in \
249249
MPI_Info_get_nthkey.3in \
250+
MPI_Info_get_string.3in \
250251
MPI_Info_get_valuelen.3in \
251252
MPI_Info_set.3in \
252253
MPI_Init.3in \

0 commit comments

Comments
 (0)