<?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 Error in opening the Library module file.   [MKL_VSL] in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-in-opening-the-Library-module-file-MKL-VSL/m-p/931103#M13754</link>
    <description>Hi all.&lt;BR /&gt;&lt;BR /&gt;I'm trying to use the mkl 8.0.2 with ifort 9.031 but I can't. I tried a simple program which just load the mkl_vsl libraries (by coding "USE MKL_VSL" in the program) and it doesn't compile and return the message "Error in opening the Library module file [MKL_VSL]". The program compiles correctly when I copy the file /mkl/8.0.2/include to the same directory of the program and compile it first and it accept some variable declarations (of course I can't invoke the functions). I used the scripts mklvars32 to set environment variables (I've tried the 64) and checked. The command I'm using to compile is very simple:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ifort myprog.f -L/opt/intel/mkl/8.0.2/lib/32 -lmkl_ia64&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I also tried to put all libraries but. I'm using Fedora 4&lt;BR /&gt;&lt;BR /&gt;Well, I'm sorry if this is a very simple question but I'm novice to this business.&lt;BR /&gt;&lt;BR /&gt;Many thanks.&lt;P&gt;Message Edited by f.oliveira@auckland.ac.nz on &lt;SPAN class="date_text"&gt;04-27-2006&lt;/SPAN&gt;&lt;SPAN class="time_text"&gt;05:02 AM&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 27 Apr 2006 19:00:14 GMT</pubDate>
    <dc:creator>f_oliveira</dc:creator>
    <dc:date>2006-04-27T19:00:14Z</dc:date>
    <item>
      <title>Error in opening the Library module file.   [MKL_VSL]</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-in-opening-the-Library-module-file-MKL-VSL/m-p/931103#M13754</link>
      <description>Hi all.&lt;BR /&gt;&lt;BR /&gt;I'm trying to use the mkl 8.0.2 with ifort 9.031 but I can't. I tried a simple program which just load the mkl_vsl libraries (by coding "USE MKL_VSL" in the program) and it doesn't compile and return the message "Error in opening the Library module file [MKL_VSL]". The program compiles correctly when I copy the file /mkl/8.0.2/include to the same directory of the program and compile it first and it accept some variable declarations (of course I can't invoke the functions). I used the scripts mklvars32 to set environment variables (I've tried the 64) and checked. The command I'm using to compile is very simple:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ifort myprog.f -L/opt/intel/mkl/8.0.2/lib/32 -lmkl_ia64&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I also tried to put all libraries but. I'm using Fedora 4&lt;BR /&gt;&lt;BR /&gt;Well, I'm sorry if this is a very simple question but I'm novice to this business.&lt;BR /&gt;&lt;BR /&gt;Many thanks.&lt;P&gt;Message Edited by f.oliveira@auckland.ac.nz on &lt;SPAN class="date_text"&gt;04-27-2006&lt;/SPAN&gt;&lt;SPAN class="time_text"&gt;05:02 AM&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2006 19:00:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-in-opening-the-Library-module-file-MKL-VSL/m-p/931103#M13754</guid>
      <dc:creator>f_oliveira</dc:creator>
      <dc:date>2006-04-27T19:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: Error in opening the Library module file.   [MKL_VSL]</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-in-opening-the-Library-module-file-MKL-VSL/m-p/931104#M13755</link>
      <description>&lt;DIV&gt;It looks like you are using 64bits libraries at 32bits platform or contrariwise. And you forget specify include path to mkl_vsl.fi for compiler.&lt;/DIV&gt;&lt;DIV&gt;In your case correct command lines looks as:&lt;/DIV&gt;&lt;DIV&gt;for ia32 platforms: ifort -I/opt/intel/mkl/8.0.2/include myprog.f -L/opt/intel/mkl/8.0.2/lib/32 -lmkl_ia32&lt;/DIV&gt;&lt;DIV&gt;for ia64 platforms: ifort -I/opt/intel/mkl/8.0.2/include myprog.f -L/opt/intel/mkl/8.0.2/lib/64 -lmkl_ia64&lt;/DIV&gt;&lt;DIV&gt;for em64t platforms: ifort -I/opt/intel/mkl/8.0.2/include myprog.f -L/opt/intel/mkl/8.0.2/lib/em64t -lmkl_em64t&lt;/DIV&gt;</description>
      <pubDate>Fri, 28 Apr 2006 12:25:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-in-opening-the-Library-module-file-MKL-VSL/m-p/931104#M13755</guid>
      <dc:creator>Andrey_G_Intel2</dc:creator>
      <dc:date>2006-04-28T12:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: Error in opening the Library module file.   [MKL_VSL]</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-in-opening-the-Library-module-file-MKL-VSL/m-p/931105#M13756</link>
      <description>Thanks for the suggestion. I did it and it still wasn't working. There were also a problem with SELinux (by the way it has a problem with matlab also). I deactivated it and it is working now. Thanks.&lt;BR /&gt;F</description>
      <pubDate>Fri, 28 Apr 2006 13:51:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-in-opening-the-Library-module-file-MKL-VSL/m-p/931105#M13756</guid>
      <dc:creator>f_oliveira</dc:creator>
      <dc:date>2006-04-28T13:51:57Z</dc:date>
    </item>
  </channel>
</rss>

