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

Intel compiler path

P-Ranjan
Beginner
602 Views

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. 
Labels (1)
0 Kudos
1 Reply
VarshaS_Intel
Moderator
544 Views

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 Kudos
Reply