Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SAF_PERFORMANCE_LIB is being improperly set to SAF_USE_INTEL_MKL_LP64 on Apple #68

Open
mspanc opened this issue Aug 14, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@mspanc
Copy link

mspanc commented Aug 14, 2024

Description

Intel oneAPI Toolkit no longer available for macOS (see leomccormack/SPARTA#90).

However, the current construction of the CMake config sets SAF_PERFORMANCE_LIB to SAF_USE_INTEL_MKL_LP64 as default on Apple while building within SPARTA.

Environment

  1. OS: macOS 14.1.2/M1
  2. Compiler: AppleClang 15.0.0.15000309

Reproducible Steps

Steps to create the smallest reproducible scenario:

  1. Clone the SPARTA repository on macOS 14/M1 and follow instructions from README
  2. Run cmake -S . -B build

Expected Output

Apple Accelerate should be always used as default on Apple.

Actual Output

Intel MKL is being used as default on Apple.

@mspanc mspanc added the bug Something isn't working label Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant