Skip to content

Commit efdb539

Browse files
committed
add fortran f77 and f08 bindings to Makefile.am
Signed-off-by: Thomas Naughton <[email protected]>
1 parent faf5b33 commit efdb539

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,9 @@ lib@OMPI_LIBMPI_NAME@_mpifh_la_SOURCES += \
137137
add_error_class_f.c \
138138
add_error_code_f.c \
139139
add_error_string_f.c \
140+
remove_error_class_f.c \
141+
remove_error_code_f.c \
142+
remove_error_string_f.c \
140143
aint_add_f.c \
141144
aint_diff_f.c \
142145
allgather_f.c \

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ linked_files = \
4949
padd_error_class_f.c \
5050
padd_error_code_f.c \
5151
padd_error_string_f.c \
52+
premove_error_class_f.c \
53+
premove_error_code_f.c \
54+
premove_error_string_f.c \
5255
paint_add_f.c \
5356
paint_diff_f.c \
5457
pallgather_f.c \

ompi/mpi/fortran/use-mpi-f08/Makefile.am

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,9 @@ mpi_api_files = \
278278
publish_name_f08.F90 \
279279
query_thread_f08.F90 \
280280
register_datarep_f08.F90 \
281+
remove_error_class_f08.F90 \
282+
remove_error_code_f08.F90 \
283+
remove_error_string_f08.F90 \
281284
request_free_f08.F90 \
282285
session_call_errhandler_f08.F90\
283286
session_create_errhandler_f08.F90\

0 commit comments

Comments
 (0)