MKL fix for mac#10
Conversation
|
@wavefunction91 This PR is tested on an Intel MAC. MKL is obviously not supported on the new M1,M2 (Arm) macs. Should we just throw an error if a MAC is detected preventing MKL discovery completely or allow discovery for intel based macs (maybe by checking the processor) ? |
|
By MacOS linker, do you mean |
|
Since GNU ld is not supported on macOS, the default linker on macOS is used regardless of the compiler (am using brew installed gcc-12 in this case for testing). Added a check to detect |
|
Adding a |
|
Changed it to a warning. |
macOS linker does not support
--{start,end}-groupThe IntelMKL link line advisor also does not suggest these options when macOS is selected.