<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: MKL FATAL ERROR in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-FATAL-ERROR/m-p/901119#M11250</link>
    <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;P&gt;Hello Alain,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;you probably need tocheck the LD_LIBRARY_PATH environment variable that shoud contain the path to MKL binaries.&lt;/P&gt;
&lt;P&gt;You may try different link line as well which is more direct:&lt;/P&gt;
&lt;P&gt;ifort ci.f90 -o ci.x *.o -lmkl_intel -Wl,--start-group -lmkl_intel_thread -lmkl_core -Wl,--end-group -lguide -lpthread&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Michael.&lt;/P&gt;</description>
    <pubDate>Mon, 24 Nov 2008 14:05:08 GMT</pubDate>
    <dc:creator>Michael_C_Intel4</dc:creator>
    <dc:date>2008-11-24T14:05:08Z</dc:date>
    <item>
      <title>MKL FATAL ERROR</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-FATAL-ERROR/m-p/901118#M11249</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I have installed the version 11.0.069 of Intel Fortran compiler and the version 10.1.0.015 of the MKL library.&lt;/P&gt;
&lt;P&gt;I am building my Fortran application without neither compilation nor linking error messages the following way:&lt;/P&gt;
&lt;P&gt;ifort ci.f90 -o ci.x *.o -lmkl_lapack -lmkl_ia32 -lguide -lmkl_intel_thread -lmkl_core -lpthread&lt;/P&gt;
&lt;P&gt;The final task of this calculation is the diagonalization of a symmetric matrix by using the subroutine DSYEVD from lapack and I am getting the following running time message: MKL FATAL ERROR on load the function dll_cpu_version&lt;/P&gt;
&lt;P&gt;Please, I will appreciate any help/advice on that.&lt;/P&gt;
&lt;P&gt;Thanks and regards,&lt;/P&gt;
&lt;P&gt;Alain Delado.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Nov 2008 19:25:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-FATAL-ERROR/m-p/901118#M11249</guid>
      <dc:creator>adelgadogran</dc:creator>
      <dc:date>2008-11-19T19:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: MKL FATAL ERROR</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-FATAL-ERROR/m-p/901119#M11250</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;P&gt;Hello Alain,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;you probably need tocheck the LD_LIBRARY_PATH environment variable that shoud contain the path to MKL binaries.&lt;/P&gt;
&lt;P&gt;You may try different link line as well which is more direct:&lt;/P&gt;
&lt;P&gt;ifort ci.f90 -o ci.x *.o -lmkl_intel -Wl,--start-group -lmkl_intel_thread -lmkl_core -Wl,--end-group -lguide -lpthread&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Michael.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Nov 2008 14:05:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-FATAL-ERROR/m-p/901119#M11250</guid>
      <dc:creator>Michael_C_Intel4</dc:creator>
      <dc:date>2008-11-24T14:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: MKL FATAL ERROR</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-FATAL-ERROR/m-p/901120#M11251</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/337852"&gt;Michael Chuvelev (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;P&gt;Dear Michael,&lt;/P&gt;
&lt;P&gt;Thank you very much for your help, now it is working perfect. I appreciate it.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Alain.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Hello Alain,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;you probably need to check the LD_LIBRARY_PATH environment variable that shoud contain the path to MKL binaries.&lt;/P&gt;
&lt;P&gt;You may try different link line as well which is more direct:&lt;/P&gt;
&lt;P&gt;ifort ci.f90 -o ci.x *.o -lmkl_intel -Wl,--start-group -lmkl_intel_thread -lmkl_core -Wl,--end-group -lguide -lpthread&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Michael.&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Nov 2008 20:08:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-FATAL-ERROR/m-p/901120#M11251</guid>
      <dc:creator>adelgadogran</dc:creator>
      <dc:date>2008-11-27T20:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: MKL FATAL ERROR</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-FATAL-ERROR/m-p/901121#M11252</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/408055"&gt;adelgadogran&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
