File tree 1 file changed +4
-0
lines changed
ompi/mpi/fortran/use-mpi-f08/profile 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 21
21
# and Technology (RIST). All rights reserved.
22
22
# Copyright (c) 2022 Triad National Security, LLC. All rights
23
23
# reserved.
24
+ # Copyright (c) 2024 Jeffrey M. Squyres. All rights reserved.
24
25
# $COPYRIGHT$
25
26
#
26
27
# Additional copyrights may follow
@@ -69,6 +70,7 @@ pmpi_api_files = \
69
70
pallgatherv_init_f08.F90 \
70
71
palloc_mem_f08.F90 \
71
72
pallreduce_f08.F90 \
73
+ pallreduce_init_f08.F90 \
72
74
palltoall_f08.F90 \
73
75
palltoall_init_f08.F90 \
74
76
palltoallv_f08.F90 \
@@ -230,6 +232,7 @@ pmpi_api_files = \
230
232
pgroup_difference_f08.F90 \
231
233
pgroup_excl_f08.F90 \
232
234
pgroup_free_f08.F90 \
235
+ pgroup_from_session_pset_f08.F90 \
233
236
pgroup_incl_f08.F90 \
234
237
pgroup_intersection_f08.F90 \
235
238
pgroup_range_excl_f08.F90 \
@@ -347,6 +350,7 @@ pmpi_api_files = \
347
350
psend_init_f08.F90 \
348
351
psendrecv_f08.F90 \
349
352
psendrecv_replace_f08.F90 \
353
+ psession_call_errhandler_f08.F90 \
350
354
psession_create_errhandler_f08.F90\
351
355
psession_get_errhandler_f08.F90\
352
356
psession_get_info_f08.F90 \
You can’t perform that action at this time.
0 commit comments