complete LAMMPS shell docs interation. Warn if exceptions are missing but don't fail

This commit is contained in:
Axel Kohlmeyer
2020-10-04 14:03:34 -04:00
parent e360219a8a
commit ffcd905bf1
6 changed files with 144 additions and 13 deletions

View File

@ -541,7 +541,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).
@ -557,6 +558,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: