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

Unresolved external symbol PARDISO_D

gilmour__arthur
869 Views

I have adapted the pardiso_sym_f90 example and compiled it in Visual Studio 2015 on my Windows 10 64 bit machine.

First attempt, I got it running in VS but it would not run from console because it was Win32!

Now I have rebuilt as x64, it compiles but cannot find PARDISO_D

I have set Fortran option MKL Parallel (/Qmkl:parallel)  and general option Yes (/MP)

Debug Multithreaded (/libs:static /threads /dbglibs)

What else?

0 Kudos
1 Solution
gilmour__arthur
818 Views

Dear reader,

It turned out to be my mistake, having been confused by Visual Studio.

I asked a colleague to try and do what I thought I had done, and it worked for him.

He suggested I try again creating a new solution/project and it worked properly this third attempt.

It turned out that when I was attempting to set the MKL library for the x64 build, it was in fact setting it on the x86 build.  The error message simply meant that the MKL library was not being invoked in the x64 build.  Eventually, I found the error.

Sorry for wasting your time.

View solution in original post

0 Kudos
4 Replies
RahulV_intel
Moderator
841 Views

Hi,


Could you please specify your MKL version?


Thanks,

Rahul


0 Kudos
gilmour__arthur
838 Views

Dear Rahul,

Is this what you need?

Directory of C:\Program Files (x86)\IntelSWTools

11-May-20 11:26 AM <DIR> parallel_studio_xe_2019.6.074
11-May-20 11:26 AM <SYMLINKD> parallel_studio_xe_2019 [C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.6.074]
11-May-20 11:26 AM <DIR> ..
11-May-20 11:26 AM <DIR> .
11-May-20 11:26 AM <DIR> ide_support_2019
11-May-20 11:26 AM <DIR> compilers_and_libraries_2019.6.324
11-May-20 11:26 AM <DIR> debugger_2019
11-May-20 11:24 AM <DIR> mpi
11-May-20 11:24 AM <DIR> conda_channel
11-May-20 11:24 AM <DIR> compilers_and_libraries_2019
11-May-20 11:24 AM <SYMLINKD> compilers_and_libraries [C:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2019]
11-May-20 11:24 AM <DIR> samples_2019
11-May-20 11:24 AM <DIR> documentation_2019
11-May-20 11:23 AM <DIR> compilers_and_libraries_2019.5.281

 

 

0 Kudos
gilmour__arthur
819 Views

Dear reader,

It turned out to be my mistake, having been confused by Visual Studio.

I asked a colleague to try and do what I thought I had done, and it worked for him.

He suggested I try again creating a new solution/project and it worked properly this third attempt.

It turned out that when I was attempting to set the MKL library for the x64 build, it was in fact setting it on the x86 build.  The error message simply meant that the MKL library was not being invoked in the x64 build.  Eventually, I found the error.

Sorry for wasting your time.

0 Kudos
RahulV_intel
Moderator
806 Views

Hi,


Thanks for the update. Intel will no longer monitor this thread. Further discussions on this thread will be considered community only.


Thanks,

Rahul


0 Kudos
Reply