Skip to content

Commit 8d62b8e

Browse files
committed
Remove Trailing Whitespace
Removes trailing whitespace in one spot to allow IDE's to enable the auto-remove trailing whitespace setting without adding a lot of extra diffs to commits. When you make a 1 line change in a file and have 100 lines of trailing whitespace changes in the diff, it is time consuming to review. Signed-off-by: Seth Zegelstein <[email protected]>
1 parent c4d9812 commit 8d62b8e

File tree

491 files changed

+1567
-1567
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

491 files changed

+1567
-1567
lines changed

.ci/lanl/gitlab-darwin-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ build:intel:
2020
- make -j 8 install
2121
- make check
2222
- export PATH=$PWD/install_test/bin:$PATH
23-
- cd examples
23+
- cd examples
2424
- make
2525
artifacts:
2626
name: "$CI_JOB_NAME-$CI_COMMIT_REF_NAME"
@@ -93,7 +93,7 @@ build:gnu:
9393
- make -j 8 install
9494
- make check
9595
- export PATH=$PWD/install_test/bin:$PATH
96-
- cd examples
96+
- cd examples
9797
- make
9898
artifacts:
9999
name: "$CI_JOB_NAME-$CI_COMMIT_REF_NAME"
@@ -159,7 +159,7 @@ test:ibm:
159159
- mkdir osu-tests
160160
- pushd osu-tests
161161
- cp -p -r $OSU_TESTS_FOLDER/* .
162-
- ./configure CC=mpicc FC=mpifort F77=mpifort CXX=mpiCC && make -j 8 clean && make -j 8
162+
- ./configure CC=mpicc FC=mpifort F77=mpifort CXX=mpiCC && make -j 8 clean && make -j 8
163163
- pushd mpi/pt2pt
164164
- mpirun -np 2 ./osu_latency
165165
- mpirun -np 2 ./osu_latency D H

.github/issue_template.md

Lines changed: 3 additions & 3 deletions

config/aclocal_subcfg.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dnl to subconfigure as "precious" appropriately. The precious variable
99
dnl can be created in the following ways:
1010
dnl 1) implicit declaration through use of autoconf macros, like
1111
dnl AC_PROG_CC (declares CC/CFLAGS/CPPFLAGS/LIBS/LDFLAGS), or
12-
dnl AC_PROG_F77 (declares F77/FFLAGS/FLIBS) ...
12+
dnl AC_PROG_F77 (declares F77/FFLAGS/FLIBS) ...
1313
dnl which are in turns invoked by other subconfigure.
1414
dnl When in doubt, check "ac_precious_var" in the calling configure.
1515
dnl 2) explicit "precious" declaration through AC_ARG_VAR.
@@ -93,7 +93,7 @@ AC_DEFUN([PAC_CONFIG_SUBDIR_ARGS],[
9393
case $pac_arg in
9494
*\'*) pac_arg=`AS_ECHO(["$pac_arg"]) | sed "s/'/'\\\\\\\\''/g"` ;;
9595
esac
96-
AS_VAR_APPEND([pac_sub_configure_args], [" '$pac_arg'"])
96+
AS_VAR_APPEND([pac_sub_configure_args], [" '$pac_arg'"])
9797
fi ;;
9898
esac
9999
done

config/extract-3rd-party-configure.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ ($)
141141
$option_name = $1;
142142

143143
# Skip anything excluded
144-
if( exists($skip_options{$option_name}) &&
144+
if( exists($skip_options{$option_name}) &&
145145
($skip_options{$option_name} eq $OPTION_ALL_MARKER || lc($skip_options{$option_name}) eq $project_name_lc) ) {
146146
if( !$list_only && !$quiet_arg) {
147147
print "# Warning: Excluded: $option_name\n";

config/ltmain_nag_pthread.diff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
@@ -9493,6 +9501,13 @@ EOF
2828
;;
2929
esac
30-
30+
3131
+ # Time to revert the changes made for nagfor.
3232
+ func_cc_basename $CC
3333
+ case $func_cc_basename_result in

config/opal_check_rocm.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ AC_DEFUN([OPAL_CHECK_ROCM],[
2424
2525
rocm_save_CPPFLAGS="$CPPFLAGS"
2626
rocm_save_LDFLAGS="$LDFLAGS"
27-
27+
2828
# Get some configuration information
2929
AC_ARG_WITH([rocm],
3030
[AS_HELP_STRING([--with-rocm(=DIR)],
@@ -51,7 +51,7 @@ AC_DEFUN([OPAL_CHECK_ROCM],[
5151
5252
LDFLAGS="$rocm_save_LDFLAGS"
5353
OPAL_APPEND([CPPFLAGS], [${$1_CPPFLAGS}] )
54-
54+
5555
AS_IF([ test "$opal_check_rocm_happy" = "no" ],
5656
[ CPPFLAGS="$rocm_save_CPPFLAGS"])
5757

config/opal_setup_wrappers.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ AC_DEFUN([OPAL_SETUP_RUNPATH],[
270270
LDFLAGS="$LDFLAGS_save ${wl_fc}--enable-new-dtags"
271271
AC_LANG_PUSH([Fortran])
272272
AC_MSG_CHECKING([if Fortran linker supports RUNPATH])
273-
AC_LINK_IFELSE([AC_LANG_SOURCE([[program test
273+
AC_LINK_IFELSE([AC_LANG_SOURCE([[program test
274274
end program]])],
275275
[runpath_fc_args="${wl_fc}--enable-new-dtags"
276276
AC_MSG_RESULT([yes (-Wl,--enable-new-dtags)])],

contrib/amca-param-sets/ft-mpi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# $HEADER$
1010
#
1111
# An Aggregate MCA Parameter Set to setup an environment that can support
12-
# User-Level Failure Mitigation (ULFM) fault tolerance (must also be
12+
# User-Level Failure Mitigation (ULFM) fault tolerance (must also be
1313
# compiled in with --with-ft=mpi).
1414
#
1515
# Usage:

contrib/git-clean.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Additional copyrights may follow
66
#
77
# $HEADER$
8-
#
8+
#
99
# Trivial helper script to git clean a tree and all of its submodules.
1010

1111
set -euo pipefail

docs/man-openmpi/man3/MPI_Aint_diff.3.rst

Lines changed: 1 addition & 1 deletion

docs/man-openmpi/man3/MPI_Allgather_init.3.rst

Lines changed: 1 addition & 1 deletion

docs/man-openmpi/man3/MPI_Allgatherv_init.3.rst

Lines changed: 1 addition & 1 deletion

docs/man-openmpi/man3/MPI_Allreduce_init.3.rst

Lines changed: 1 addition & 1 deletion

docs/man-openmpi/man3/MPI_Alltoall_init.3.rst

Lines changed: 1 addition & 1 deletion

docs/man-openmpi/man3/MPI_Alltoallv_init.3.rst

Lines changed: 1 addition & 1 deletion

docs/man-openmpi/man3/MPI_Alltoallw_init.3.rst

Lines changed: 1 addition & 1 deletion

docs/man-openmpi/man3/MPI_Barrier_init.3.rst

Lines changed: 1 addition & 1 deletion

docs/man-openmpi/man3/MPI_Bcast_init.3.rst

Lines changed: 1 addition & 1 deletion

docs/man-openmpi/man3/MPI_Comm_c2f.3.rst

Lines changed: 1 addition & 1 deletion

docs/man-openmpi/man3/MPI_Exscan_init.3.rst

Lines changed: 1 addition & 1 deletion

docs/man-openmpi/man3/MPI_File_c2f.3.rst

Lines changed: 1 addition & 1 deletion

docs/man-openmpi/man3/MPI_File_f2c.3.rst

Lines changed: 1 addition & 1 deletion

docs/man-openmpi/man3/MPI_Gather_init.3.rst

Lines changed: 1 addition & 1 deletion

docs/man-openmpi/man3/MPI_Gatherv_init.3.rst

Lines changed: 1 addition & 1 deletion

docs/man-openmpi/man3/MPI_Get_elements_x.3.rst

Lines changed: 1 addition & 1 deletion

docs/man-openmpi/man3/MPI_Group_c2f.3.rst

Lines changed: 1 addition & 1 deletion

docs/man-openmpi/man3/MPI_Group_f2c.3.rst

Lines changed: 1 addition & 1 deletion

docs/man-openmpi/man3/MPI_Iallgather.3.rst

Lines changed: 1 addition & 1 deletion

docs/man-openmpi/man3/MPI_Iallgatherv.3.rst

Lines changed: 1 addition & 1 deletion

docs/man-openmpi/man3/MPI_Iallreduce.3.rst

Lines changed: 1 addition & 1 deletion

docs/man-openmpi/man3/MPI_Ialltoall.3.rst

Lines changed: 1 addition & 1 deletion

docs/man-openmpi/man3/MPI_Ialltoallv.3.rst

Lines changed: 1 addition & 1 deletion

docs/man-openmpi/man3/MPI_Ialltoallw.3.rst

Lines changed: 1 addition & 1 deletion

docs/man-openmpi/man3/MPI_Ibarrier.3.rst

Lines changed: 1 addition & 1 deletion

docs/man-openmpi/man3/MPI_Ibcast.3.rst

Lines changed: 1 addition & 1 deletion

docs/man-openmpi/man3/MPI_Iexscan.3.rst

Lines changed: 1 addition & 1 deletion

docs/man-openmpi/man3/MPI_Igather.3.rst

Lines changed: 1 addition & 1 deletion

docs/man-openmpi/man3/MPI_Igatherv.3.rst

Lines changed: 1 addition & 1 deletion

docs/man-openmpi/man3/MPI_Ineighbor_allgather.3.rst

Lines changed: 1 addition & 1 deletion

docs/man-openmpi/man3/MPI_Ineighbor_allgatherv.3.rst

Lines changed: 1 addition & 1 deletion

docs/man-openmpi/man3/MPI_Ineighbor_alltoall.3.rst

Lines changed: 1 addition & 1 deletion

docs/man-openmpi/man3/MPI_Ineighbor_alltoallv.3.rst

Lines changed: 1 addition & 1 deletion

docs/man-openmpi/man3/MPI_Ineighbor_alltoallw.3.rst

Lines changed: 1 addition & 1 deletion

docs/man-openmpi/man3/MPI_Info_c2f.3.rst

Lines changed: 1 addition & 1 deletion

docs/man-openmpi/man3/MPI_Info_f2c.3.rst

Lines changed: 1 addition & 1 deletion

docs/man-openmpi/man3/MPI_Ireduce.3.rst

Lines changed: 1 addition & 1 deletion

docs/man-openmpi/man3/MPI_Ireduce_scatter.3.rst

Lines changed: 1 addition & 1 deletion

docs/man-openmpi/man3/MPI_Ireduce_scatter_block.3.rst

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)