<?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: libmkl_scalapack_lp64.so: undefined reference to `MKL_SCALA in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/libmkl-scalapack-lp64-so-undefined-reference-to-MKL-SCALAPACK/m-p/880552#M9496</link>
    <description>&lt;BR /&gt;eleshia, &lt;BR /&gt;Probably linker adviser ( &lt;A href="http://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/)will" target="_blank"&gt;http://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/)will&lt;/A&gt; helps you to select recommended linking line.&lt;BR /&gt;--Gennady</description>
    <pubDate>Wed, 02 Sep 2009 15:41:21 GMT</pubDate>
    <dc:creator>Gennady_F_Intel</dc:creator>
    <dc:date>2009-09-02T15:41:21Z</dc:date>
    <item>
      <title>libmkl_scalapack_lp64.so: undefined reference to `MKL_SCALAPACK_INT'</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/libmkl-scalapack-lp64-so-undefined-reference-to-MKL-SCALAPACK/m-p/880551#M9495</link>
      <description>Hello, I am evaluating the latest Intel Compiler suite. I am trying to link my program with latest MKL implmentation on a SGI workstation with xeon processor. I am having the following error:&lt;BR /&gt;&lt;BR /&gt;/opt/intel/Compiler/11.1/046/mkl/lib/em64t/libmkl_scalapack_lp64.so: undefined reference to `MKL_SCALAPACK_INT'&lt;BR /&gt;/opt/intel/Compiler/11.1/046/mkl/lib/em64t/libmkl_scalapack_lp64.so: undefined reference to `Cdsendrecv'&lt;BR /&gt;&lt;BR /&gt;I trace the problem back to the blacs implementation: I am using SGI's MPT library, so I uses libmkl_blacs_sgimpt_lp64.a library. For all blacs libraries, only the sgimpt version does not have MKL_SCALAPACK_INT defined. How do I get my program to link correctly?&lt;BR /&gt;&lt;BR /&gt;Here are the library sequence I used to link with my program: &lt;BR /&gt;&lt;BR /&gt;-lmkl_scalapack_lp64 -lmkl_blacs_sgimpt_lp64 -lmkl_lapack -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core -liomp5 -lpthread -lmpi -ldl&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 02 Sep 2009 13:25:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/libmkl-scalapack-lp64-so-undefined-reference-to-MKL-SCALAPACK/m-p/880551#M9495</guid>
      <dc:creator>emangus1</dc:creator>
      <dc:date>2009-09-02T13:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: libmkl_scalapack_lp64.so: undefined reference to `MKL_SCALA</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/libmkl-scalapack-lp64-so-undefined-reference-to-MKL-SCALAPACK/m-p/880552#M9496</link>
      <description>&lt;BR /&gt;eleshia, &lt;BR /&gt;Probably linker adviser ( &lt;A href="http://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/)will" target="_blank"&gt;http://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/)will&lt;/A&gt; helps you to select recommended linking line.&lt;BR /&gt;--Gennady</description>
      <pubDate>Wed, 02 Sep 2009 15:41:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/libmkl-scalapack-lp64-so-undefined-reference-to-MKL-SCALAPACK/m-p/880552#M9496</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2009-09-02T15:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: libmkl_scalapack_lp64.so: undefined reference to `MKL_SCALA</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/libmkl-scalapack-lp64-so-undefined-reference-to-MKL-SCALAPACK/m-p/880553#M9497</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
The problem has been reproduced. We'll provide a fix for this in a future update.&lt;BR /&gt;&lt;BR /&gt;You could try this workaround: Compile a C source file with these two lines and link it in addition to MKL:&lt;BR /&gt;&lt;BR /&gt; #include &lt;MPI.H&gt;&lt;BR /&gt; int MKL_SCALAPACK_INT = (int) MPI_INT;&lt;BR /&gt;&lt;BR /&gt;-Todd&lt;BR /&gt;&lt;/MPI.H&gt;</description>
      <pubDate>Thu, 15 Oct 2009 16:37:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/libmkl-scalapack-lp64-so-undefined-reference-to-MKL-SCALAPACK/m-p/880553#M9497</guid>
      <dc:creator>Todd_R_Intel</dc:creator>
      <dc:date>2009-10-15T16:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: libmkl_scalapack_lp64.so: undefined reference to `MKL_SCALA</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/libmkl-scalapack-lp64-so-undefined-reference-to-MKL-SCALAPACK/m-p/880554#M9498</link>
      <description>&lt;P&gt;Hi Todd,&lt;/P&gt;
&lt;P&gt;The C-file workaround you suggested takes care of only one of the two problems. While the message&lt;/P&gt;
&lt;P&gt;&lt;B&gt;libmkl_scalapack_lp64.so: undefined reference to `MKL_SCALAPACK_INT'&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;no longer appears, the other one, namely&lt;/P&gt;
&lt;P&gt;&lt;B&gt;libmkl_scalapack_lp64.so: undefined reference to `Cdsendrecv'&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;remains. Any further suggestions?&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Maurice&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2010 16:46:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/libmkl-scalapack-lp64-so-undefined-reference-to-MKL-SCALAPACK/m-p/880554#M9498</guid>
      <dc:creator>dekoning</dc:creator>
      <dc:date>2010-02-25T16:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: libmkl_scalapack_lp64.so: undefined reference to `MKL_SCALA</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/libmkl-scalapack-lp64-so-undefined-reference-to-MKL-SCALAPACK/m-p/880555#M9499</link>
      <description>&lt;P&gt;Maurice,&lt;/P&gt;
&lt;P&gt;what mkl version you are using? We fixed this problem in 10.2 Update3.&lt;/P&gt;
&lt;P&gt;--Gennady&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2010 17:30:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/libmkl-scalapack-lp64-so-undefined-reference-to-MKL-SCALAPACK/m-p/880555#M9499</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2010-02-25T17:30:14Z</dc:date>
    </item>
  </channel>
</rss>

