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.

ask something for MKL on win64

wang_z_
Beginner
342 Views

In my project has a subroutine 'dpbtrf' in the MKL, it works well on Windows (ia32), but  on 64-bit Windows 7,it has some false conclusions.

 I have write a program to test 'dpbtrf' and it passed on my 64-bit Windows configuration, but put it into my main project, it can not run, it will be given "forrtl" severe(157): program exception- access violation".

the next is  Win64 configuration

/OUT:"x64\Debug/lagamine.exe" /INCREMENTAL:NO /NOLOGO /LIBPATH:"C:\Program Files (x86)\Intel\Composer XE 2013\mkl\lib\intel64" /MANIFEST /MANIFESTFILE:"D:\lagamine by lyb\mixed\intel\lagamine\x64\Debug\lagamine.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"x64\Debug/lagamine.pdb" /SUBSYSTEM:WINDOWS /STACK:90485760,90485760 /ENTRY:"WinMainCRTStartup"  mkl_scalapack_lp64.lib mkl_intel_lp64.lib mkl_core.lib mkl_sequential.lib mkl_blacs_intelmpi_lp64.lib

 

0 Kudos
1 Reply
mecej4
Honored Contributor III
342 Views

This post appears to be a restatement of your earlier thread. Since you have not given any new information that was not in that thread, my answer in https://software.intel.com/en-us/forums/topic/537543#comment-1808950 is also applicable to this thread.

0 Kudos
Reply