fix spelling

This commit is contained in:
Axel Kohlmeyer
2020-09-30 20:00:53 -04:00
parent a9b27caf17
commit dc13a61b40
2 changed files with 2 additions and 2 deletions

View File

@ -162,7 +162,7 @@ with compiler versions in use. If compilation with OpenMP enabled fails
because of your compiler requiring strict OpenMP 4.0 semantics, you can
change the behavior by adding ``-D LAMMPS_OMP_COMPAT=4`` to the
``LMP_INC`` variable in your makefile, or add it to the command line
while configuring with CMake. LAMMPS will autodetect a suitable setting
while configuring with CMake. LAMMPS will auto-detect a suitable setting
for most GNU, Clang, and Intel compilers.
----------