Skip to content

Commit 7e4a2a6

Browse files
committed
white space changes
Signed-off-by: Howard Pritchard <howardp@lanl.gov>
1 parent 434dcd2 commit 7e4a2a6

File tree

2 files changed

+17
-16
lines changed

2 files changed

+17
-16
lines changed

ompi/mpi/c/Makefile.am

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -496,9 +496,9 @@ prototype_sources_not_in_abi = \
496496
session_c2f.c.in \
497497
status_c2f08.c.in \
498498
status_c2f.c.in \
499-
status_f082c.c.in \
500-
status_f082f.c.in \
501-
status_f2f08.c.in \
499+
status_f082c.c.in \
500+
status_f082f.c.in \
501+
status_f2f08.c.in \
502502
type_c2f.c.in \
503503
win_c2f.c.in \
504504
comm_f2c.c.in \
@@ -560,24 +560,24 @@ extra_interface_profile_sources = \
560560
comm_toint_ompi.c \
561561
errhandler_fromint_ompi.c \
562562
errhandler_toint_ompi.c \
563-
file_fromint_ompi.c \
563+
file_fromint_ompi.c \
564564
file_toint_ompi.c \
565-
group_fromint_ompi.c \
565+
group_fromint_ompi.c \
566566
group_toint_ompi.c \
567-
info_fromint_ompi.c \
567+
info_fromint_ompi.c \
568568
info_toint_ompi.c \
569-
message_fromint_ompi.c \
569+
message_fromint_ompi.c \
570570
message_toint_ompi.c \
571-
op_fromint_ompi.c \
571+
op_fromint_ompi.c \
572572
op_toint_ompi.c \
573573
pcontrol.c \
574-
request_fromint_ompi.c \
574+
request_fromint_ompi.c \
575575
request_toint_ompi.c \
576-
session_fromint_ompi.c \
576+
session_fromint_ompi.c \
577577
session_toint_ompi.c \
578-
type_fromint_ompi.c \
578+
type_fromint_ompi.c \
579579
type_toint_ompi.c \
580-
win_fromint_ompi.c \
580+
win_fromint_ompi.c \
581581
win_toint_ompi.c
582582

583583
# The following functions were removed from the MPI standard, but are
@@ -589,8 +589,8 @@ deprecated_interface_profile_sources = \
589589
errhandler_create.c \
590590
errhandler_get.c \
591591
errhandler_set.c \
592-
keyval_create.c \
593-
keyval_free.c \
592+
keyval_create.c \
593+
keyval_free.c \
594594
type_extent.c \
595595
type_hindexed.c \
596596
type_hvector.c \
@@ -660,7 +660,7 @@ type_get_envelope_c_ompi_generated.c: type_get_envelope_c.c.in_obc
660660
--suppress_nbc \
661661
$<
662662

663-
# Non-mangled version
663+
# Non-mangled version of mpi.h
664664
standard_abi/mpi.h: $(top_srcdir)/docs/mpi-standard-apis.json $(top_srcdir)/ompi/mpi/bindings/c_header.py
665665
mkdir -p standard_abi
666666
$(OMPI_V_GEN) $(PYTHON) $(top_srcdir)/ompi/mpi/bindings/c_header.py \
@@ -669,7 +669,7 @@ standard_abi/mpi.h: $(top_srcdir)/docs/mpi-standard-apis.json $(top_srcdir)/ompi
669669
--pympistd $(top_srcdir)/3rd-party/pympistandard \
670670
--output $@
671671

672-
# Mangled version
672+
# Mangled version of mpi.h (abi.h)
673673
abi.h: $(top_srcdir)/docs/mpi-standard-apis.json $(top_srcdir)/ompi/mpi/bindings/c_header.py abi.h.in
674674
$(OMPI_V_GEN) $(PYTHON) $(top_srcdir)/ompi/mpi/bindings/c_header.py \
675675
--input $(top_srcdir)/ompi/mpi/c/abi.h.in \

ompi/mpi/c/Makefile_abi.include

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
# Copyright (c) 2021 Amazon.com, Inc. or its affiliates. All Rights
2121
# reserved.
2222
# Copyright (c) 2025 Advanced Micro Devices, Inc. All Rights reserved.
23+
# Copyright (c) 2025 Triad National Security, LLC. All rights reserved.
2324
# $COPYRIGHT$
2425
#
2526
# Additional copyrights may follow

0 commit comments

Comments
 (0)