<?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 I I have found these file in in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-MKL-FATAL-ERROR-Cannot-load-libmkl-avx2-so-or-libmkl-def/m-p/1117694#M24737</link>
    <description>&lt;P&gt;I I have found these file in this folder:&lt;/P&gt;

&lt;P&gt;tania@tania-Latitude-E5540:/opt/intel$ find -name "libmkl_avx2.so"&lt;BR /&gt;
	./compilers_and_libraries_2016.0.109/linux/mkl/lib/intel64_lin/libmkl_avx2.so&lt;BR /&gt;
	find: `./ism/lib': Permission denied&lt;BR /&gt;
	tania@tania-Latitude-E5540:/opt/intel$ find -name "libmkl_def.so"&lt;BR /&gt;
	./compilers_and_libraries_2016.0.109/linux/mkl/lib/intel64_lin/libmkl_def.so&lt;BR /&gt;
	find: `./ism/lib': Permission denied&lt;/P&gt;

&lt;P&gt;How can I add this?&lt;/P&gt;

&lt;P&gt;The output of&amp;nbsp;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;echo $LD_LIBRARY_PATH is:&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;tania@tania-Latitude-E5540:~$ echo $LD_LIBRARY_PATH&lt;BR /&gt;
	/home/tania/.openmpi/lib/:/opt/intel/compilers_and_libraries_2016.0.109/linux/tbb/lib/intel64/gcc4.4:/opt/intel/compilers_and_libraries_2016.0.109/linux/compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.0.109/linux/mkl/lib/intel64:/opt/ThirdParty-3.0.1/platforms/linux64Gcc/gperftools-svn/lib:/opt/paraviewopenfoam44/lib/paraview-4.4:/opt/openfoam30/platforms/linux64GccDPInt32Opt/lib/openmpi-system:/opt/ThirdParty-3.0.1/platforms/linux64GccDPInt32Opt/lib/openmpi-system:/home/tania/.openmpi/lib:/home/tania/OpenFOAM/tania-3.0.1/platforms/linux64GccDPInt32Opt/lib:/opt/site/3.0.1/platforms/linux64GccDPInt32Opt/lib:/opt/openfoam30/platforms/linux64GccDPInt32Opt/lib:/opt/ThirdParty-3.0.1/platforms/linux64GccDPInt32Opt/lib:/opt/openfoam30/platforms/linux64GccDPInt32Opt/lib/dummy:/home/tania/.openmpi/lib/&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 21 Dec 2015 16:45:44 GMT</pubDate>
    <dc:creator>malik__tania</dc:creator>
    <dc:date>2015-12-21T16:45:44Z</dc:date>
    <item>
      <title>Intel MKL FATAL ERROR: Cannot load libmkl_avx2.so or libmkl_def.so.</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-MKL-FATAL-ERROR-Cannot-load-libmkl-avx2-so-or-libmkl-def/m-p/1117690#M24733</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;I have installed Fupermod software with MKL support. It installed correctally. But when I run the program it give me that error&lt;/P&gt;

&lt;P&gt;Intel MKL FATAL ERROR: Cannot load libmkl_avx2.so or libmkl_def.so.&lt;/P&gt;

&lt;P&gt;Can you please let me know what I am doing wrong?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Dec 2015 15:35:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-MKL-FATAL-ERROR-Cannot-load-libmkl-avx2-so-or-libmkl-def/m-p/1117690#M24733</guid>
      <dc:creator>malik__tania</dc:creator>
      <dc:date>2015-12-21T15:35:31Z</dc:date>
    </item>
    <item>
      <title>When you attempted to run it,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-MKL-FATAL-ERROR-Cannot-load-libmkl-avx2-so-or-libmkl-def/m-p/1117691#M24734</link>
      <description>&lt;P&gt;When you attempted to run it, did you do so in a command shell after sourcing compilervars.sh or one of its siblings? If not, you may need to see to it that the MKL shared libraries are accessible along LD_LIBRARY_PATH (or the equivalent that pertains to your OS). What do you see when you run the following command?&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;echo $LD_LIBRARY_PATH&lt;/P&gt;</description>
      <pubDate>Mon, 21 Dec 2015 15:42:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-MKL-FATAL-ERROR-Cannot-load-libmkl-avx2-so-or-libmkl-def/m-p/1117691#M24734</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2015-12-21T15:42:00Z</dc:date>
    </item>
    <item>
      <title> </title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-MKL-FATAL-ERROR-Cannot-load-libmkl-avx2-so-or-libmkl-def/m-p/1117692#M24735</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Yes i did source. Also i add this line in my .bashrc file.&lt;/P&gt;

&lt;P&gt;source /opt/intel/compilers_and_libraries_2016.0.109/linux/mkl/bin/mklvars.sh intel64&lt;/P&gt;

&lt;P&gt;I am running my program on ubuntu OS.&lt;/P&gt;

