diff -Naur lammps-21Feb17/bench/FERMI/README lammps-7Mar17/bench/FERMI/README
--- lammps-21Feb17/bench/FERMI/README 2015-01-09 09:16:10.000000000 -0700
+++ lammps-7Mar17/bench/FERMI/README 2017-03-07 09:48:20.062786000 -0700
@@ -14,7 +14,7 @@
lmp_linux_double
The precision (single, mixed, double) refers to the GPU and USER-CUDA
-pacakge precision. See the README files in the lib/gpu and lib/cuda
+package precision. See the README files in the lib/gpu and lib/cuda
directories for instructions on how to build the packages with
different precisions. The GPU and USER-CUDA sub-sections of the
doc/Section_accelerate.html file also describes this process.
diff -Naur lammps-21Feb17/doc/Makefile lammps-7Mar17/doc/Makefile
--- lammps-21Feb17/doc/Makefile 2016-11-22 08:52:42.000000000 -0700
+++ lammps-7Mar17/doc/Makefile 2017-03-07 09:48:20.062786000 -0700
@@ -22,7 +22,7 @@
SOURCES=$(wildcard src/*.txt)
OBJECTS=$(SOURCES:src/%.txt=$(RSTDIR)/%.rst)
-.PHONY: help clean-all clean epub html pdf old venv
+.PHONY: help clean-all clean epub html pdf old venv spelling
# ------------------------------------------
@@ -44,6 +44,10 @@
clean:
rm -rf $(RSTDIR) html
+ rm -rf spelling
+
+clean-spelling:
+ rm -rf spelling
html: $(OBJECTS)
@(\
@@ -64,6 +68,17 @@
@rm -rf html/USER/*/*.[sg]*
@echo "Build finished. The HTML pages are in doc/html."
+spelling: $(OBJECTS) utils/sphinx-config/false_positives.txt
+ @(\
+ . $(VENV)/bin/activate ;\
+ pip install sphinxcontrib-spelling ;\
+ cp -r src/* $(RSTDIR)/ ;\
+ cp utils/sphinx-config/false_positives.txt $(RSTDIR)/ ;\
+ sphinx-build -b spelling -c utils/sphinx-config -d $(BUILDDIR)/doctrees $(RSTDIR) spelling ;\
+ deactivate ;\
+ )
+ @echo "Spell check finished."
+
epub: $(OBJECTS)
@mkdir -p epub
@rm -f LAMMPS.epub
diff -Naur lammps-21Feb17/doc/html/.buildinfo lammps-7Mar17/doc/html/.buildinfo
--- lammps-21Feb17/doc/html/.buildinfo 2017-02-21 16:45:34.000000000 -0700
+++ lammps-7Mar17/doc/html/.buildinfo 2017-03-07 10:19:52.849393853 -0700
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
-config: 77d5ad299193c453aca4fdf1c8ee5ba9
+config: d048617944d275a01e769de640ed37af
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff -Naur lammps-21Feb17/doc/html/USER/atc/man_consistent_fe_initialization.html lammps-7Mar17/doc/html/USER/atc/man_consistent_fe_initialization.html
--- lammps-21Feb17/doc/html/USER/atc/man_consistent_fe_initialization.html 2017-02-21 16:45:34.000000000 -0700
+++ lammps-7Mar17/doc/html/USER/atc/man_consistent_fe_initialization.html 2017-03-07 10:19:52.857394092 -0700
@@ -27,7 +27,7 @@
syntax
fix_modify AtC consistent_fe_initialization <on | off>
-- <on|off> = switch to activiate/deactiviate the intial setting of FE intrinsic field to match the projected MD field
+- <on|off> = switch to activiate/deactiviate the initial setting of FE intrinsic field to match the projected MD field
diff -Naur lammps-21Feb17/doc/html/bond_oxdna.html lammps-7Mar17/doc/html/bond_oxdna.html
--- lammps-21Feb17/doc/html/bond_oxdna.html 1969-12-31 17:00:00.000000000 -0700
+++ lammps-7Mar17/doc/html/bond_oxdna.html 2017-03-07 10:19:52.858394121 -0700
@@ -0,0 +1,178 @@
+
+
+
+
+
+
+
+
+
+
+ <no title> — LAMMPS documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff -Naur lammps-21Feb17/doc/html/bond_oxdna_fene.html lammps-7Mar17/doc/html/bond_oxdna_fene.html
--- lammps-21Feb17/doc/html/bond_oxdna_fene.html 2017-02-21 16:45:34.000000000 -0700
+++ lammps-7Mar17/doc/html/bond_oxdna_fene.html 1969-12-31 17:00:00.000000000 -0700
@@ -1,178 +0,0 @@
-
-
-
-
-
-
-
-
-
-
- <no title> — LAMMPS documentation
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff -Naur lammps-21Feb17/doc/html/objects.inv lammps-7Mar17/doc/html/objects.inv
--- lammps-21Feb17/doc/html/objects.inv 2017-02-21 16:45:34.000000000 -0700
+++ lammps-7Mar17/doc/html/objects.inv 2017-03-07 10:19:52.874394595 -0700
@@ -1,6 +1,6 @@
# Sphinx inventory version 2
# Project: LAMMPS
-# Version: 21 Feb 2017
+# Version: 7 Mar 2017
# The remainder of this file is compressed using zlib.
xKOKIP(.IILJQ5THe(+x\)XT$}SJsRS3P@Ġ!
S D1
\ No newline at end of file
diff -Naur lammps-21Feb17/doc/html/pair_kolmogorov_crespi_z.html lammps-7Mar17/doc/html/pair_kolmogorov_crespi_z.html
--- lammps-21Feb17/doc/html/pair_kolmogorov_crespi_z.html 1969-12-31 17:00:00.000000000 -0700
+++ lammps-7Mar17/doc/html/pair_kolmogorov_crespi_z.html 2017-03-07 10:19:52.859394151 -0700
@@ -0,0 +1,178 @@
+
+
+
+
+
+
+
+
+
+
+ <no title> — LAMMPS documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff -Naur lammps-21Feb17/doc/html/pair_oxdna.html lammps-7Mar17/doc/html/pair_oxdna.html
--- lammps-21Feb17/doc/html/pair_oxdna.html 1969-12-31 17:00:00.000000000 -0700
+++ lammps-7Mar17/doc/html/pair_oxdna.html 2017-03-07 10:19:52.852393943 -0700
@@ -0,0 +1,178 @@
+
+
+
+
+
+
+
+
+
+
+ <no title> — LAMMPS documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff -Naur lammps-21Feb17/doc/html/pair_oxdna_excv.html lammps-7Mar17/doc/html/pair_oxdna_excv.html
--- lammps-21Feb17/doc/html/pair_oxdna_excv.html 2017-02-21 16:45:34.000000000 -0700
+++ lammps-7Mar17/doc/html/pair_oxdna_excv.html 1969-12-31 17:00:00.000000000 -0700
@@ -1,178 +0,0 @@
-
-
-
-
-
-
-
-
-
-
- <no title> — LAMMPS documentation
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff -Naur lammps-21Feb17/doc/src/Eqs/pair_kolmogorov_crespi_z.jpg lammps-7Mar17/doc/src/Eqs/pair_kolmogorov_crespi_z.jpg
--- lammps-21Feb17/doc/src/Eqs/pair_kolmogorov_crespi_z.jpg 1969-12-31 17:00:00.000000000 -0700
+++ lammps-7Mar17/doc/src/Eqs/pair_kolmogorov_crespi_z.jpg 2017-03-07 09:48:20.062786000 -0700
@@ -0,0 +1,124 @@
+ JFIF C
+
$.' ",#(7),01444'9=82<.342 C
2!!22222222222222222222222222222222222222222222222222 "
+ } !1AQa"q2#BR$3br
+%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz
+ w !1AQaq"2B #3Rbr
+$4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ? (
+(
+(
+(
+(
+(
+(
+(
+(
+5ug75+ap#`%F dzI⇀#% ;(3]-N5SlшV)^Ig#8;:+ T 3\ _P\xP
+