I have encontered this problem, too.
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;However i cann't locate the binary file of mkl.&lt;/DIV&gt;
&lt;DIV&gt;where is it? mkl/10.1/lib/em64t/&lt;/DIV&gt;
&lt;DIV&gt;i have not find any bin folder there in the mkl dirs..&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;Best regards,&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;Ning.&lt;/DIV&gt;</description>
      <pubDate>Thu, 12 Feb 2009 15:07:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-FATAL-ERROR/m-p/901121#M11252</guid>
      <dc:creator>neallee</dc:creator>
      <dc:date>2009-02-12T15:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: MKL FATAL ERROR</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-FATAL-ERROR/m-p/901122#M11253</link>
      <description>&lt;DIV style="margin:0px;"&gt;SeeMKL's High-level directory structure:&lt;BR /&gt;&lt;BR /&gt;for windows: &lt;BR /&gt;MKLROOT=C:AppsIntelMKL10.1&lt;BR /&gt;&lt;MKLROOT&gt;em64tbin&lt;BR /&gt;&lt;MKLROOT&gt;em64tlib&lt;BR /&gt;&lt;MKLROOT&gt;ia32bin&lt;BR /&gt;&lt;MKLROOT&gt;ia32lib&lt;BR /&gt;&lt;MKLROOT&gt;ia64bin&lt;BR /&gt;&lt;MKLROOT&gt;ia64lib&lt;BR /&gt;&lt;BR /&gt;and for Linux:&lt;BR /&gt;&lt;BR /&gt;&lt;MKLROOT&gt;lib32 -- Contains static libraries and shared objects for IA-32 Architecture&lt;BR /&gt;&lt;MKLROOT&gt;lib64 -- Contains static libraries and shared objects for Intel 64 architecture (formerly, Intel EM64T)&lt;BR /&gt;&lt;MKLROOT&gt;em64t -- Contains static libraries and shared objects for IA-64 architecture (Itanium processor family)&lt;BR /&gt;The same for MacOS &lt;BR /&gt;--Gennady&lt;/MKLROOT&gt;&lt;/MKLROOT&gt;&lt;/MKLROOT&gt;&lt;/MKLROOT&gt;&lt;/MKLROOT&gt;&lt;/MKLROOT&gt;&lt;/MKLROOT&gt;&lt;/MKLROOT&gt;&lt;/MKLROOT&gt;&lt;/DIV&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Feb 2009 15:55:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-FATAL-ERROR/m-p/901122#M11253</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2009-02-12T15:55:29Z</dc:date>
    </item>
    <item>
      <title>Re: MKL FATAL ERROR</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-FATAL-ERROR/m-p/901123#M11254</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/334681"&gt;Gennady Fedorov (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;SeeMKL's High-level directory structure:&lt;BR /&gt;&lt;BR /&gt;and for Linux:&lt;BR /&gt;&lt;BR /&gt;&lt;MKLROOT&gt;lib32 -- Contains static libraries and shared objects for IA-32 Architecture&lt;BR /&gt;&lt;MKLROOT&gt;lib64 -- Contains static libraries and shared objects for Intel 64 architecture (formerly, Intel EM64T)&lt;BR /&gt;&lt;MKLROOT&gt;em64t -- Contains static libraries and shared objects for IA-64 architecture (Itanium processor family)&lt;BR /&gt;The same for MacOS &lt;BR /&gt;&lt;BR /&gt;&lt;/MKLROOT&gt;&lt;/MKLROOT&gt;&lt;/MKLROOT&gt;&lt;/DIV&gt;
&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
In the linux directory, /lib/em64t continues to contain files for intel64. It is installed only on 64-bit systems. In current versions, the /lib/64 for Itanium is not installed on 32-bit or x86_64.&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Feb 2009 16:40:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-FATAL-ERROR/m-p/901123#M11254</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2009-02-12T16:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: MKL FATAL ERROR</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-FATAL-ERROR/m-p/901124#M11255</link>
      <description>&lt;DIV style="margin:0px;"&gt;Mkl's package (since MKL 10) contains all binaries for all architectures and by default, all binaries will be installed on your system independently OS type.&lt;/DIV&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Feb 2009 16:50:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-FATAL-ERROR/m-p/901124#M11255</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2009-02-12T16:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: MKL FATAL ERROR</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-FATAL-ERROR/m-p/901125#M11256</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/334681"&gt;Gennady Fedorov (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;Mkl's package (since MKL 10) contains all binaries for all architectures and by default, all binaries will be installed on your system independently OS type.&lt;/DIV&gt;
