Unverified Commit 524b3759 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

correct various misspelled words and remove corresponding false positives

parent 1372c20d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -317,7 +317,7 @@ Several options are available and "mode=exe" is the default.
.. code-block:: bash

   make machine               # build LAMMPS executable lmp_machine
   mkae mode=exe machine      # same as "make machine"
   make mode=exe machine      # same as "make machine"
   make mode=lib machine      # build LAMMPS static lib liblammps_machine.a
   make mode=shlib machine    # build LAMMPS shared lib liblammps_machine.so
   make mode=shexe machine    # same as "mode=exe" but uses objects from "mode=shlib"
+1 −1
Original line number Diff line number Diff line
@@ -112,7 +112,7 @@ folder, recreate the directory and start over.
The cmake command takes one required argument, which is the LAMMPS
cmake directory which contains the CMakeLists.txt file.

The argument can be preceeded or followed by various CMake
The argument can be prefixed or followed by various CMake
command-line options.  Several useful ones are:

.. code-block:: bash
+1 −1
Original line number Diff line number Diff line
@@ -95,7 +95,7 @@ to assist:
   FFT_LIB =       -lfftw3 -lfftw3_omp # FFTW3 double precision with threads (needs -DFFT_FFTW_THREADS)
   FFT_LIB =       -lfftw3 -lfftw3f    # FFTW3 single precision
   FFT_LIB =       -lmkl_intel_lp64 -lmkl_sequential -lmkl_core   # MKL with Intel compiler, serial interface
   FFT_LIB =       -lmkl_gf_lp64 -lmkl_sequential -lmkl_core      # MKL with GNU compier, serial interface
   FFT_LIB =       -lmkl_gf_lp64 -lmkl_sequential -lmkl_core      # MKL with GNU compiler, serial interface
   FFT_LIB =       -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core # MKL with Intel compiler, threaded interface
   FFT_LIB =       -lmkl_gf_lp64 -lmkl_gnu_thread -lmkl_core      # MKL with GNU compiler, threaded interface
   FFT_LIB =       -lmkl_rt            # MKL with automatic runtime selection of interface libs
+1 −1
Original line number Diff line number Diff line
@@ -110,7 +110,7 @@ of a center of mass, which requires summing mass\*position over the
atoms and then dividing by summed mass.

All of these computes produce a global vector or global array as
output, wih one or more values per chunk.  The output can be used in
output, with one or more values per chunk.  The output can be used in
various ways:

* As input to the :doc:`fix ave/time <fix_ave_time>` command, which can
+1 −1
Original line number Diff line number Diff line
@@ -746,7 +746,7 @@ invoked at run time via the "-sf opt" or "-suffix opt" :doc:`command-line switch
have styles optimized for CPU performance.

**Authors:** James Fischer (High Performance Technologies), David Richie,
and Vincent Natoli (Stone Ridge Technolgy).
and Vincent Natoli (Stone Ridge Technology).

**Install:**

Loading