&lt;P&gt;The output of&amp;nbsp;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;echo $LD_LIBRARY_PATH is:&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;/opt/intel/compilers_and_libraries_2016.0.109/linux/tbb/lib/intel64/gcc4.4:/opt/intel/compilers_and_libraries_2016.0.109/linux/compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.0.109/linux/mkl/lib/intel64:/home/tania/.openmpi/lib/:/opt/ThirdParty-3.0.1/platforms/linux64Gcc/gperftools-svn/lib:/opt/paraviewopenfoam44/lib/paraview-4.4:/opt/openfoam30/platforms/linux64GccDPInt32Opt/lib/openmpi-system:/opt/ThirdParty-3.0.1/platforms/linux64GccDPInt32Opt/lib/openmpi-system:/home/tania/.openmpi/lib:/home/tania/OpenFOAM/tania-3.0.1/platforms/linux64GccDPInt32Opt/lib:/opt/site/3.0.1/platforms/linux64GccDPInt32Opt/lib:/opt/openfoam30/platforms/linux64GccDPInt32Opt/lib:/opt/ThirdParty-3.0.1/platforms/linux64GccDPInt32Opt/lib:/opt/openfoam30/platforms/linux64GccDPInt32Opt/lib/dummy:/home/tania/.openmpi/lib/:/home/tania/.openmpi/lib//home/tania/.openmpi/lib:/home/tania/.openmpi/lib//home/tania/.openmpi/lib:/home/tania/.openmpi/lib//home/tmalik/intel/composer_xe_2013_sp1.0.080/mkl/lib/intel64&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Dec 2015 15:48:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-MKL-FATAL-ERROR-Cannot-load-libmkl-avx2-so-or-libmkl-def/m-p/1117692#M24735</guid>
      <dc:creator>malik__tania</dc:creator>
      <dc:date>2015-12-21T15:48:13Z</dc:date>
    </item>
    <item>
      <title>There are only two</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-MKL-FATAL-ERROR-Cannot-load-libmkl-avx2-so-or-libmkl-def/m-p/1117693#M24736</link>
      <description>&lt;P&gt;There are only two directories in that list that pertain to MKL, and those are&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;/opt/intel/compilers_and_libraries_2016.0.109/linux/mkl/lib/intel64&lt;/P&gt;

&lt;P&gt;and&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;/home/tania/.openmpi/lib//home/tmalik/intel/composer_xe_2013_sp1.0.080/mkl/lib/intel64&lt;/P&gt;

&lt;P&gt;Do you have the libraries&amp;nbsp;libmkl_avx2.so or libmkl_def.so in those directories?&lt;/P&gt;</description>
      <pubDate>Mon, 21 Dec 2015 16:36:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-MKL-FATAL-ERROR-Cannot-load-libmkl-avx2-so-or-libmkl-def/m-p/1117693#M24736</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2015-12-21T16:36:12Z</dc:date>
    </item>
    <item>
      <title>I I have found these file in</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-MKL-FATAL-ERROR-Cannot-load-libmkl-avx2-so-or-libmkl-def/m-p/1117694#M24737</link>
      <description>&lt;P&gt;I I have found these file in this folder:&lt;/P&gt;

&lt;P&gt;tania@tania-Latitude-E5540:/opt/intel$ find -name "libmkl_avx2.so"&lt;BR /&gt;
	./compilers_and_libraries_2016.0.109/linux/mkl/lib/intel64_lin/libmkl_avx2.so&lt;BR /&gt;
	find: `./ism/lib': Permission denied&lt;BR /&gt;
	tania@tania-Latitude-E5540:/opt/intel$ find -name "libmkl_def.so"&lt;BR /&gt;
	./compilers_and_libraries_2016.0.109/linux/mkl/lib/intel64_lin/libmkl_def.so&lt;BR /&gt;
	find: `./ism/lib': Permission denied&lt;/P&gt;

&lt;P&gt;How can I add this?&lt;/P&gt;