&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
Thank you, all. That's very kind of your suggestions.
&lt;DIV&gt;But the error was still there.&lt;/DIV&gt;
&lt;DIV&gt;I recall the installation procedure of intel compiler, there is an warning said that the linux distribution is not recognized by the intel.&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;Can you please give me any idea??&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;My LD_LIBRARY_PATH&lt;/DIV&gt;
&lt;DIV&gt;LD_LIBRARY_PATH=/opt/intel/mkl/10.1.1.019/lib/em64t:/opt/intel/Compiler/11.0/069/ipp/em64t/sharedlib:/opt/intel/Compiler/11.0/069/mkl/lib/em64t:/opt/intel/Compiler/11.0/069/tbb/em64t/cc3.4.3_libc2.3.4_kernel2.6.9/lib:/opt/intel/Compiler/11.0/069/lib/intel64:/opt/intel/Compiler/11.0/069/ipp/em64t/sharedlib:/opt/intel/Compiler/11.0/069/mkl/lib/em64t:/opt/intel/Compiler/11.0/069/tbb/em64t/cc3.4.3_libc2.3.4_kernel2.6.9/lib:/opt/intel/Compiler/11.0/069/lib/intel64:/home/neolee/mpich2-install/lib:/opt/intel/Compiler/11.0/069/lib/intel64:/opt/intel/Compiler/11.0/069/mkl/lib/em64t:opt/ActiveTcl-8.5/lib:/opt/intel/Compiler/11.0/069/lib:/opt/ActiveTcl-8.5/lib:&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;Thanks.&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;Best regards,&lt;/DIV&gt;
&lt;DIV&gt;Ning.&lt;/DIV&gt;</description>
      <pubDate>Fri, 13 Feb 2009 00:30:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-FATAL-ERROR/m-p/901125#M11256</guid>
      <dc:creator>neallee</dc:creator>
      <dc:date>2009-02-13T00:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: MKL FATAL ERROR</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-FATAL-ERROR/m-p/901126#M11257</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;You haven't given us an idea which file you can't find. Show us the command you enter and the error message.&lt;BR /&gt;In the 11.x combined compiler and MKL distributions, the environment variable scripts are in the top level /bin directory, and they set LD_LIBRARY_PATH for all installed components.</description>
      <pubDate>Fri, 13 Feb 2009 00:57:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-FATAL-ERROR/m-p/901126#M11257</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2009-02-13T00:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: MKL FATAL ERROR</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-FATAL-ERROR/m-p/901127#M11258</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/185642"&gt;neallee&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt; Thank you, all. That's very kind of your suggestions.
&lt;DIV&gt;But the error was still there.&lt;/DIV&gt;
&lt;DIV&gt;I recall the installation procedure of intel compiler, there is an warning said that the linux distribution is not recognized by the intel.&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;Can you please give me any idea??&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;My LD_LIBRARY_PATH&lt;/DIV&gt;
&lt;DIV&gt;LD_LIBRARY_PATH=/opt/intel/mkl/10.1.1.019/lib/em64t:/opt/intel/Compiler/11.0/069/ipp/em64t/sharedlib:/opt/intel/Compiler/11.0/069/mkl/lib/em64t:/opt/intel/Compiler/11.0/069/tbb/em64t/cc3.4.3_libc2.3.4_kernel2.6.9/lib:/opt/intel/Compiler/11.0/069/lib/intel64:/opt/intel/Compiler/11.0/069/ipp/em64t/sharedlib:/opt/intel/Compiler/11.0/069/mkl/lib/em64t:/opt/intel/Compiler/11.0/069/tbb/em64t/cc3.4.3_libc2.3.4_kernel2.6.9/lib:/opt/intel/Compiler/11.0/069/lib/intel64:/home/neolee/mpich2-install/lib:/opt/intel/Compiler/11.0/069/lib/intel64:/opt/intel/Compiler/11.0/069/mkl/lib/em64t:opt/ActiveTcl-8.5/lib:/opt/intel/Compiler/11.0/069/lib:/opt/ActiveTcl-8.5/lib:&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;Thanks.&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;Best regards,&lt;/DIV&gt;
&lt;DIV&gt;Ning.&lt;/DIV&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;Additional information&lt;/DIV&gt;
&lt;DIV&gt;In my program, i used these mkl lib files,&lt;/DIV&gt;
&lt;DIV&gt;this is part of my makefile.def&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;MKL_LIB = /opt/intel/Compiler/11.0/069/mkl/lib/em64t&lt;/DIV&gt;
&lt;DIV&gt;IFC_LIB = /opt/intel/Compiler/11.0/069/lib/intel64&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;MACHINE_SPECIFIC_LIBS = &lt;/DIV&gt;
&lt;DIV&gt;   -L${MKL_LIB} -lmkl_lapack -lmkl_em64t -lmkl -lguide -lpthread &lt;/DIV&gt;
&lt;DIV&gt;   -L${IFC_LIB} -lifcore -limf -lintlc -lsvml&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;Best regards, &lt;BR /&gt;Ning.&lt;BR /&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 13 Feb 2009 00:58:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-FATAL-ERROR/m-p/901127#M11258</guid>
      <dc:creator>neallee</dc:creator>
      <dc:date>2009-02-13T00:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: MKL FATAL ERROR</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-FATAL-ERROR/m-p/901128#M11259</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/367365"&gt;tim18&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt; &lt;BR /&gt;You haven't given us an idea which file you can't find. Show us the command you enter and the error message.&lt;BR /&gt;In the 11.x combined compiler and MKL distributions, the environment variable scripts are in the top level /bin directory, and they set LD_LIBRARY_PATH for all installed components.&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;
