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

Intel compiler path

P-Ranjan
初学者
1,562 次查看

Hello, 

 

I have a Finite element codebase that is written in C and Fortran77. I have used the following flags for MKL when using oneAPI version 2022:

 

MKL_LIB= //opt/intel/oneapi/mkl/2022.0.2/lib/intel64
MKL_INCLUDE=//opt/intel/oneapi/mkl/2022.0.2/include
CMPLR_PATH= //opt/intel/oneapi/compiler/2022.0.2/linux/compiler/lib/intel64_lin
 
It seems like the compiler path for v2024 has changed. I updated the compiler path to the following:
 
CMPLR_PATH= //opt/intel/oneapi/compiler/2024.0/lib/
 
However this does not help.  Can you please advice on how can I set the compiler path correctly ?
 
My Makefile is attached herewith.
 
Thank you in advance. 
标签 (1)
0 项奖励
1 回复
VarshaS_Intel
主持人
1,504 次查看

Hi,


Thanks for posting in Intel Communities.


Could you please let us know the complete OS details and complete steps and files to reproduce the issue at our end?


Also, could you please let us know the complete error you are getting while running the makefile?


Thanks & Regards,

Varsha



0 项奖励
回复