From bca64306ed525d884d1e5408daae6ba0f0a44a5b Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Thu, 9 Apr 2020 18:06:05 -0400 Subject: [PATCH] avoid spellchecker issue --- doc/src/Build_basics.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/Build_basics.rst b/doc/src/Build_basics.rst index 8a81836614..692c779438 100644 --- a/doc/src/Build_basics.rst +++ b/doc/src/Build_basics.rst @@ -57,7 +57,7 @@ The build with traditional makefiles has to be done inside the source folder ``s Any ``make machine`` command will look up the make settings from a file ``Makefile.machine`` in the folder ``src/MAKE`` or one of its -subdirectories ``MINE``, ``MACHINES``, or ``OPTIONS``, create a folder +sub-directories ``MINE``, ``MACHINES``, or ``OPTIONS``, create a folder ``Obj_machine`` with all objects and generated files and an executable called ``lmp_machine``\ . The standard parallel build with ``make mpi`` assumes a standard MPI installation with MPI compiler wrappers where all