[Openmp-commits] [openmp] r269835 - Remove trailing whitespace in READMEs, CREDITS.txt and index.html

Jonathan Peyton via Openmp-commits openmp-commits at lists.llvm.org
Tue May 17 13:48:42 PDT 2016


Author: jlpeyton
Date: Tue May 17 15:48:42 2016
New Revision: 269835

URL: http://llvm.org/viewvc/llvm-project?rev=269835&view=rev
Log:
Remove trailing whitespace in READMEs, CREDITS.txt and index.html

Modified:
    openmp/trunk/CREDITS.txt
    openmp/trunk/runtime/Build_With_CMake.txt
    openmp/trunk/runtime/README.txt
    openmp/trunk/www/README.txt
    openmp/trunk/www/index.html

Modified: openmp/trunk/CREDITS.txt
URL: http://llvm.org/viewvc/llvm-project/openmp/trunk/CREDITS.txt?rev=269835&r1=269834&r2=269835&view=diff
==============================================================================
--- openmp/trunk/CREDITS.txt (original)
+++ openmp/trunk/CREDITS.txt Tue May 17 15:48:42 2016
@@ -18,7 +18,7 @@ D: Contributor to testsuite from OpenUH
 N: Barbara Chapman
 D: Contributor to testsuite from OpenUH
 
-N: University of Houston 
+N: University of Houston
 W: http://web.cs.uh.edu/~openuh/download/
 D: OpenUH test suite
 
@@ -49,5 +49,5 @@ N: Alp Toker
 E: alp at nuanti.com
 D: Making build work for FreeBSD.
 
-N: Cheng Wang 
+N: Cheng Wang
 D: Contributor to testsuite from OpenUH

Modified: openmp/trunk/runtime/Build_With_CMake.txt
URL: http://llvm.org/viewvc/llvm-project/openmp/trunk/runtime/Build_With_CMake.txt?rev=269835&r1=269834&r2=269835&view=diff
==============================================================================
--- openmp/trunk/runtime/Build_With_CMake.txt (original)
+++ openmp/trunk/runtime/Build_With_CMake.txt Tue May 17 15:48:42 2016
@@ -14,7 +14,7 @@ How to Build the LLVM* OpenMP* Runtime L
 ==========================================================
 
 ==== Version of CMake required: v2.8.0 or above ====
- 
+
 ============================================
 How to call cmake initially, then repeatedly
 ============================================
@@ -40,9 +40,9 @@ How to call cmake initially, then repeat
   for an empty build directory, but other Build options are used at any time.
 - The file CMakeCache.txt which is created after the first call to cmake
   is a configuration file which holds all the values for the Build options.
-  These configuration values can be changed using a text editor to modify 
+  These configuration values can be changed using a text editor to modify
   CMakeCache.txt as opposed to using definitions on the command line.
-- To have cmake create a particular type of build generator file simply 
+- To have cmake create a particular type of build generator file simply
   inlude the -G <Generator name> option:
   $ cmake -G "Unix Makefiles" ...
   You can see a list of generators cmake supports by executing cmake with
@@ -106,7 +106,7 @@ Specify the Fortran compiler
 This option is Windows* Only
 
 -DLIBOMP_ARCH=i386|x86_64|arm|ppc64|ppc64le|aarch64|mic
-The default for the option is chosen based on the probing the compiler for 
+The default for the option is chosen based on the probing the compiler for
 architecture macros (e.g., is __x86_64__ predefined by compiler?).
 
 ==== First values listed are the default value ====
@@ -122,13 +122,13 @@ OpenMP version can be either 41, 40 or 3
 -DLIBOMP_MIC_ARCH=knc|knf
 This value is ignored if LIBOMP_ARCH != mic
 Intel(R) MIC Architecture, can be knf or knc.
-  
+
 -DLIBOMP_FORTRAN_MODULES=off|on
 Should the Fortran modules be created (requires Fortran compiler)
 
--DLIBOMP_USE_ADAPTIVE_LOCKS=on|off       
-Should adaptive (TSX-based) locks be included?  
-These are x86 specific.  This feature is turned on by default 
+-DLIBOMP_USE_ADAPTIVE_LOCKS=on|off
+Should adaptive (TSX-based) locks be included?
+These are x86 specific.  This feature is turned on by default
 for i386 and x86_64.  Otherwise, it is turned off.
 
 -DLIBOMP_USE_INTERNODE_ALIGNMENT=off|on
@@ -173,7 +173,7 @@ http://www.open-mpi.org/projects/hwloc
 Default: /usr/local
 This option is only used if LIBOMP_USE_HWLOC is on.
 Specifies install location of Hwloc. The configuration system will look for
-hwloc.h in ${LIBOMP_HWLOC_INSTALL_DIR}/include and the library in 
+hwloc.h in ${LIBOMP_HWLOC_INSTALL_DIR}/include and the library in
 ${LIBOMP_HWLOC_INSTALL_DIR}/lib.
 
 -DLIBOMP_LLVM_LIT_EXECUTABLE=/path/to/llvm-lit
@@ -187,7 +187,7 @@ Additional path to search for LLVM tools
 ================================
 How to append flags to the build
 ================================
-- These flags are *appended*.  They do not 
+- These flags are *appended*.  They do not
   overwrite any of the preset flags.
 -DLIBOMP_CPPFLAGS=<space-separated flags> -- Additional C preprocessor flags
 -DLIBOMP_CFLAGS=<space-separated flags>   -- Additional C compiler flags

Modified: openmp/trunk/runtime/README.txt
URL: http://llvm.org/viewvc/llvm-project/openmp/trunk/runtime/README.txt?rev=269835&r1=269834&r2=269835&view=diff
==============================================================================
--- openmp/trunk/runtime/README.txt (original)
+++ openmp/trunk/runtime/README.txt Tue May 17 15:48:42 2016
@@ -6,10 +6,10 @@ How to Build Documentation
 ==========================
 
 The main documentation is in Doxygen* format, and this distribution
-should come with pre-built PDF documentation in doc/Reference.pdf.  
+should come with pre-built PDF documentation in doc/Reference.pdf.
 However, an HTML version can be built by executing:
 
-% doxygen doc/doxygen/config 
+% doxygen doc/doxygen/config
 
 in the runtime directory.
 
@@ -45,7 +45,7 @@ For details about building, please look
 
 Architectures Supported
 =======================
-* IA-32 architecture 
+* IA-32 architecture
 * Intel(R) 64 architecture
 * Intel(R) Many Integrated Core Architecture
 * ARM* architecture
@@ -56,7 +56,7 @@ Architectures Supported
 Supported RTL Build Configurations
 ==================================
 
-Supported Architectures: IA-32 architecture, Intel(R) 64, and 
+Supported Architectures: IA-32 architecture, Intel(R) 64, and
 Intel(R) Many Integrated Core Architecture
 
               ----------------------------------------------
@@ -68,15 +68,15 @@ Intel(R) Many Integrated Core Architectu
 | Windows* OS |   Yes(1,4)    |  No         | No           |
 ------------------------------------------------------------
 
-(1) On IA-32 architecture and Intel(R) 64, icc/icl versions 12.x are 
+(1) On IA-32 architecture and Intel(R) 64, icc/icl versions 12.x are
     supported (12.1 is recommended).
 (2) GCC* version 4.7 is supported.
 (3) For icc on OS X*, OS X* version 10.5.8 is supported.
 (4) Intel(R) Many Integrated Core Architecture not supported.
-(5) On Intel(R) Many Integrated Core Architecture, icc/icl versions 13.0 
+(5) On Intel(R) Many Integrated Core Architecture, icc/icl versions 13.0
     or later are required.
 (6) Clang* version 3.3 is supported.
-(7) Clang* currently does not offer a software-implemented 128 bit extended 
+(7) Clang* currently does not offer a software-implemented 128 bit extended
     precision type.  Thus, all entry points reliant on this type are removed
     from the library and cannot be called in the user program.  The following
     functions are not available:

Modified: openmp/trunk/www/README.txt
URL: http://llvm.org/viewvc/llvm-project/openmp/trunk/www/README.txt?rev=269835&r1=269834&r2=269835&view=diff
==============================================================================
--- openmp/trunk/www/README.txt (original)
+++ openmp/trunk/www/README.txt Tue May 17 15:48:42 2016
@@ -6,10 +6,10 @@ How to Build Documentation
 ==========================
 
 The main documentation is in Doxygen* format, and this distribution
