<?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: Undefined refs to VML when linking to MKL... in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Undefined-refs-to-VML-when-linking-to-MKL/m-p/908714#M11948</link>
    <description>Liraries libmkl_vml_XX.so don`t contains these symbols. You should link your application with libvml.so&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 12 Oct 2006 16:16:59 GMT</pubDate>
    <dc:creator>Andrey_G_Intel2</dc:creator>
    <dc:date>2006-10-12T16:16:59Z</dc:date>
    <item>
      <title>Undefined refs to VML when linking to MKL...</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Undefined-refs-to-VML-when-linking-to-MKL/m-p/908712#M11946</link>
      <description>I'm not a particularly savy linux user, but I have managed to install Intel Fortran, C++, and MKL on my PC's linux partition (Ubuntu 6.0.6). Now I want to use the free Fortran package PROPACK to do singular value decompositions of large sparse matrices. Using the make file included with PROPACK works fine until it tries to compile and link the example programs included with the software:&lt;BR /&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;make[2]: Entering directory `/home/ron/Desktop/PROPACK/double/Examples'&lt;BR /&gt;ifort -cm -w95 -assume buffered_io -vec_report0 -O3 -ipo -xN -Vaxlib -o example.LINUX_ICC_IA32.x example.o matvec.o -L/opt/intel/mkl/8.1.1/lib/32 -L.. -L. ../libdpropack_LINUX_ICC_IA32.a ../libdlapack_util_LINUX_ICC_IA32.a -lmkl_p4 -lguide ../libdlapack_util_LINUX_ICC_IA32.a&lt;BR /&gt;IPO: performing multi-file optimizations&lt;BR /&gt;IPO: generating object file /tmp/ipo_ifort4usUFH.o&lt;BR /&gt;/opt/intel/mkl/8.1.1/lib/32/libmkl_p4.so: undefined reference to `vsCos'&lt;BR /&gt;/opt/intel/mkl/8.1.1/lib/32/libmkl_p4.so: undefined reference to `vslDeleteStream'&lt;BR /&gt;/opt/intel/mkl/8.1.1/lib/32/libmkl_p4.so: undefined reference to `vdSin'&lt;BR /&gt;/opt/intel/mkl/8.1.1/lib/32/libmkl_p4.so: undefined reference to `viRngUniformBits'&lt;BR /&gt;/opt/intel/mkl/8.1.1/lib/32/libmkl_p4.so: undefined reference to `vslNewStream'&lt;BR /&gt;/opt/intel/mkl/8.1.1/lib/32/libmkl_p4.so: undefined reference to `vdCos'&lt;BR /&gt;/opt/intel/mkl/8.1.1/lib/32/libmkl_p4.so: undefined reference to `vsSin'&lt;BR /&gt;make[2]: *** [example.LINUX_ICC_IA32.x] Error 1&lt;BR /&gt;make[2]: Leaving directory `/home/ron/Desktop/PROPACK/double/Examples'&lt;BR /&gt;&lt;/FONT&gt;&lt;BR /&gt;I figured out that the above undefined references are functions from the Intel VML/VSL package, so I added -lmkl_vml_p4 after -lmkl_p4 in the above ifort line, but it still generates the same errors.&lt;BR /&gt;&lt;BR /&gt;Any insights or suggestions?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Ron</description>
      <pubDate>Thu, 28 Sep 2006 12:34:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Undefined-refs-to-VML-when-linking-to-MKL/m-p/908712#M11946</guid>
      <dc:creator>renormalize</dc:creator>
      <dc:date>2006-09-28T12:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: Undefined refs to VML when linking to MKL...</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Undefined-refs-to-VML-when-linking-to-MKL/m-p/908713#M11947</link>
      <description>I am getting the same exact errors with the same MKL,&lt;BR /&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;/opt/intel/mkl/8.1.1/lib/32/libmkl_p4.so: undefined reference to `vsCos'&lt;BR /&gt;/opt/intel/mkl/8.1.1/lib/32/libmkl_p4.so: undefined reference to `vslDeleteStream'&lt;BR /&gt;/opt/intel/mkl/8.1.1/lib/32/libmkl_p4.so: undefined reference to `vdSin'&lt;BR /&gt;/opt/intel/mkl/8.1.1/lib/32/libmkl_p4.so: undefined reference to `viRngUniformBits'&lt;BR /&gt;/opt/intel/mkl/8.1.1/lib/32/libmkl_p4.so: undefined reference to `vslNewStream'&lt;BR /&gt;/opt/intel/mkl/8.1.1/lib/32/libmkl_p4.so: undefined reference to `vdCos'&lt;BR /&gt;/opt/intel/mkl/8.1.1/lib/32/libmkl_p4.so: undefined reference to `vsSin'&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;In my case I am using the Intel C 9.1 as the linker. My code compiles OK with MKL 8.0.1.&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Oct 2006 04:57:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Undefined-refs-to-VML-when-linking-to-MKL/m-p/908713#M11947</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2006-10-12T04:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: Undefined refs to VML when linking to MKL...</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Undefined-refs-to-VML-when-linking-to-MKL/m-p/908714#M11948</link>
      <description>Liraries libmkl_vml_XX.so don`t contains these symbols. You should link your application with libvml.so&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Oct 2006 16:16:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Undefined-refs-to-VML-when-linking-to-MKL/m-p/908714#M11948</guid>
      <dc:creator>Andrey_G_Intel2</dc:creator>
      <dc:date>2006-10-12T16:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: Undefined refs to VML when linking to MKL...</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Undefined-refs-to-VML-when-linking-to-MKL/m-p/908715#M11949</link>
      <description>Per the suggetion of the preceding reply, I added -lvml after -lmkl_p4 in the ifort line, and now all the examples link, optimize, and run perfectly. Many thanks to MADagilev!&lt;BR /&gt;&lt;BR /&gt;Ron&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Oct 2006 11:57:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Undefined-refs-to-VML-when-linking-to-MKL/m-p/908715#M11949</guid>
      <dc:creator>renormalize</dc:creator>
      <dc:date>2006-10-18T11:57:27Z</dc:date>
    </item>
  </channel>
</rss>

