Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29285 Discussions

showing error in using DGEEV function

Rohit8199
Beginner
909 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
886 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
887 Views

Mark_Lewy_0-1706000009384.png

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

0 Kudos
Rohit8199
Beginner
851 Views

This was helpful. Thank you! 

 

0 Kudos
Reply