Merge branch 'master' into progguide-axel

This commit is contained in:
Axel Kohlmeyer
2020-10-06 17:11:47 -04:00
31 changed files with 1252 additions and 67 deletions

View File

@ -542,7 +542,8 @@ using CMake or Make.
.. code-block:: bash
-D BUILD_TOOLS=value # yes or no (default)
-D BUILD_TOOLS=value # yes or no (default)
-D BUILD_LAMMPS_SHELL=value # yes or no (default)
The generated binaries will also become part of the LAMMPS installation
(see below).
@ -558,6 +559,9 @@ using CMake or Make.
make micelle2d # build only micelle2d tool
make thermo_extract # build only thermo_extract tool
cd lammps/tools/lammps-shell
make # build LAMMPS shell
----------
.. _install: