Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
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.
7234 Discussions

MKL Poisson3D example can't run in my Visual Studio 2005

mythanthem
Beginner
500 Views

I downloaded the MKL 9.0 evaluation versionyesterday and Icreate a new Visual Studio 2005 project toincludethe example file s_Poisson_3D_c.c and ia32libmkl_c_dll.lib. It can be correctly compiled and linked but when it's run it breaks at the s_init_Helmholtz_3D function with a dialog "Unhandled exception at 0x00000000 in testForPoisson.exe: 0xC0000005: Access violation reading location 0x00000000."

I don't know what is wrong withit since there is nothing I wrote in the code.

Later when I try other examples in examplespdepoissonc, I find the problem exists for all the examples.

My platform is Microsoft Windows XP Professional Version 2002 Service Pack 2

My CPUis Pentium 4 CPU 3.00 GHz Physical Address Extension

My Visual Studio version is 8.0.50727

Thank you for your help!

0 Kudos
1 Reply
Chao_Y_Intel
Moderator
500 Views

Hello,

Can you try to link with the static libraries: mkl_c.lib libguide.lib . It can work for me here. I also can findthe problem when I use dynamic library mkl_c_dll.lib.I willfurther investigate it...

Thanks,

Chao

0 Kudos
Reply