Skip to content

Commit 1dfd374

Browse files
committed
Clarify the "different runtime" bit of OpenMP
Signed-off-by: Michał Górny <mgorny@quansight.com>
1 parent e306e72 commit 1dfd374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/maintainer/knowledge_base.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1165,7 +1165,7 @@ corresponding compilers in `requirements/build` as normal.
11651165
The default OpenMP runtime used depends on the compiler and platform used. GCC (on Linux and the Windows MinGW
11661166
toolchain) uses the `libgomp` runtime. Clang (on all platforms) and GNU Fortran on macOS default to the `llvm-openmp`
11671167
runtime. MSVC may use its own runtime or `llvm-openmp`. However, individual projects may force building against
1168-
a different runtime.
1168+
a different runtime through their build system configuration.
11691169

11701170
On Linux, building against `libgomp` is recommended as the other OpenMP providers are backwards compatible with it.
11711171
When packages are built against `libgomp`, it is possible to use both `libgomp` and `llvm-openmp` provider at runtime.

0 commit comments

Comments
 (0)