<?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 Linking problem for Fortran 95 call in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-problem-for-Fortran-95-call/m-p/904486#M11535</link>
    <description>I am trying to link mkl version 8.0.2 with a program using lapack95 spev. I've tried using:&lt;BR /&gt;&lt;BR /&gt;ifort -L/opt/intel/mkl/8.0.2/lib/32/ -lmkl_lapack95 -lmkl_lapack -lmkl_ia32 -lguide -lpthread hw02p03.f90 &lt;BR /&gt;&lt;BR /&gt;I obtain the following error:&lt;BR /&gt;&lt;BR /&gt;/tmp/ifortfTlvvR.o(.text+0x134): In function `MAIN__':&lt;BR /&gt;: undefined reference to `spev_'&lt;BR /&gt;&lt;BR /&gt;Clearly, there's something wrong with how I'm linking this. Could I please get an explanation for the proper way to link to the library when I compile?&lt;BR /&gt;&lt;BR /&gt;Chris&lt;BR /&gt;</description>
    <pubDate>Tue, 24 Oct 2006 07:04:20 GMT</pubDate>
    <dc:creator>varney</dc:creator>
    <dc:date>2006-10-24T07:04:20Z</dc:date>
    <item>
      <title>Linking problem for Fortran 95 call</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-problem-for-Fortran-95-call/m-p/904486#M11535</link>
      <description>I am trying to link mkl version 8.0.2 with a program using lapack95 spev. I've tried using:&lt;BR /&gt;&lt;BR /&gt;ifort -L/opt/intel/mkl/8.0.2/lib/32/ -lmkl_lapack95 -lmkl_lapack -lmkl_ia32 -lguide -lpthread hw02p03.f90 &lt;BR /&gt;&lt;BR /&gt;I obtain the following error:&lt;BR /&gt;&lt;BR /&gt;/tmp/ifortfTlvvR.o(.text+0x134): In function `MAIN__':&lt;BR /&gt;: undefined reference to `spev_'&lt;BR /&gt;&lt;BR /&gt;Clearly, there's something wrong with how I'm linking this. Could I please get an explanation for the proper way to link to the library when I compile?&lt;BR /&gt;&lt;BR /&gt;Chris&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Oct 2006 07:04:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-problem-for-Fortran-95-call/m-p/904486#M11535</guid>
      <dc:creator>varney</dc:creator>
      <dc:date>2006-10-24T07:04:20Z</dc:date>
    </item>
    <item>
      <title>Re: Linking problem for Fortran 95 call</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-problem-for-Fortran-95-call/m-p/904487#M11536</link>
      <description>1) find the location where the interfaces are stored. usually it is a directory named include inside the intel directory&lt;BR /&gt;&lt;BR /&gt;2) compile all f90 files in order to produce the necessary modules&lt;BR /&gt;&lt;BR /&gt;3) when compiling your application use the -I switch pointing to the include directory where the modules are&lt;BR /&gt;&lt;BR /&gt;Evans&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Nov 2006 16:49:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-problem-for-Fortran-95-call/m-p/904487#M11536</guid>
      <dc:creator>envog</dc:creator>
      <dc:date>2006-11-13T16:49:05Z</dc:date>
    </item>
  </channel>
</rss>

