File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1165,7 +1165,7 @@ corresponding compilers in `requirements/build` as normal.
11651165The default OpenMP runtime used depends on the compiler and platform used. GCC (on Linux and the Windows MinGW
11661166toolchain) uses the `libgomp` runtime. Clang (on all platforms) and GNU Fortran on macOS default to the `llvm-openmp`
11671167runtime. 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
11701170On Linux, building against `libgomp` is recommended as the other OpenMP providers are backwards compatible with it.
11711171When packages are built against `libgomp`, it is possible to use both `libgomp` and `llvm-openmp` provider at runtime.
You can’t perform that action at this time.
0 commit comments