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

MKL warning #11009: file format not recognized?

davidspurr
Beginner
1,023 Views

Hi

I keep getting the following warning message when compiling a particular program (does use MKL):

1>ipo: warning #11009: file format not recognized for mkl_c.lib

As far as I can tell it is not causing any problems. I only use MKL for some random number options (eg. VSL_BRNG_SOBOL, VSL_BRNG_MRG32K3A etc). As far as I am aware, it is only working on array data, so it's not clear why the "file format" reference.

OK to ignore?

FWIW I do not have IMSL or other such libraries installed

(w_cprof_p_11.0.061, MKL 10.1.0.018)

0 Kudos
3 Replies
ArturGuzik
Valued Contributor I
1,023 Views

check this thread, maybe you can find some hints there.

A.

0 Kudos
davidspurr
Beginner
1,023 Views
Thanks. I had seen that thread but thought it was probably sufficiently different to warrant a separate enquiry.
0 Kudos
ArturGuzik
Valued Contributor I
1,023 Views

I'm always confused by the version(s) and their options, but maybe you can (version OK?) just replace mkl_c with mkl_intel_c.lib mkl_intel_thread.lib mkl_core.lib, what will be required anyway, when you upgrade to version 10.2.

A.

0 Kudos
Reply