macOS*#

Note

Starting with the 2024.0 release, macOS is no longer supported in Intel® oneAPI Toolkits and components. Several Intel-led open source developer tool projects will continue supporting macOS on Apple Silicon including oneAPI Threading Building Blocks (oneTBB) and Intel® Implicit SPMD Program Compiler and we welcome the opportunity to work with contributors to expand support to additional tools in the future. All macOS content will be removed from technical documentation in the 2024.1 release. If you need a copy of the documentation, click the Download button in the upper right or download it from the Downloadable Documentation site.

This section uses <install_dir> to indicate the top-level installation directory. The following table describes the subdirectory structure for macOS*, relative to <install_dir>.

Item

Location

Environment Variable

Header files

include/oneapi/tbb.h
include/oneapi/tbb/*.h

CPATH

Shared libraries

lib/<lib><variant>.<version>.dylib

LIBRARY_PATH
DYLD_LIBRARY_PATH

where

  • <lib> - libtbb, libtbbmalloc or libtbbmalloc_proxy

  • <variant> - _debug or empty

  • <version> - binary version in a form of <major>.<minor>