&lt;P&gt;The output of&amp;nbsp;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;echo $LD_LIBRARY_PATH is:&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;tania@tania-Latitude-E5540:~$ echo $LD_LIBRARY_PATH&lt;BR /&gt;
	/home/tania/.openmpi/lib/:/opt/intel/compilers_and_libraries_2016.0.109/linux/tbb/lib/intel64/gcc4.4:/opt/intel/compilers_and_libraries_2016.0.109/linux/compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.0.109/linux/mkl/lib/intel64:/opt/ThirdParty-3.0.1/platforms/linux64Gcc/gperftools-svn/lib:/opt/paraviewopenfoam44/lib/paraview-4.4:/opt/openfoam30/platforms/linux64GccDPInt32Opt/lib/openmpi-system:/opt/ThirdParty-3.0.1/platforms/linux64GccDPInt32Opt/lib/openmpi-system:/home/tania/.openmpi/lib:/home/tania/OpenFOAM/tania-3.0.1/platforms/linux64GccDPInt32Opt/lib:/opt/site/3.0.1/platforms/linux64GccDPInt32Opt/lib:/opt/openfoam30/platforms/linux64GccDPInt32Opt/lib:/opt/ThirdParty-3.0.1/platforms/linux64GccDPInt32Opt/lib:/opt/openfoam30/platforms/linux64GccDPInt32Opt/lib/dummy:/home/tania/.openmpi/lib/&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Dec 2015 16:45:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-MKL-FATAL-ERROR-Cannot-load-libmkl-avx2-so-or-libmkl-def/m-p/1117694#M24737</guid>
      <dc:creator>malik__tania</dc:creator>
      <dc:date>2015-12-21T16:45:44Z</dc:date>
    </item>
    <item>
      <title> </title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-MKL-FATAL-ERROR-Cannot-load-libmkl-avx2-so-or-libmkl-def/m-p/1117695#M24738</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;The&amp;nbsp;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;MIC_LD_LIBRARY_PATH shows me this output:&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;tania@tania-Latitude-E5540:~$ echo $MIC_LD_LIBRARY_PATH&amp;nbsp;&lt;BR /&gt;
	/opt/intel/compilers_and_libraries_2016.0.109/linux/tbb/lib/mic:/opt/intel/compilers_and_libraries_2016.0.109/linux/compiler/lib/mic:/opt/intel/compilers_and_libraries_2016.0.109/linux/mkl/lib/mic:/opt/intel/compilers_and_libraries_2016.0.109/linux/tbb/lib/mic:/opt/intel/compilers_and_libraries_2016.0.109/linux/compiler/lib/mic:/opt/intel/compilers_and_libraries_2016.0.109/linux/mkl/lib/mic&lt;/P&gt;</description>
      <pubDate>Mon, 21 Dec 2015 17:43:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-MKL-FATAL-ERROR-Cannot-load-libmkl-avx2-so-or-libmkl-def/m-p/1117695#M24738</guid>
      <dc:creator>malik__tania</dc:creator>
      <dc:date>2015-12-21T17:43:31Z</dc:date>
    </item>
    <item>
      <title>That makes the problem clear.</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-MKL-FATAL-ERROR-Cannot-load-libmkl-avx2-so-or-libmkl-def/m-p/1117696#M24739</link>
      <description>&lt;P&gt;That makes the problem clear. The new version of Parallel Studio uses intel64_lin as &amp;lt;arch&amp;gt;, whereas that used to be &amp;lt;intel64&amp;gt; in previous versions. The MKL team should resolve this but, as a temporary solution, you can send the output of "echo $LD_LIBRARY_PATH" to a file (echo $LD_LIBRARY_PATH &amp;gt; ldlibpath.txt), edit the file to replace "intel64" by "intel64_lin" throughout, and issue the command&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;export LD_LIBRARY_PATH=&amp;lt;_insert_here_the_contents_of_ldlibpath.txt_&amp;gt;&lt;/P&gt;

&lt;P&gt;The drawback of this is that you have to issue issue this command each time that you open a shell window to use the compiler and MKL. The better solution is for the start-off scripts compilervars.sh, etc., to be fixed with the new directory names, but the MKL team is to advise on this.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Dec 2015 17:49:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-MKL-FATAL-ERROR-Cannot-load-libmkl-avx2-so-or-libmkl-def/m-p/1117696#M24739</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2015-12-21T17:49:45Z</dc:date>
    </item>
    <item>
      <title>Hi </title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-MKL-FATAL-ERROR-Cannot-load-libmkl-avx2-so-or-libmkl-def/m-p/1117697#M24740</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I did exactly as you wrote&lt;/P&gt;

&lt;P&gt;The output of&amp;nbsp;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;echo $LD_LIBRARY_PATH after that is:&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;tania@tania-Latitude-E5540:~/openform_fupermod_test$ echo $LD_LIBRARY_PATH /home/tania/.openmpi/lib/:/opt/intel/compilers_and_libraries_2016.0.109/linux/tbb/lib/intel64_lin/gcc4.4:/opt/intel/compilers_and_libraries_2016.0.109/linux/compiler/lib/intel64_lin:/opt/intel/compilers_and_libraries_2016.0.109/linux/mkl/lib/intel64_lin:/opt/ThirdParty-3.0.1/platforms/linux64Gcc/gperftools-svn/lib:/opt/paraviewopenfoam44/lib/paraview-4.4:/opt/openfoam30/platforms/linux64GccDPInt32Opt/lib/openmpi-system:/opt/ThirdParty-3.0.1/platforms/linux64GccDPInt32Opt/lib/openmpi-system:/home/tania/.openmpi/lib:/home/tania/OpenFOAM/tania-3.0.1/platforms/linux64GccDPInt32Opt/lib:/opt/site/3.0.1/platforms/linux64GccDPInt32Opt/lib:/opt/openfoam30/platforms/linux64GccDPInt32Opt/lib:/opt/ThirdParty-3.0.1/platforms/linux64GccDPInt32Opt/lib:/opt/openfoam30/platforms/linux64GccDPInt32Opt/lib/dummy:/home/tania/.openmpi/lib/&lt;/P&gt;

