<?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 SCALAPACK libraries missing? in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/SCALAPACK-libraries-missing/m-p/1075726#M22550</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I installed the new version. However I noticed that the scalapack libraries are missing. Specifically&lt;BR /&gt;
	&lt;BR /&gt;
	libmkl_scalapack_lp64.a,&amp;nbsp;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;ibm&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;kl_scalapack_lp64.so etc&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;I had trouble linking when I called subroutine slasrt2 in my code.&lt;/P&gt;

&lt;P&gt;Am I missing something?&lt;/P&gt;

&lt;P&gt;Cheers&lt;/P&gt;

&lt;P&gt;RIchard&lt;/P&gt;</description>
    <pubDate>Tue, 13 Sep 2016 23:03:00 GMT</pubDate>
    <dc:creator>Richard_Kerr</dc:creator>
    <dc:date>2016-09-13T23:03:00Z</dc:date>
    <item>
      <title>SCALAPACK libraries missing?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/SCALAPACK-libraries-missing/m-p/1075726#M22550</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I installed the new version. However I noticed that the scalapack libraries are missing. Specifically&lt;BR /&gt;
	&lt;BR /&gt;
	libmkl_scalapack_lp64.a,&amp;nbsp;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;ibm&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;kl_scalapack_lp64.so etc&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;I had trouble linking when I called subroutine slasrt2 in my code.&lt;/P&gt;

&lt;P&gt;Am I missing something?&lt;/P&gt;

&lt;P&gt;Cheers&lt;/P&gt;

&lt;P&gt;RIchard&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2016 23:03:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/SCALAPACK-libraries-missing/m-p/1075726#M22550</guid>
      <dc:creator>Richard_Kerr</dc:creator>
      <dc:date>2016-09-13T23:03:00Z</dc:date>
    </item>
    <item>
      <title>The MKL link line advisor</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/SCALAPACK-libraries-missing/m-p/1075727#M22551</link>
      <description>&lt;P&gt;The MKL link line advisor shows the Scalapack and Blacs libraries in the group "Cluster library", and that probably implies that you will have the Scalapack libraries available only if you chose the cluster edition when you installed Parallel Studio.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2016 13:11:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/SCALAPACK-libraries-missing/m-p/1075727#M22551</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2016-09-14T13:11:57Z</dc:date>
    </item>
    <item>
      <title>Richard, please try to</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/SCALAPACK-libraries-missing/m-p/1075728#M22552</link>
      <description>&lt;P&gt;Richard, please try to reinstall your package and check mkl's clauster components which is not installed by the default. thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2016 18:23:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/SCALAPACK-libraries-missing/m-p/1075728#M22552</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2016-09-14T18:23:50Z</dc:date>
    </item>
    <item>
      <title>Thanks,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/SCALAPACK-libraries-missing/m-p/1075729#M22553</link>
      <description>&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;I am very grateful for your help. Yes, I did a custom install and installed the cluster components. Now I have a new problem&lt;/P&gt;

&lt;P&gt;I have worked out that in order to reference subroutine&amp;nbsp;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;slasrt2 in my code&lt;/SPAN&gt;&amp;nbsp;I need to include in my linking the flags:&lt;/P&gt;

&lt;P&gt;&amp;nbsp;-lmkl_scalapack_lp64 -lmkl_blacs_intelmpi_lp64&amp;nbsp;&lt;/P&gt;

&lt;P&gt;but I am getting the errors:&lt;/P&gt;

&lt;P&gt;/opt/intel/compilers_and_libraries_2017.0.098/linux/mkl/lib/intel64/libmkl_blacs_intelmpi_lp64.so: undefined reference to `MPI_Waitall'&lt;BR /&gt;
	/opt/intel/compilers_and_libraries_2017.0.098/linux/mkl/lib/intel64/libmkl_blacs_intelmpi_lp64.so: undefined reference to `MPI_Abort'&lt;BR /&gt;
	/opt/intel/compilers_and_libraries_2017.0.098/linux/mkl/lib/intel64/libmkl_blacs_intelmpi_lp64.so: undefined reference to `MPI_Waitany'&lt;BR /&gt;
	/opt/intel/compilers_and_libraries_2017.0.098/linux/mkl/lib/intel64/libmkl_blacs_intelmpi_lp64.so: undefined reference to `MPI_Wtime'&lt;/P&gt;

&lt;P&gt;etc&lt;/P&gt;

&lt;P&gt;So I am now confused. I am not actually running my program on a cluster, but on a multi-thread (core) machine. Do I need to get the mpi stuff all set up and compile and link as if I am running a mpi job?&lt;/P&gt;

&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2016 00:41:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/SCALAPACK-libraries-missing/m-p/1075729#M22553</guid>
      <dc:creator>Richard_Kerr</dc:creator>
      <dc:date>2016-09-15T00:41:50Z</dc:date>
    </item>
    <item>
      <title>The MKL link line advisor</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/SCALAPACK-libraries-missing/m-p/1075730#M22554</link>
      <description>&lt;P&gt;The MKL link line advisor specifies that you use the&amp;nbsp;&lt;STRONG&gt;-qopenmp&lt;/STRONG&gt;&amp;nbsp;compile-time option in addition to using (at link time) the list of libraries that were mentioned. Here is what the MKLLLA gives:&lt;/P&gt;

&lt;UL&gt;
	&lt;LI&gt;Compiler options:&amp;nbsp;&amp;nbsp;-qopenmp -I${MKLROOT}/include&lt;/LI&gt;
	&lt;LI&gt;Linker options: &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;-L${MKLROOT}/lib/intel64 -lmkl_scalapack_lp64 -lmkl_intel_lp64 -lmkl_core -lmkl_intel_thread -lmkl_blacs_intelmpi_lp64 -lpthread -lm -ldl&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Thu, 15 Sep 2016 12:14:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/SCALAPACK-libraries-missing/m-p/1075730#M22554</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2016-09-15T12:14:58Z</dc:date>
    </item>
    <item>
      <title>Thanks for the reply,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/SCALAPACK-libraries-missing/m-p/1075731#M22555</link>
      <description>&lt;P&gt;Thanks for the reply,&lt;/P&gt;

&lt;P&gt;but unfortunately I am getting the same error. I am wondering if I have to install openMPI and use the compiler wrapper&amp;nbsp;&lt;SPAN style="color: rgb(102, 102, 102); font-family: Arial, Tahoma, Helvetica, sans-serif; font-size: 14px; line-height: 19.6px;"&gt;mpif90 ?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2016 00:18:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/SCALAPACK-libraries-missing/m-p/1075731#M22555</guid>
      <dc:creator>Richard_Kerr</dc:creator>
      <dc:date>2016-09-16T00:18:00Z</dc:date>
    </item>
  </channel>
</rss>

