Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29249 Discussions

showing error in using DGEEV function

Rohit8199
Beginner
887 Views

I am developing the FORTRAN code for my project in which I need to use the DGEEV function, but while debugging the compiler shows an error. It would be helpful if you suggest to me what to do. I am writting the error message shown and the settings so that you can tell me what mistake I have done.

 

Error: Severity Code Description Project File Line Suppression State
Error error LNK2019: unresolved external symbol DGEEV referenced in function DGEEV.t2903p.t2904p.t2905p.t2906p.t2907p.t2908p.t2909p.t2910p.t2911p.t2912p.t2913p.t2914p.t2915p.t2916p.t3v.t3v SLJ2.obj

Screenshot 2024-01-23 130740.pngScreenshot 2024-01-23 130818.pngScreenshot 2024-01-23 130856.pngScreenshot 2024-01-23 130948.png

 

 

 

0 Kudos
1 Solution
Mark_Lewy
Valued Contributor I
864 Views

Mark_Lewy_0-1706000009384.png

Have you set your project to use the MKL library (as above)?

View solution in original post

0 Kudos
2 Replies
Mark_Lewy
Valued Contributor I
865 Views

Mark_Lewy_0-1706000009384.png

Have you set your project to use the MKL library (as above)?

0 Kudos
Rohit8199
Beginner
829 Views

This was helpful. Thank you! 

 

0 Kudos
Reply