&lt;P&gt;But still I got the same error:&lt;/P&gt;

&lt;P&gt;Intel MKL FATAL ERROR: Cannot load libmkl_avx2.so or libmkl_def.so.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Dec 2015 18:03:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-MKL-FATAL-ERROR-Cannot-load-libmkl-avx2-so-or-libmkl-def/m-p/1117697#M24740</guid>
      <dc:creator>malik__tania</dc:creator>
      <dc:date>2015-12-21T18:03:03Z</dc:date>
    </item>
    <item>
      <title>There could be a problem with</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-MKL-FATAL-ERROR-Cannot-load-libmkl-avx2-so-or-libmkl-def/m-p/1117698#M24741</link>
      <description>&lt;P&gt;There could be a problem with permissions. What do you see from ls -l in the directory that contains the MKL .so files?&lt;/P&gt;</description>
      <pubDate>Mon, 21 Dec 2015 18:26:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-MKL-FATAL-ERROR-Cannot-load-libmkl-avx2-so-or-libmkl-def/m-p/1117698#M24741</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2015-12-21T18:26:00Z</dc:date>
    </item>
    <item>
      <title>The output is:</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-MKL-FATAL-ERROR-Cannot-load-libmkl-avx2-so-or-libmkl-def/m-p/1117699#M24742</link>
      <description>&lt;P&gt;The output is:&lt;/P&gt;

&lt;P&gt;tania@tania-Latitude-E5540:/opt/intel/compilers_and_libraries_2016.0.109/linux/mkl$ &amp;nbsp;ls -l&lt;BR /&gt;
	total 28&lt;BR /&gt;
	drwxr-xr-x &amp;nbsp;4 root root 4096 Dec 21 15:42 benchmarks&lt;BR /&gt;
	drwxr-xr-x &amp;nbsp;4 root root 4096 Dec 21 15:41 bin&lt;BR /&gt;
	drwxr-xr-x &amp;nbsp;2 root root 4096 Dec 21 15:42 examples&lt;BR /&gt;
	drwxr-xr-x &amp;nbsp;5 root root 4096 Dec 21 15:42 include&lt;BR /&gt;
	drwxr-xr-x 11 root root 4096 Dec 21 15:42 interfaces&lt;BR /&gt;
	drwxr-xr-x &amp;nbsp;4 root root 4096 Dec 21 15:42 lib&lt;BR /&gt;
	drwxr-xr-x &amp;nbsp;3 root root 4096 Dec 21 15:41 tools&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Dec 2015 18:47:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-MKL-FATAL-ERROR-Cannot-load-libmkl-avx2-so-or-libmkl-def/m-p/1117699#M24742</guid>
      <dc:creator>malik__tania</dc:creator>
      <dc:date>2015-12-21T18:47:26Z</dc:date>
    </item>
    <item>
      <title>Where as:</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-MKL-FATAL-ERROR-Cannot-load-libmkl-avx2-so-or-libmkl-def/m-p/1117700#M24743</link>
      <description>&lt;P&gt;Where as:&lt;/P&gt;

&lt;P&gt;tania@tania-Latitude-E5540:/opt/intel/compilers_and_libraries_2016.0.109/linux/mkl/lib/intel64_lin$ ls -l&lt;BR /&gt;
	total 1032580&lt;BR /&gt;
	-rwxr-xr-x 1 root root &amp;nbsp;32686896 Jul 30 14:03 libmkl_avx2.so&lt;BR /&gt;
	-rwxr-xr-x 1 root root &amp;nbsp;39565233 Jul 30 14:03 libmkl_avx512_mic.so&lt;BR /&gt;
	-rwxr-xr-x 1 root root &amp;nbsp;34186727 Jul 30 14:03 libmkl_avx512.so&lt;BR /&gt;
	-rwxr-xr-x 1 root root &amp;nbsp;35565192 Jul 30 14:03 libmkl_avx.so&lt;BR /&gt;
	-rw-r--r-- 1 root root &amp;nbsp; 1221488 Jul 30 14:04 libmkl_blacs_ilp64.a&lt;BR /&gt;
	-rw-r--r-- 1 root root &amp;nbsp; 1222312 Jul 30 14:04 libmkl_blacs_intelmpi_ilp64.a&lt;BR /&gt;
	-rwxr-xr-x 1 root root &amp;nbsp; &amp;nbsp;490800 Jul 30 14:04 libmkl_blacs_intelmpi_ilp64.so&lt;BR /&gt;
	-rw-r--r-- 1 root root &amp;nbsp; &amp;nbsp;707234 Jul 30 14:03 libmkl_blacs_intelmpi_lp64.a&lt;BR /&gt;
	-rwxr-xr-x 1 root root &amp;nbsp; &amp;nbsp;277115 Jul 30 14:03 libmkl_blacs_intelmpi_lp64.so&lt;BR /&gt;
	-rw-r--r-- 1 root root &amp;nbsp; &amp;nbsp;706410 Jul 30 14:03 libmkl_blacs_lp64.a&lt;BR /&gt;
	-rw-r--r-- 1 root root &amp;nbsp; 1239632 Jul 30 14:04 libmkl_blacs_openmpi_ilp64.a&lt;BR /&gt;
	-rw-r--r-- 1 root root &amp;nbsp; &amp;nbsp;724554 Jul 30 14:03 libmkl_blacs_openmpi_lp64.a&lt;BR /&gt;
	-rw-r--r-- 1 root root &amp;nbsp; 1221760 Jul 30 14:04 libmkl_blacs_sgimpt_ilp64.a&lt;BR /&gt;
	-rw-r--r-- 1 root root &amp;nbsp; &amp;nbsp;706682 Jul 30 14:03 libmkl_blacs_sgimpt_lp64.a&lt;BR /&gt;
	-rw-r--r-- 1 root root &amp;nbsp; &amp;nbsp;678240 Jul 30 13:43 libmkl_blas95_ilp64.a&lt;BR /&gt;
	-rw-r--r-- 1 root root &amp;nbsp; &amp;nbsp;674352 Jul 30 13:43 libmkl_blas95_lp64.a&lt;BR /&gt;
	-rw-r--r-- 1 root root &amp;nbsp; &amp;nbsp;213014 Jul 30 14:04 libmkl_cdft_core.a&lt;BR /&gt;
	-rwxr-xr-x 1 root root &amp;nbsp; &amp;nbsp;166155 Jul 30 14:04 libmkl_cdft_core.so&lt;BR /&gt;
	-rw-r--r-- 1 root root 422816228 Jul 30 13:53 libmkl_core.a&lt;BR /&gt;
	-rwxr-xr-x 1 root root &amp;nbsp;25694727 Jul 30 13:53 libmkl_core.so&lt;BR /&gt;
	-rwxr-xr-x 1 root root &amp;nbsp;29552604 Jul 30 14:03 libmkl_def.so&lt;BR /&gt;
	-rw-r--r-- 1 root root &amp;nbsp;19322966 Jul 30 13:53 libmkl_gf_ilp64.a&lt;BR /&gt;
	-rwxr-xr-x 1 root root &amp;nbsp; 8479034 Jul 30 14:03 libmkl_gf_ilp64.so&lt;BR /&gt;
	-rw-r--r-- 1 root root &amp;nbsp;19975400 Jul 30 13:53 libmkl_gf_lp64.a&lt;BR /&gt;
	-rwxr-xr-x 1 root root &amp;nbsp; 8867579 Jul 30 14:03 libmkl_gf_lp64.so&lt;BR /&gt;
	-rw-r--r-- 1 root root &amp;nbsp;18517016 Jul 30 13:53 libmkl_gnu_thread.a&lt;BR /&gt;
	-rwxr-xr-x 1 root root &amp;nbsp;13034633 Jul 30 14:03 libmkl_gnu_thread.so&lt;BR /&gt;
	-rw-r--r-- 1 root root &amp;nbsp;19353176 Jul 30 13:53 libmkl_intel_ilp64.a&lt;BR /&gt;
	-rwxr-xr-x 1 root root &amp;nbsp; 8496705 Jul 30 14:03 libmkl_intel_ilp64.so&lt;BR /&gt;
	-rw-r--r-- 1 root root &amp;nbsp;20005526 Jul 30 13:53 libmkl_intel_lp64.a&lt;BR /&gt;
	-rwxr-xr-x 1 root root &amp;nbsp; 8885218 Jul 30 14:03 libmkl_intel_lp64.so&lt;BR /&gt;
	-rw-r--r-- 1 root root &amp;nbsp;28704798 Jul 30 13:53 libmkl_intel_thread.a&lt;BR /&gt;
	-rwxr-xr-x 1 root root &amp;nbsp;20368592 Jul 30 14:03 libmkl_intel_thread.so&lt;BR /&gt;
	-rw-r--r-- 1 root root &amp;nbsp; 8139352 Jul 30 13:44 libmkl_lapack95_ilp64.a&lt;BR /&gt;
	-rw-r--r-- 1 root root &amp;nbsp; 8132352 Jul 30 13:43 libmkl_lapack95_lp64.a&lt;BR /&gt;
	-rwxr-xr-x 1 root root &amp;nbsp;36894287 Jul 30 14:03 libmkl_mc3.so&lt;BR /&gt;
	-rwxr-xr-x 1 root root &amp;nbsp;33396687 Jul 30 14:03 libmkl_mc.so&lt;BR /&gt;
	-rwxr-xr-x 1 root root &amp;nbsp; 5147328 Jul 30 14:03 libmkl_rt.so&lt;BR /&gt;
	-rw-r--r-- 1 root root &amp;nbsp;11778266 Jul 30 14:05 libmkl_scalapack_ilp64.a&lt;BR /&gt;
	-rwxr-xr-x 1 root root &amp;nbsp; 7512849 Jul 30 14:05 libmkl_scalapack_ilp64.so&lt;BR /&gt;
	-rw-r--r-- 1 root root &amp;nbsp;11772212 Jul 30 14:04 libmkl_scalapack_lp64.a&lt;BR /&gt;
	-rwxr-xr-x 1 root root &amp;nbsp; 7476637 Jul 30 14:05 libmkl_scalapack_lp64.so&lt;BR /&gt;
	-rw-r--r-- 1 root root &amp;nbsp;10820490 Jul 30 13:53 libmkl_sequential.a&lt;BR /&gt;
	-rwxr-xr-x 1 root root &amp;nbsp; 7732586 Jul 30 14:03 libmkl_sequential.so&lt;BR /&gt;
	-rwxr-xr-x 1 root root &amp;nbsp;11277446 Jul 30 13:59 libmkl_vml_avx2.so&lt;BR /&gt;
	-rwxr-xr-x 1 root root &amp;nbsp;11638255 Jul 30 13:59 libmkl_vml_avx512_mic.so&lt;BR /&gt;
	-rwxr-xr-x 1 root root &amp;nbsp;10434720 Jul 30 14:00 libmkl_vml_avx512.so&lt;BR /&gt;
	-rwxr-xr-x 1 root root &amp;nbsp;10930771 Jul 30 13:58 libmkl_vml_avx.so&lt;BR /&gt;
	-rwxr-xr-x 1 root root &amp;nbsp; 5393410 Jul 30 13:54 libmkl_vml_cmpt.so&lt;BR /&gt;
	-rwxr-xr-x 1 root root &amp;nbsp; 5472445 Jul 30 13:53 libmkl_vml_def.so&lt;BR /&gt;
	-rwxr-xr-x 1 root root &amp;nbsp; 9569252 Jul 30 13:56 libmkl_vml_mc2.so&lt;BR /&gt;
	-rwxr-xr-x 1 root root &amp;nbsp; 9817468 Jul 30 13:57 libmkl_vml_mc3.so&lt;BR /&gt;
	-rwxr-xr-x 1 root root &amp;nbsp; 9576458 Jul 30 13:55 libmkl_vml_mc.so&lt;BR /&gt;
	drwxr-xr-x 3 root root &amp;nbsp; &amp;nbsp; &amp;nbsp;4096 Dec 21 15:41 locale&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Dec 2015 18:50:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-MKL-FATAL-ERROR-Cannot-load-libmkl-avx2-so-or-libmkl-def/m-p/1117700#M24743</guid>
      <dc:creator>malik__tania</dc:creator>
      <dc:date>2015-12-21T18:50:46Z</dc:date>
    </item>
    <item>
      <title>All the shared library files</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-MKL-FATAL-ERROR-Cannot-load-libmkl-avx2-so-or-libmkl-def/m-p/1117701#M24744</link>
      <description>&lt;P&gt;All the shared library files have execute permissions set, and the directory containing them has execute permissions set, so there is no problem there.&lt;/P&gt;

&lt;P&gt;Sorry, I have run out of suggestions at this point.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Dec 2015 19:05:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-MKL-FATAL-ERROR-Cannot-load-libmkl-avx2-so-or-libmkl-def/m-p/1117701#M24744</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2015-12-21T19:05:00Z</dc:date>
    </item>
    <item>
      <title>Hello, </title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-MKL-FATAL-ERROR-Cannot-load-libmkl-avx2-so-or-libmkl-def/m-p/1117702#M24745</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Not sure if it is related to the environment. &amp;nbsp;Could you please try&lt;/P&gt;

&lt;P&gt;1) &amp;nbsp;&amp;gt; ldd &amp;nbsp;your application, what the output?&amp;nbsp;&lt;/P&gt;

&lt;P&gt;2) you mentioned MIC, so have you xeon phi coprocessor in your system? &amp;nbsp;does the application run on the xeon phi? &amp;nbsp;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;3) there are some example (fortran or C sample) under MKL install directory. &amp;nbsp;Could you please unzip one of them and run one of them&lt;/P&gt;

&lt;P&gt;for example, &amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;gt;/mkl_example/cblas&lt;/P&gt;

&lt;P&gt;&amp;gt;&amp;nbsp;make libintel64 function=cblas_dgemm&lt;/P&gt;

&lt;P&gt;let us know the output of the sample program.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;4) &amp;nbsp;or is it possible to&amp;nbsp;&lt;SPAN style="font-weight: 700; font-size: 12px; line-height: 18px;"&gt;LD_PRELOAD&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;=/opt/intel/compilers_and_libraries_2016.0.109/linux/mkl/lib/intel64_lin/&lt;/SPAN&gt;libmkl_def.so&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;, then run your application.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Here is a similiar issue for your reference: &lt;A href="https://software.intel.com/en-us/forums/intel-math-kernel-library/topic/600019" target="_blank"&gt;https://software.intel.com/en-us/forums/intel-math-kernel-library/topic/600019&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Ying&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2015 01:11:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-MKL-FATAL-ERROR-Cannot-load-libmkl-avx2-so-or-libmkl-def/m-p/1117702#M24745</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2015-12-22T01:11:05Z</dc:date>
    </item>
    <item>
      <title> </title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-MKL-FATAL-ERROR-Cannot-load-libmkl-avx2-so-or-libmkl-def/m-p/1117703#M24746</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;HI&lt;/P&gt;

&lt;P&gt;Here are the results of 4 options that you suggested:&lt;/P&gt;

&lt;P&gt;(1) tania@tania-Latitude-E5540:~/openform_fupermod_test$ ldd ~/build_fupermod/mkl/tools/builder&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;not a dynamic executable&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;2) you mentioned MIC, so have you xeon phi coprocessor in your system? &amp;nbsp;does the application run on the xeon phi?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;I have no idea about it. I just install MKL to use in cblas.&lt;/P&gt;

&lt;P&gt;(3) Examples are working &amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;tania@tania-Latitude-E5540:/opt/intel/compilers_and_libraries_2016.0.109/linux/mkl/examples/cblas$ sudo make libintel64 function=cblas_dgemm compiler=gnu&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;make cblas_dgemmx.res &amp;nbsp;_IA=intel64 EXT=a RES_EXT=lib&lt;BR /&gt;
	make[1]: Entering directory `/opt/intel/compilers_and_libraries_2016.0.109/linux/mkl/examples/cblas'&lt;BR /&gt;
	mkdir -p ./_results/gnu_lp64_parallel_intel64_lib&lt;BR /&gt;
	gcc &amp;nbsp; &amp;nbsp;-m64 -w -I../../include source/cblas_dgemmx.c source/common_func.c &amp;nbsp;-Wl,--start-group "../../lib/intel64"/libmkl_intel_lp64.a "../../lib/intel64"/libmkl_intel_thread.a "../../lib/intel64"/libmkl_core.a -Wl,--end-group -L"../../../compiler/lib/intel64" -liomp5 -lpthread -ldl -lm -o _results/gnu_lp64_parallel_intel64_lib/cblas_dgemmx.out&lt;BR /&gt;
	export LD_LIBRARY_PATH="../../lib/intel64"::"../../../compiler/lib/intel64"; _results/gnu_lp64_parallel_intel64_lib/cblas_dgemmx.out data/cblas_dgemmx.d &amp;gt;_results/gnu_lp64_parallel_intel64_lib/cblas_dgemmx.res&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;(4) I got the same error while using PRELOAD before:&lt;/P&gt;

&lt;P&gt;tania@tania-Latitude-E5540:~/openform_fupermod_test$ LD_PRELOAD=/opt/intel/compilers_and_libraries_2016.0.109/linux/mkl/lib/intel64_lin/libmkl_def.so&lt;BR /&gt;
	tania@tania-Latitude-E5540:~/openform_fupermod_test$ mpirun -np 4 -machinefile machinefile ~/build_fupermod/mkl/tools/builder -l ~/build_fupermod/mkl/routines/mxm/.libs/libmxm_1d.so -U2000 -s100&lt;BR /&gt;
	Kernel:/home/tania/build_fupermod/mkl/routines/mxm/.libs/libmxm_1d.so&amp;nbsp;&lt;BR /&gt;
	Kernel:/home/tania/build_fupermod/mkl/routines/mxm/.libs/libmxm_1d.so&amp;nbsp;&lt;BR /&gt;
	Kernel:/home/tania/build_fupermod/mkl/routines/mxm/.libs/libmxm_1d.so&amp;nbsp;&lt;BR /&gt;
	Kernel:/home/tania/build_fupermod/mkl/routines/mxm/.libs/libmxm_1d.so&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Intel MKL FATAL ERROR: Cannot load libmkl_avx2.so or libmkl_def.so.&lt;/P&gt;

&lt;P&gt;Intel MKL FATAL ERROR: Cannot load libmkl_avx2.so or libmkl_def.so.&lt;BR /&gt;
	Intel MKL FATAL ERROR: Cannot load libmkl_avx2.so or libmkl_def.so.&lt;BR /&gt;
	Intel MKL FATAL ERROR: Cannot load libmkl_avx2.so or libmkl_def.so.&lt;BR /&gt;
	-------------------------------------------------------&lt;BR /&gt;
	Primary job &amp;nbsp;terminated normally, but 1 process returned&lt;BR /&gt;
	a non-zero exit code.. Per user-direction, the job has been aborted.&lt;BR /&gt;
	-------------------------------------------------------&lt;BR /&gt;
	--------------------------------------------------------------------------&lt;BR /&gt;
	mpirun detected that one or more processes exited with non-zero status, thus causing&lt;BR /&gt;
	the job to be terminated. The first process to do so was:&lt;/P&gt;

&lt;P&gt;&amp;nbsp; Process name: [[48793,1],1]&lt;BR /&gt;
	&amp;nbsp; Exit code: &amp;nbsp; &amp;nbsp;1&lt;BR /&gt;
	--------------------------------------------------------------------------&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2015 10:40:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-MKL-FATAL-ERROR-Cannot-load-libmkl-avx2-so-or-libmkl-def/m-p/1117703#M24746</guid>
      <dc:creator>malik__tania</dc:creator>
      <dc:date>2015-12-22T10:40:34Z</dc:date>
    </item>
    <item>
      <title> </title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-MKL-FATAL-ERROR-Cannot-load-libmkl-avx2-so-or-libmkl-def/m-p/1117704#M24747</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I am attaching Fupermod makefile.in and configure.ac file&lt;/P&gt;

&lt;P&gt;you can check the compile option of MKL in case if you want see.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2015 11:06:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-MKL-FATAL-ERROR-Cannot-load-libmkl-avx2-so-or-libmkl-def/m-p/1117704#M24747</guid>
      <dc:creator>malik__tania</dc:creator>
      <dc:date>2015-12-22T11:06:21Z</dc:date>
    </item>
    <item>
      <title>Hi Tania,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-MKL-FATAL-ERROR-Cannot-load-libmkl-avx2-so-or-libmkl-def/m-p/1117705#M24748</link>
      <description>&lt;P&gt;Hi Tania,&lt;/P&gt;
&lt;P&gt;Thanks for the reply.&amp;nbsp; so we can get&lt;/P&gt;
&lt;P&gt;1) MKL work in simple command environment, but can't work in the mpirun&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;gt;mpirun -np 4 -machinefile machinefile ~/build_fupermod/mkl/tools/builder -l&lt;/P&gt;
&lt;P&gt;~/build_fupermod/mkl/routines/mxm/.libs/libmxm_1d.so -U2000 -s100&lt;/P&gt;
&lt;P&gt;2) ~/build_fupermod/mkl/routines/mxm/.libs/libmxm_1d.so are linked mkl librarylibintel_libmkl_intel_lp64.so&amp;nbsp; or&lt;/P&gt;
&lt;P&gt;ibmkl_gnu_thread.so&amp;nbsp; libmkl_core.so. and libintel_libmkl_intel_lp64.so&amp;nbsp; or ibmkl_gnu_thread.so&amp;nbsp; or&amp;nbsp; libmkl_core.so&lt;/P&gt;
&lt;P&gt;internally invokes&amp;nbsp; libmkl_avx2.so or libmkl_def.so. Because in my application I don't need them directaly.&lt;/P&gt;
&lt;P&gt;So the solution is either remove the dependency or&amp;nbsp; to make sure the mpirun environment can invoke the&amp;nbsp; libmkl_avx2.so or&lt;/P&gt;
&lt;P&gt;libmkl_def.so as command line case.&lt;/P&gt;
&lt;P&gt;Could you rebuild the Fupermod or&amp;nbsp; libmxm_1d.so with static mkl library (for example, libmkl_intel_lp64.&lt;STRONG&gt;a, libmkl_gnu_thread.a libmkl_core.a, not .so)&lt;/STRONG&gt;, which will not ask the mkl dynamic libary (libmkl_avx2.so&amp;nbsp; and libmkl_def.so)&lt;/P&gt;
&lt;P&gt;other ways, may be -rpath option&amp;nbsp; or add –no-as-needed&amp;nbsp; as&amp;nbsp;&lt;A href="https://software.intel.com/en-us/forums/intel-math-kernel"&gt;https://software.intel.com/en-us/forums/intel-math-kernel&lt;/A&gt;-&lt;/P&gt;
&lt;P&gt;library/topic/...&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Ying&lt;/P&gt;</description>
      <pubDate>Wed, 23 Dec 2015 02:11:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-MKL-FATAL-ERROR-Cannot-load-libmkl-avx2-so-or-libmkl-def/m-p/1117705#M24748</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2015-12-23T02:11:39Z</dc:date>
    </item>
  </channel>
</rss>

