Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
6742 Discussions

Error LNK2019: unresolved external symbol PARDISO references in function ANALYS

Usman1710
Beginner
692 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
684 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

3 Replies
Gennady_F_Intel
Moderator
685 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.

Usman1710
Beginner
661 Views

Thank you for the kind suggestion!!!

Gennady_F_Intel
Moderator
655 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.



Reply