Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.

mkl and fftw on os x error

grs2103
Beginner
511 Views

I have naively installed the Intel 11.0 compilers and the MKL on my OS X machine and I tried running the fftw3xc examples.

make lib32 runs until I get the following error:

icc source/real_1d_cce_single_ex1.c -w -vec-report0 -I"../.."/include -I"../.."/include/fftw -I"../.."/interfaces/fftw3xc/wrappers source/dfti_example_support.c -L""/lib/32 -lfftw3xc_intel -L"" ""/libmkl_intel.a ""/libmkl_intel_thread.a ""/libmkl_core.a ""/libmkl_intel.a ""/libmkl_intel_thread.a ""/libmkl_core.a -L"" -liomp5 -lpthread -lm -o _results/intel_parallel_32_double/real_1d_cce_single_ex1.out

ld: file not found: /libmkl_intel_thread.a

make[1]: *** [real_1d_cce_single_ex1.res] Error 1

make: *** [lib32] Error 2


0 Kudos
0 Replies
Reply