-should come with pre-built PDF documentation in doc/Reference.pdf.  
+should come with pre-built PDF documentation in doc/Reference.pdf.
 However, an HTML version can be built by executing:
 
-% doxygen doc/doxygen/config 
+% doxygen doc/doxygen/config
 
 in the runtime directory.
 
@@ -45,7 +45,7 @@ For details about building, please look
 
 Architectures Supported
 =======================
-* IA-32 architecture 
+* IA-32 architecture
 * Intel(R) 64 architecture
 * Intel(R) Many Integrated Core Architecture
 * ARM* architecture
@@ -56,7 +56,7 @@ Architectures Supported
 Supported RTL Build Configurations
 ==================================
 
-Supported Architectures: IA-32 architecture, Intel(R) 64, and 
+Supported Architectures: IA-32 architecture, Intel(R) 64, and
 Intel(R) Many Integrated Core Architecture
 
               ----------------------------------------------
@@ -68,15 +68,15 @@ Intel(R) Many Integrated Core Architectu
 | Windows* OS |   Yes(1,4)    |  No         | No           |
 ------------------------------------------------------------
 
-(1) On IA-32 architecture and Intel(R) 64, icc/icl versions 12.x are 
+(1) On IA-32 architecture and Intel(R) 64, icc/icl versions 12.x are
     supported (12.1 is recommended).
 (2) GCC* version 4.7 is supported.
 (3) For icc on OS X*, OS X* version 10.5.8 is supported.
 (4) Intel(R) Many Integrated Core Architecture not supported.
-(5) On Intel(R) Many Integrated Core Architecture, icc/icl versions 13.0 
+(5) On Intel(R) Many Integrated Core Architecture, icc/icl versions 13.0
     or later are required.
 (6) Clang* version 3.3 is supported.
-(7) Clang* currently does not offer a software-implemented 128 bit extended 
+(7) Clang* currently does not offer a software-implemented 128 bit extended
     precision type.  Thus, all entry points reliant on this type are removed
     from the library and cannot be called in the user program.  The following
     functions are not available:

Modified: openmp/trunk/www/index.html
URL: http://llvm.org/viewvc/llvm-project/openmp/trunk/www/index.html?rev=269835&r1=269834&r2=269835&view=diff
==============================================================================
--- openmp/trunk/www/index.html (original)
+++ openmp/trunk/www/index.html Tue May 17 15:48:42 2016
@@ -105,7 +105,7 @@
         <li>High performance.</li>
         <li>ABI compatibility with <a href="http://gcc.gnu.org">Gcc</a> and
         <a href="http://software.intel.com/en-us/intel-compilers">Intel's
-        existing OpenMP compilers.</a> 
+        existing OpenMP compilers.</a>
         We currently have binary compatibility with OpenMP
         3.1 code compiled by gcc 4.9, however we do not have support
         for OpenMP 4.0 code that uses task cancellation when compiled
@@ -133,7 +133,7 @@
    by the other compilers).
    </p>
 
-  <p>The OpenMP runtime is known to work on 
+  <p>The OpenMP runtime is known to work on
     <ul>
       <li>ARM®  architecture processors</li>
       <li>PowerPC™  processors</li>
@@ -145,8 +145,8 @@
     </ul>
     Ports to other architectures and operating systems are welcome.
   </p>
-  
-  <p>A full OS and archiecture compatibility matrix is in 
+
+  <p>A full OS and archiecture compatibility matrix is in
     <a href="README.txt">README.txt</a>
   </p>
 
@@ -187,7 +187,7 @@
     <li><code>cmake path/to/openmp -DCMAKE_C_COMPILER=<C compiler> -DCMAKE_CXX_COMPILER=<C++ compiler></code></li>
     <li><code>make</code></li>
   </ul>
-  
+
   <p>Full details of how to build are in the
     <a href="README.txt">README.txt</a> and Build_With_CMake.txt (inside the runtime/ subdirectory)
   </p>




More information about the Openmp-commits mailing list