avoid spelling errors

This commit is contained in:
Axel Kohlmeyer
2020-03-18 17:16:47 -04:00
parent b903cc6dc7
commit 2cefddb16c

View File

@ -42,10 +42,10 @@ indicated above, producing (by default) an executable called ``lmp`` and
a library called ``liblammps.a`` in the ``build`` folder. a library called ``liblammps.a`` in the ``build`` folder.
If your machine has multiple CPU cores (most do these days), you can 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 compile sources in parallel with a command like ``make -j N`` (with N
being the number of designated CPU cores). Also installation of being the maximum number of concurrently executed tasks). Also
the ``ccache`` (= Compiler Cache) software may speed up repeated installation of the ``ccache`` (= Compiler Cache) software may speed
compilation signficantly. up repeated compilation, e.g. during code development, significantly.
After compilation, you may optionally install the LAMMPS executable into After compilation, you may optionally install the LAMMPS executable into
your system with: your system with: