<?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 I will try to provide it. in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-scalapack-dapl-fails/m-p/1126161#M25276</link>
    <description>&lt;P&gt;I will try to provide it.&lt;/P&gt;</description>
    <pubDate>Thu, 05 Oct 2017 23:53:15 GMT</pubDate>
    <dc:creator>Marius_B_</dc:creator>
    <dc:date>2017-10-05T23:53:15Z</dc:date>
    <item>
      <title>mkl scalapack + dapl fails</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-scalapack-dapl-fails/m-p/1126155#M25270</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I try to run mkl scalapack in fortran code on an infinity band network using I_MPI_FABRICS=shm:dapl, however mkl scalapack does not work correctly when running on several nodes, e.g.&amp;nbsp;&amp;nbsp;pzheev&amp;nbsp;exits with error code 16. When switching to shm:tcp network fabrics it works. It also works with netlib scalapack reference implementation + mkl lapack/blas. I tried&amp;nbsp;intel-2016 update 4 and&amp;nbsp;intel-2017 update 4, both give the same errors.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Any idea on this error ?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;best,&lt;/P&gt;

&lt;P&gt;marius&lt;/P&gt;</description>
      <pubDate>Sun, 17 Sep 2017 16:17:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-scalapack-dapl-fails/m-p/1126155#M25270</guid>
      <dc:creator>Marius_B_</dc:creator>
      <dc:date>2017-09-17T16:17:30Z</dc:date>
    </item>
    <item>
      <title>this is an unknown problem</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-scalapack-dapl-fails/m-p/1126156#M25271</link>
      <description>&lt;P&gt;this is an unknown problem with MKL 2017 u3. If pzheev works with Netlib's implementation and fails with MKL, then probably, this is the bug. Could you give us reproducer?&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2017 03:21:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-scalapack-dapl-fails/m-p/1126156#M25271</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2017-09-18T03:21:16Z</dc:date>
    </item>
    <item>
      <title>thanks for the swift reply.</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-scalapack-dapl-fails/m-p/1126157#M25272</link>
      <description>&lt;P&gt;thanks for the swift reply.&lt;/P&gt;

&lt;P&gt;I did some more testing.I used to use -mkl=cluster for which I got the errors mentioned above, however when using the linker options supplied by intel mkl link advisor, i.e. "&amp;nbsp;${MKLROOT}/lib/intel64/libmkl_scalapack_lp64.a -Wl,--start-group ${MKLROOT}/lib/intel64/libmkl_intel_lp64.a ${MKLROOT}/lib/intel64/libmkl_sequential.a ${MKLROOT}/lib/intel64/libmkl_core.a ${MKLROOT}/lib/intel64/libmkl_blacs_intelmpi_lp64.a -Wl,--end-group -lpthread -lm -ldl",&amp;nbsp; it works. &amp;nbsp;Using -mkl=cluster together with TCP fabrics works, tough.&lt;/P&gt;

&lt;P&gt;So is it in general not a good idea to use "-mkl=cluster" over giving the linker options explicitly?&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2017 03:35:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-scalapack-dapl-fails/m-p/1126157#M25272</guid>
      <dc:creator>Marius_B_</dc:creator>
      <dc:date>2017-09-18T03:35:49Z</dc:date>
    </item>
    <item>
      <title>This is strange because of</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-scalapack-dapl-fails/m-p/1126158#M25273</link>
      <description>&lt;P&gt;This is strange because of when we use -mkl=cluster compiler option, that's mean we link with sequential MKL cluster components and these components are used Intel MPI. Here is should be identical what you explicitly used.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2017 05:19:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-scalapack-dapl-fails/m-p/1126158#M25273</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2017-09-18T05:19:48Z</dc:date>
    </item>
    <item>
      <title>The difference is that  -mkl</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-scalapack-dapl-fails/m-p/1126159#M25274</link>
      <description>The difference is that  -mkl=cluster links the libraries are linked dynamically while following link advisor links them statically.  If I use -mkl=cluster -static-intel -static_mpi  to statically link the mkl libraries scalapack works.</description>
      <pubDate>Tue, 19 Sep 2017 00:35:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-scalapack-dapl-fails/m-p/1126159#M25274</guid>
      <dc:creator>Marius_B_</dc:creator>
      <dc:date>2017-09-19T00:35:57Z</dc:date>
    </item>
    <item>
      <title>then, could you give us the</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-scalapack-dapl-fails/m-p/1126160#M25275</link>
      <description>&lt;P&gt;then, could you give us the reproducer?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Sep 2017 02:12:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-scalapack-dapl-fails/m-p/1126160#M25275</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2017-09-19T02:12:57Z</dc:date>
    </item>
    <item>
      <title>I will try to provide it.</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-scalapack-dapl-fails/m-p/1126161#M25276</link>
      <description>&lt;P&gt;I will try to provide it.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2017 23:53:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-scalapack-dapl-fails/m-p/1126161#M25276</guid>
      <dc:creator>Marius_B_</dc:creator>
      <dc:date>2017-10-05T23:53:15Z</dc:date>
    </item>
  </channel>
</rss>

