From 37ca8446ee855d9770798fae6d76b5b6f2e95f61 Mon Sep 17 00:00:00 2001
From: sjplimp
(3) The "compiler/linker settings" section lists compiler and linker +
(2) The "compiler/linker settings" section lists compiler and linker settings for your C++ compiler, including optimization flags. You can use g++, the open-source GNU compiler, which is available on all Unix systems. You can also use mpicc which will typically be available if @@ -195,7 +195,7 @@ dependency files (a long list of errors involving *.d files), then you'll need to create a Makefile.foo patterned after Makefile.storm, which uses different rules that do not involve dependency files.
-(3) The "system-specific settings" section has 4 parts. +
(3) The "system-specific settings" section has 5 parts.
(3.a) The LMP_INC variable is used to include options that turn on system-dependent ifdefs within the LAMMPS code. The settings diff --git a/doc/Section_start.txt b/doc/Section_start.txt index 4946914de0..0d91f1fd97 100644 --- a/doc/Section_start.txt +++ b/doc/Section_start.txt @@ -167,7 +167,7 @@ section, and the "system-specific settings" section. the "#", and whatever other options you set. This is the line you will see if you just type "make". -(3) The "compiler/linker settings" section lists compiler and linker +(2) The "compiler/linker settings" section lists compiler and linker settings for your C++ compiler, including optimization flags. You can use g++, the open-source GNU compiler, which is available on all Unix systems. You can also use mpicc which will typically be available if @@ -190,7 +190,7 @@ dependency files (a long list of errors involving *.d files), then you'll need to create a Makefile.foo patterned after Makefile.storm, which uses different rules that do not involve dependency files. -(3) The "system-specific settings" section has 4 parts. +(3) The "system-specific settings" section has 5 parts. (3.a) The LMP_INC variable is used to include options that turn on system-dependent ifdefs within the LAMMPS code. The settings diff --git a/doc/compute_event_displace.html b/doc/compute_event_displace.html index 221f8506a0..206ef664c0 100644 --- a/doc/compute_event_displace.html +++ b/doc/compute_event_displace.html @@ -41,7 +41,8 @@ further than the threshold distance. due to thermal motion, an external force, or an initial net momentum, then this compute will not be able to distinguish that motion from local atom displacements and may generate "false postives." -Output info: +
+Output info:
This compute calculates a global scalar (the flag). This value can be used by any command that uses a global scalar value from a compute as diff --git a/doc/compute_event_displace.txt b/doc/compute_event_displace.txt index 34149c95c6..cf40ae7758 100644 --- a/doc/compute_event_displace.txt +++ b/doc/compute_event_displace.txt @@ -38,6 +38,7 @@ NOTE: If the system is undergoing significant center-of-mass motion, due to thermal motion, an external force, or an initial net momentum, then this compute will not be able to distinguish that motion from local atom displacements and may generate "false postives." + [Output info:] This compute calculates a global scalar (the flag). This value can be diff --git a/doc/dump_image.html b/doc/dump_image.html index 52138e8cdc..ab2cda6df0 100644 --- a/doc/dump_image.html +++ b/doc/dump_image.html @@ -435,7 +435,8 @@ details.
The defaults for the keywords are as follows:
-