Skip to content

Commit 6fd18e5

Browse files
authored
Merge pull request #12959 from jsquyres/pr/v5.0.x/add-missing-use-mpi-f08-profile-symbols
v5.0.x: fortran/use-mpi-f08: Add missing profile symbols
2 parents d966eb9 + d9e05e1 commit 6fd18e5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
# and Technology (RIST). All rights reserved.
2222
# Copyright (c) 2022 Triad National Security, LLC. All rights
2323
# reserved.
24+
# Copyright (c) 2024 Jeffrey M. Squyres. All rights reserved.
2425
# $COPYRIGHT$
2526
#
2627
# Additional copyrights may follow
@@ -69,6 +70,7 @@ pmpi_api_files = \
6970
pallgatherv_init_f08.F90 \
7071
palloc_mem_f08.F90 \
7172
pallreduce_f08.F90 \
73+
pallreduce_init_f08.F90 \
7274
palltoall_f08.F90 \
7375
palltoall_init_f08.F90 \
7476
palltoallv_f08.F90 \
@@ -230,6 +232,7 @@ pmpi_api_files = \
230232
pgroup_difference_f08.F90 \
231233
pgroup_excl_f08.F90 \
232234
pgroup_free_f08.F90 \
235+
pgroup_from_session_pset_f08.F90 \
233236
pgroup_incl_f08.F90 \
234237
pgroup_intersection_f08.F90 \
235238
pgroup_range_excl_f08.F90 \
@@ -347,6 +350,7 @@ pmpi_api_files = \
347350
psend_init_f08.F90 \
348351
psendrecv_f08.F90 \
349352
psendrecv_replace_f08.F90 \
353+
psession_call_errhandler_f08.F90 \
350354
psession_create_errhandler_f08.F90\
351355
psession_get_errhandler_f08.F90\
352356
psession_get_info_f08.F90 \

0 commit comments

Comments
 (0)