Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fortran/use-mpi-f08: Add missing profile symbols #12956

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions ompi/mpi/fortran/use-mpi-f08/profile/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
# and Technology (RIST). All rights reserved.
# Copyright (c) 2022 Triad National Security, LLC. All rights
# reserved.
# Copyright (c) 2024 Jeffrey M. Squyres. All rights reserved.
# $COPYRIGHT$
#
# Additional copyrights may follow
Expand Down Expand Up @@ -69,6 +70,7 @@ pmpi_api_files = \
pallgatherv_init_f08.F90 \
palloc_mem_f08.F90 \
pallreduce_f08.F90 \
pallreduce_init_f08.F90 \
palltoall_f08.F90 \
palltoall_init_f08.F90 \
palltoallv_f08.F90 \
Expand Down Expand Up @@ -230,6 +232,7 @@ pmpi_api_files = \
pgroup_difference_f08.F90 \
pgroup_excl_f08.F90 \
pgroup_free_f08.F90 \
pgroup_from_session_pset_f08.F90 \
pgroup_incl_f08.F90 \
pgroup_intersection_f08.F90 \
pgroup_range_excl_f08.F90 \
Expand Down Expand Up @@ -347,6 +350,7 @@ pmpi_api_files = \
psend_init_f08.F90 \
psendrecv_f08.F90 \
psendrecv_replace_f08.F90 \
psession_call_errhandler_f08.F90 \
psession_create_errhandler_f08.F90\
psession_get_errhandler_f08.F90\
psession_get_info_f08.F90 \
Expand Down
Loading