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

Error LNK2019: unresolved external symbol PARDISO references in function ANALYS

Usman1710
Beginner
1,121 Views

Hi, I was using VS2010 before, I never had any problem related to mkl_pardiso.f77. However, recently I am using Intel Fortran compiler VS 2019. While trying to buildup the program, following error 'Error LNK2019: unresolved external symbol PARDISO references in function ANALYS' occurs.   

Can someone guide please? Thank you!!!

 

0 Kudos
1 Solution
Gennady_F_Intel
Moderator
1,113 Views

You need to check the list of mkl's libraries is recommended for linking by following the mkl linker adviser suggestions and then explicitly add these libs to the VS2019 solution.

View solution in original post

0 Kudos
3 Replies
Gennady_F_Intel
Moderator
1,114 Views

You need to check the list of mkl's libraries is recommended for linking by following the mkl linker adviser suggestions and then explicitly add these libs to the VS2019 solution.

0 Kudos
Usman1710
Beginner
1,090 Views

Thank you for the kind suggestion!!!

0 Kudos
Gennady_F_Intel
Moderator
1,084 Views

The issue is closing and we will no longer respond to this thread. If you require additional assistance from Intel, please start a new thread. Any further interaction in this thread will be considered community only.



0 Kudos
Reply