Loading...
You are not logged-in Login/Register





  • Posts   Search Threads
  • aurora.sMay 23, 2011 8:13 AM PDT   
    mkl_blas_dgemm_copya_ext_htn function not found in mkl_core.dll

    Hi,
    I'm having this problem with Intel Compiler 11.1 at runtime. However, the program ends fine.
    MKL linking libraries: mkl_intel_lp64_dll.lib mkl_intel_thread_dll.lib mkl_core_dll.lib
    Other general compilation flags: /O3 /Qip /Qprec-div- /QxSSE4.2


    Murat Efe Guney (Intel)May 23, 2011 11:25 AM PDT
    Rate
     
    mkl_blas_dgemm_copya_ext_htn function not found in mkl_core.dll

    Hi,

    Could you please tell us the MKL version that you are using? Do you see the same problem if you compile your application without the other compiler flags that you've mentioned, particularly /Qip and /QxSSE4.2.

    Thank you for reporting this issue,

    Efe

    Chao Y (Intel)May 23, 2011 9:31 PM PDT
    Rate
     
    mkl_blas_dgemm_copya_ext_htn function not found in mkl_core.dll

    Hi,

    Does system have multiple version of Intel MKL installed? If so, please make sure the application find the correct copy of mkl_core.dll libraries.

    Thanks,
    Chao



    aurora.sMay 25, 2011 4:54 AM PDT
    Rate
     
    mkl_blas_dgemm_copya_ext_htn function not found in mkl_core.dll

    Yes, I had 10.2 and 10.3 installed. I've uninstalled Intel Compilers XE (Fortran and C++), MKL, and so on and it worked. The thing is that dependency walker was telling me that the mkl used by the program were the ones in the same directory of the executable (10.2, just what I want to). 
    If I distribute the application to a client, how I can be sure that he doesnt have another version of mkl installed and it will occur the same error?


    mecej4May 25, 2011 7:57 AM PDT
    Rate
     
    mkl_blas_dgemm_copya_ext_htn function not found in mkl_core.dll

    One safeguard is the recent change in the place where MKL is installed, with the compiler and MKL directories grafted together, especially when the MKL comes bundled in the compiler installer.

    You can also call the mkl_get_version() function at the beginning of your program and provide a warning if an improper version is being used.



    aurora.sMay 26, 2011 8:40 AM PDT
    Rate
     
    mkl_blas_dgemm_copya_ext_htn function not found in mkl_core.dll

    Hi,
    So its not safe putting the mkl files all together with the executable to distribute the app to a client? Which is the most used way to distribute applications which use mkl libraries?


    mecej4May 27, 2011 3:19 AM PDT
    Rate
     
    mkl_blas_dgemm_copya_ext_htn function not found in mkl_core.dll

    What is more problematic is the likelihood of the client having parts of the MKL and IFort runtimes as a side effect of an earlier installation of either the compiler itself or a product such as yours. If the likelihood exists, your installer could issue messages at installation time; a later installation of something else could create problems, however. Your application could check for version compatibility, and if appropriate display messages, at run time.


Forum jump:  

Intel Software Network Forums Statistics

17,025 users have contributed to 48,319 threads and 172,758 posts to date.

In the past 24 hours, we have 11 new thread(s) 54 new posts(s), and 47 new user(s).

In the past 3 days, the most popular thread for everyone has been Optimalization of sine function\'s taylor expansion The most posts were made to Most likely, the issue is that The post with the most views is Optimalization of sine function\'s taylor expansion

Please welcome our newest member redfruit83


For more complete information about compiler optimizations, see our Optimization Notice.