Skip to content

Commit

Permalink
Remove Trailing Whitespace
Browse files Browse the repository at this point in the history
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 <szegel@amazon.com>
  • Loading branch information
a-szegel committed May 16, 2022
1 parent c4d9812 commit 8b42e55
Show file tree
Hide file tree
Showing 73 changed files with 968 additions and 968 deletions.
10 changes: 5 additions & 5 deletions 3rd-party/romio341/.codingcheck
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Here are names that at least at one point were used within ROMIO.
# We should look at these and decide which we wish to allow and which
# We should look at these and decide which we wish to allow and which
# should be replaced with something more ROMIO-specific.
%romioDefines = ( 'ROMIO_[A-Za-z0-9_]+' => romio,
'PROFILE' => romio,
'PRINT_ERR_MSG' => romio,
%romioDefines = ( 'ROMIO_[A-Za-z0-9_]+' => romio,
'PROFILE' => romio,
'PRINT_ERR_MSG' => romio,
'HPUX' => romio,
'SPPUX'=> romio,
'SX4'=> romio,
Expand Down Expand Up @@ -50,5 +50,5 @@
if (defined(&PushDefinesNames)) {
&PushDefinesNames( "romioDefines", "tree", "add" );
}

1;
12 changes: 6 additions & 6 deletions 3rd-party/romio341/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ include $(top_srcdir)/Makefile.options
ACLOCAL_AMFLAGS = -I confdb

# empty variable initializations so that later code can append (+=)
include_HEADERS =
include_HEADERS =
nodist_include_HEADERS =
noinst_HEADERS =
noinst_HEADERS =
AM_CFLAGS = @VISIBILITY_CFLAGS@
EXTRA_DIST =
SUFFIXES =
SUFFIXES =
doc1_src_txt =

external_subdirs = @mpl_srcdir@
Expand All @@ -55,14 +55,14 @@ external_libs = @mpl_lib@
# In MPICH these will have an MPI_ and a PMPI_ version. Other implementations
# (like OMPI) only want these to be MPI_ routines, possibly with some
# name-shifting prefix.
romio_mpi_sources =
romio_mpi_sources =

# regular old source files that implement ROMIO, such as ADIO code
romio_other_sources =

# code that may need to be "up" called from the MPI library and/or is
# MPI-implementation-specific in some way
glue_sources =
glue_sources =

# ------------------------------------------------------------------------
# when building under MPICH we must be able to find mpi.h
Expand Down Expand Up @@ -110,7 +110,7 @@ if BUILD_PROFILING_LIB
# won't work very well the other way around.
noinst_LTLIBRARIES += libpromio.la
libpromio_la_SOURCES = $(romio_mpi_sources)
libpromio_la_CPPFLAGS = $(AM_CPPFLAGS) -DMPIO_BUILD_PROFILING
libpromio_la_CPPFLAGS = $(AM_CPPFLAGS) -DMPIO_BUILD_PROFILING
libpromio_la_LDFLAGS = $(external_ldflags)
libpromio_la_LIBADD = $(external_libs)
else !BUILD_PROFILING_LIB
Expand Down
174 changes: 87 additions & 87 deletions 3rd-party/romio341/README

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 3rd-party/romio341/adio/ad_gpfs/bg/Makefile.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ noinst_HEADERS += \

romio_other_sources += \
adio/ad_gpfs/bg/ad_bg_aggrs.c \
adio/ad_gpfs/bg/ad_bg_pset.c
adio/ad_gpfs/bg/ad_bg_pset.c

endif BUILD_AD_BG
22 changes: 11 additions & 11 deletions 3rd-party/romio341/adio/ad_lustre/README
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Upcoming soon:
Upcoming soon:
o Hierarchical striping as described in the paper from CCGrid2007
http://ft.ornl.gov/projects/io/pubs/CCGrid-2007-file-joining.pdf
Further out:
o To post the code for ParColl (Partitioned collective IO)

-----------------------------------------------------
V05:
V05:
-----------------------------------------------------
Improved data redistribution
o Improve I/O pattern identification. Besides checking interleaving,
Expand All @@ -20,12 +20,12 @@ Improved data redistribution
more constant clients.

-----------------------------------------------------
V04:
V04:
-----------------------------------------------------
o Direct IO and Lockless IO support

-----------------------------------------------------
V03:
V03:
-----------------------------------------------------
o Correct detection of fs_type when lustre: prefix is not given
o Further fix on stripe alignment
Expand All @@ -34,21 +34,21 @@ V03:
-----------------------------------------------------
V02:
-----------------------------------------------------
The Lustre ADIO driver has been cleaned up quite a lot. Compared
The Lustre ADIO driver has been cleaned up quite a lot. Compared
to the intital posting, here are the changes:
o Removal of dead/redundant code
o Removal of asynchronous IO piece as it appears outdated
o Bug fixes for setting Lustre Hints
o Bug fixes for data sieving
o Improved Setsize operation with one process calling ftruncate
o Improved collective IO with domain partitioning on
o Bug fixes for data sieving
o Improved Setsize operation with one process calling ftruncate
o Improved collective IO with domain partitioning on
Lustre stripe boundary

Contributing:
o You may contribute via many different ways, such as
o You may contribute via many different ways, such as
testing results, bug reports, and new feature patches.
o We appreciate any courtesy reference of this work.
o Disclaimer: you are welcome to try the code, but at your own risk.
o Disclaimer: you are welcome to try the code, but at your own risk.

Contact info:
For more info, visit http://ft.ornl.gov/projects/io/
Expand Down
2 changes: 1 addition & 1 deletion 3rd-party/romio341/confdb/aclocal_am.m4
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dnl AM_IGNORE is an extension that tells (a patched) automake not to
dnl include the specified AC_SUBST variable in the Makefile.in that
dnl automake generates. We don't use AC_DEFUN, since aclocal will
dnl automake generates. We don't use AC_DEFUN, since aclocal will
dnl then complain that AM_IGNORE is a duplicate (if you are using the
dnl patched automake/aclocal).
m4_ifdef([AM_IGNORE],[],[m4_define([AM_IGNORE],[])])
12 changes: 6 additions & 6 deletions 3rd-party/romio341/confdb/aclocal_attr_alias.m4
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ AC_PATH_PROGS_FEATURE_CHECK(NM_G, nm, [
# Tru64's nm complains that /dev/null is an invalid object file
#
# AIX's sed does not accept \+, 1) instead of doing 's|a\+||', do 's|aa*||'
# or 2) instead of 's|A \+B|AB|g', do 's|A *B|AB|g'
# or 2) instead of 's|A \+B|AB|g', do 's|A *B|AB|g'
# Check if nm accepts -g
case `${ac_path_NM_G} -g /dev/null 2>&1 | sed '1q'` in
Expand Down Expand Up @@ -108,7 +108,7 @@ mpif_cmblk_t MPIFCMB;
/*
Do the test in this file instead in the file
where __attribute__((alias)) is used.
where __attribute__((alias)) is used.
This is needed for pgcc since pgcc seems to
define aliased symbols if they are in the same file.
*/
Expand Down Expand Up @@ -171,7 +171,7 @@ if test "$pac_c_attr_alias_other" = "yes" ; then
#if defined(HAVE_STDIO_H) || defined(STDC_HEADERS)
#include <stdio.h>
#endif
struct mpif_cmblk_t_ { int imember; };
typedef struct mpif_cmblk_t_ mpif_cmblk_t;
Expand Down Expand Up @@ -239,7 +239,7 @@ if test "$pac_c_attr_alias_main" = "yes" ; then
cmp_addr=${addr}
fi
done
if test "$diff_addrs" != "yes" ; then
dnl echo "Same addresses. Multiple aliases support"
AC_MSG_RESULT([${NM_G} says yes])
Expand Down Expand Up @@ -348,7 +348,7 @@ dnl the following weird behavour
dnl pgf77 -o ftest ftest.f => when $?=0 with zero stderr output
dnl pgf77 -o ftest ftest.f dummy.o => when $?=0 with non-zero stderr output.
dnl stderr has "ftest.f:".
dnl
dnl
# First create a fortran CONFTEST which will be used repeatedly.
AC_LANG_PUSH([Fortran]) dnl AC_LANG_PUSH([Fortran 77])
AC_LANG_CONFTEST([
Expand Down Expand Up @@ -385,7 +385,7 @@ AC_COMPILE_IFELSE([AC_LANG_SOURCE([])],[
pac_f2c_alignedn_diffbase=no
])
# Be sure NOT to remove the conftest.f which is still needed for later use.
# rm -f conftest.$ac_ext
# rm -f conftest.$ac_ext
# Restore everything in autoconf that has been overwritten
PAC_POP_FLAG([ac_link])
# restore previously pushed LIBS
Expand Down
18 changes: 9 additions & 9 deletions 3rd-party/romio341/confdb/aclocal_bugfix.m4
Original file line number Diff line number Diff line change
Expand Up @@ -17,26 +17,26 @@ dnl Synopsis:
dnl PAC_PROG_CHECK_INSTALL_WORKS
dnl
dnl Output Effect:
dnl Sets the variable 'INSTALL' to the value of 'ac_sh_install' if
dnl Sets the variable 'INSTALL' to the value of 'ac_sh_install' if
dnl a file cannot be installed into a local directory with the 'INSTALL'
dnl program
dnl
dnl Notes:
dnl The 'AC_PROG_INSTALL' scripts tries to avoid broken versions of
dnl install by avoiding directories such as '/usr/sbin' where some
dnl systems are known to have bad versions of 'install'. Unfortunately,
dnl The 'AC_PROG_INSTALL' scripts tries to avoid broken versions of
dnl install by avoiding directories such as '/usr/sbin' where some
dnl systems are known to have bad versions of 'install'. Unfortunately,
dnl this is exactly the sort of test-on-name instead of test-on-capability
dnl that 'autoconf' is meant to eliminate. The test in this script
dnl is very simple but has been adequate for working around problems
dnl on Solaris, where the '/usr/sbin/install' program (known by
dnl autoconf to be bad because it is in /usr/sbin) is also reached by a
dnl is very simple but has been adequate for working around problems
dnl on Solaris, where the '/usr/sbin/install' program (known by
dnl autoconf to be bad because it is in /usr/sbin) is also reached by a
dnl soft link through /bin, which autoconf believes is good.
dnl
dnl No variables are cached to ensure that we do not make a mistake in
dnl No variables are cached to ensure that we do not make a mistake in
dnl our choice of install program.
dnl
dnl The Solaris configure requires the directory name to immediately
dnl follow the '-c' argument, rather than the more common
dnl follow the '-c' argument, rather than the more common
dnl.vb
dnl args sourcefiles destination-dir
dnl.ve
Expand Down
Loading

0 comments on commit 8b42e55

Please sign in to comment.