rename to LAMMPS_OMP_COMPAT, improve docs

This commit is contained in:
Michael Lamparski
2020-03-20 13:21:21 -04:00
parent 0bedebc083
commit 6563331d6e
4 changed files with 15 additions and 4 deletions

View File

@ -147,7 +147,8 @@ semantics, which are incompatible with the OpenMP 3.1 semantics used
in LAMMPS (for maximal compatibility with compiler versions in use).
LAMMPS will try to detect compilers that use OpenMP 4.0 semantics and
change the directives accordingly, but if your compiler is not
detected, you may set the CMake variable ``-D LMP_OMP_COMPAT=4``.
detected, you may set the define ``-D LAMMPS_OMP_COMPAT=4`` in ``LMP_INC``
or the CMake build command.
----------