From 2cefddb16c0617814dda4c921b1e33fd00dfb30f Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Wed, 18 Mar 2020 17:16:47 -0400 Subject: [PATCH] avoid spelling errors --- doc/src/Build_cmake.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/src/Build_cmake.rst b/doc/src/Build_cmake.rst index 981fd1e42e..06e5a87594 100644 --- a/doc/src/Build_cmake.rst +++ b/doc/src/Build_cmake.rst @@ -42,10 +42,10 @@ indicated above, producing (by default) an executable called ``lmp`` and a library called ``liblammps.a`` in the ``build`` folder. If your machine has multiple CPU cores (most do these days), you can -parallelize the compilation with a command like ``make -j N`` (with N -being the number of designated CPU cores). Also installation of -the ``ccache`` (= Compiler Cache) software may speed up repeated -compilation signficantly. +compile sources in parallel with a command like ``make -j N`` (with N +being the maximum number of concurrently executed tasks). Also +installation of the ``ccache`` (= Compiler Cache) software may speed +up repeated compilation, e.g. during code development, significantly. After compilation, you may optionally install the LAMMPS executable into your system with: