<?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: Newbie MKL for linux in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Newbie-MKL-for-linux/m-p/926491#M13440</link>
    <description>Thanks for the help so far I haven't had much luck with specifying the libraries myself, it complains it can't find -lmkl_lapack when I try using LD_LIBRARY_PATH and does this if I specify the pathe &lt;BR /&gt;&lt;BR /&gt;/tmp/iccYtuS7b.o(.text+0x1f): In function `main':&lt;BR /&gt;: undefined reference to `vslNewStream'&lt;BR /&gt;/tmp/iccYtuS7b.o(.text+0x5f): In function `main':&lt;BR /&gt;: undefined reference to `vdRngGaussian'&lt;BR /&gt;/tmp/iccYtuS7b.o(.text+0x237): In function `main':&lt;BR /&gt;: undefined reference to `vslDeleteStream'&lt;BR /&gt;&lt;BR /&gt;But as suggested I have managed to get the examples working with the provided make file so I'll try and figure it out from those.&lt;BR /&gt;Thanks again for the help.</description>
    <pubDate>Fri, 19 Nov 2004 18:04:53 GMT</pubDate>
    <dc:creator>mcass</dc:creator>
    <dc:date>2004-11-19T18:04:53Z</dc:date>
    <item>
      <title>Newbie MKL for linux</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Newbie-MKL-for-linux/m-p/926488#M13437</link>
      <description>I have installed mkl7.01 for linux which seemed to go smoothly but nowhere in the documentation can I see any instructions as to how to use it!&lt;BR /&gt;I am using suse9.2 on a dual xeon system.&lt;BR /&gt;I have sourced mklvars32.sh.&lt;BR /&gt;I presume I need to link to the libraries to use, I am trying to compile the example file vdrnggaussian.c using icc (or gcc if necessary). I presume I need a compile command of the form &lt;BR /&gt;icc vdrnggaussian.c -o TEST -L/opt/intel/mkl701/ -l something&lt;BR /&gt;where /opt/intel/mkl701 is the install directory.&lt;BR /&gt;I know this info must be somewhere (examples are pretty useless without it) but I can't for the life of me find it.&lt;BR /&gt;Any help would be greatfully recieved.</description>
      <pubDate>Thu, 18 Nov 2004 23:32:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Newbie-MKL-for-linux/m-p/926488#M13437</guid>
      <dc:creator>mcass</dc:creator>
      <dc:date>2004-11-18T23:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie MKL for linux</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Newbie-MKL-for-linux/m-p/926489#M13438</link>
      <description>Normally, your -L path would extend all the way down to the /lib directory where the .a or .so files you want are located.  If you wanted both lapack and core MKL you would specify both of those with -l&lt;BR /&gt;As I sometimes use Windows, I would not dare to name the executable TEST.  e.g.&lt;BR /&gt;icc vdrnggaussian.c -o yourexe -L/opt/intel/mkl70/lib/32/ -lmkl_lapack -lmkl_p4&lt;BR /&gt;If that order works for you.  If your mklvars.sh is working, it should take care of the -L stuff by the LD_LIBRARY_PATH.&lt;BR /&gt;Maybe the documentation can't keep up with the frequent minor changes, and the probability that many people will change the names themselves.</description>
      <pubDate>Fri, 19 Nov 2004 00:49:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Newbie-MKL-for-linux/m-p/926489#M13438</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2004-11-19T00:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie MKL for linux</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Newbie-MKL-for-linux/m-p/926490#M13439</link>
      <description>&lt;DIV&gt;If you're looking for documentation, the doc directory is a good place to look. The index.htm file describes the documentation options. In this case I think the mkluse.htm file would be of use as it is the technical user notes and contains explanations of the libraries provided as well as examples for linking.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Also, included with the example files are makefiles which contain comments describing how they can be used.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;-Todd&lt;/DIV&gt;</description>
      <pubDate>Fri, 19 Nov 2004 03:07:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Newbie-MKL-for-linux/m-p/926490#M13439</guid>
      <dc:creator>Todd_R_Intel</dc:creator>
      <dc:date>2004-11-19T03:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie MKL for linux</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Newbie-MKL-for-linux/m-p/926491#M13440</link>
      <description>Thanks for the help so far I haven't had much luck with specifying the libraries myself, it complains it can't find -lmkl_lapack when I try using LD_LIBRARY_PATH and does this if I specify the pathe &lt;BR /&gt;&lt;BR /&gt;/tmp/iccYtuS7b.o(.text+0x1f): In function `main':&lt;BR /&gt;: undefined reference to `vslNewStream'&lt;BR /&gt;/tmp/iccYtuS7b.o(.text+0x5f): In function `main':&lt;BR /&gt;: undefined reference to `vdRngGaussian'&lt;BR /&gt;/tmp/iccYtuS7b.o(.text+0x237): In function `main':&lt;BR /&gt;: undefined reference to `vslDeleteStream'&lt;BR /&gt;&lt;BR /&gt;But as suggested I have managed to get the examples working with the provided make file so I'll try and figure it out from those.&lt;BR /&gt;Thanks again for the help.</description>
      <pubDate>Fri, 19 Nov 2004 18:04:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Newbie-MKL-for-linux/m-p/926491#M13440</guid>
      <dc:creator>mcass</dc:creator>
      <dc:date>2004-11-19T18:04:53Z</dc:date>
    </item>
  </channel>
</rss>