&lt;DIV&gt;Actually, i am using the parallel computation.&lt;/DIV&gt;
&lt;DIV&gt;The excution command is,&lt;/DIV&gt;
&lt;DIV&gt;mpiexec -n 2 -wdir /home/neolee/Parallel -path /home/neolee/bin SSES ex8.tcl&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;and the output is,&lt;/DIV&gt;
&lt;DIV&gt;MKL FATAL ERROR on load the function dll_cpu_version&lt;BR /&gt;MKL FATAL ERROR on load the function dll_cpu_version&lt;BR /&gt;rank 0 in job 8  node1_43986   caused collective abort of all ranks&lt;BR /&gt; exit status of rank 0: return code 1 &lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;so , i found this topic and try to avoid this error.&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;Thank you, very much.&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;Best regards,&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;Ning.&lt;/DIV&gt;</description>
      <pubDate>Fri, 13 Feb 2009 07:45:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-FATAL-ERROR/m-p/901128#M11259</guid>
      <dc:creator>neallee</dc:creator>
      <dc:date>2009-02-13T07:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: MKL FATAL ERROR</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-FATAL-ERROR/m-p/901129#M11260</link>
      <description>&lt;DIV style="margin:0px;"&gt;Ning, &lt;BR /&gt;for linking with em64 libraries you have to use another linking libs versus ia32.&lt;BR /&gt;as an example, see below how to do static linking customers code with Lapack functionality on system based on Intel 64 architecture:&lt;BR /&gt;ifort -w test.f ${MKLP}/libmkl_intel_lp64.a -Wl,--start-group ${MKLP}/libmkl_intel_thread.a ${MKLP}/libmkl_core.a -Wl,--end-group -L${MKLP} &lt;BR /&gt;-iomp5 -lpthread -o test.out&lt;BR /&gt;--Gennady&lt;BR /&gt;&lt;/DIV&gt;
&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Feb 2009 12:07:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-FATAL-ERROR/m-p/901129#M11260</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2009-02-13T12:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: MKL FATAL ERROR</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-FATAL-ERROR/m-p/901130#M11261</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/334681"&gt;Gennady Fedorov (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;Ning, &lt;BR /&gt;for linking with em64 libraries you have to use another linking libs versus ia32.&lt;BR /&gt;as an example, see below how to do static linking customers code with Lapack functionality on system based on Intel 64 architecture:&lt;BR /&gt;ifort -w test.f ${MKLP}/libmkl_intel_lp64.a -Wl,--start-group ${MKLP}/libmkl_intel_thread.a ${MKLP}/libmkl_core.a -Wl,--end-group -L${MKLP} &lt;BR /&gt;-iomp5 -lpthread -o test.out&lt;BR /&gt;--Gennady&lt;BR /&gt;&lt;/DIV&gt;
&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Thankyou very much. &lt;BR /&gt;&lt;BR /&gt;Best regards, &lt;BR /&gt;&lt;BR /&gt;Ning.</description>
      <pubDate>Mon, 16 Feb 2009 07:18:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-FATAL-ERROR/m-p/901130#M11261</guid>
      <dc:creator>neallee</dc:creator>
      <dc:date>2009-02-16T07:18:56Z</dc:date>
    </item>
  </channel>
</rss>

