We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42133f8 commit 3f28777Copy full SHA for 3f28777
xobjects/context_cpu.py
@@ -422,12 +422,6 @@ def compile_kernel(
422
xtr_link_args.append("-fopenmp")
423
xtr_compile_args.append("-DXO_CONTEXT_CPU_OPENMP")
424
xtr_link_args.append("-DXO_CONTEXT_CPU_OPENMP")
425
-
426
- # https://mac.r-project.org/openmp/
427
- # on macos comment the above and uncomment the below flags to compile OpenMP with Xcode clang:
428
- # xtr_compile_args.append("-Xclang")
429
- # xtr_compile_args.append("-fopenmp")
430
- # xtr_link_args.append("-lomp")
431
else:
432
xtr_compile_args.append("-DXO_CONTEXT_CPU_SERIAL")
433
xtr_link_args.append("-DXO_CONTEXT_CPU_SERIAL")
0 commit comments