<?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 Hi Gennady, in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/possible-bug-in-18-0-2-mkl/m-p/1132688#M25767</link>
    <description>&lt;P&gt;Hi Gennady,&lt;/P&gt;

&lt;P&gt;thanks for the response.&lt;/P&gt;

&lt;P&gt;The fact that mkl lapack is not called at all makes it even more wired. The program crashes immediately when started. Only when the mkl lapack call is commented out it works. I have no idea whats going on. Thats why I reported thet compiler and linker flags as well.&lt;/P&gt;

&lt;P&gt;Hope that helps.&lt;/P&gt;

&lt;P&gt;Cheers&lt;/P&gt;</description>
    <pubDate>Thu, 31 May 2018 07:42:52 GMT</pubDate>
    <dc:creator>may_ka</dc:creator>
    <dc:date>2018-05-31T07:42:52Z</dc:date>
    <item>
      <title>possible bug in 18.0.2 mkl</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/possible-bug-in-18-0-2-mkl/m-p/1132685#M25764</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;

&lt;P&gt;the following code yield as segfault at run time:&lt;/P&gt;

&lt;PRE class="brush:fortran;"&gt;Program Test
  use lapack95
  Implicit none
  Real*8, allocatable :: x(:,:)
  Integer*8 :: ISError
  if(allocated(x)) Then
    call DPOTRF_F95(A=x,UPLO="U",INFO=ISError)
  End if
End Program Test&lt;/PRE&gt;

&lt;P&gt;compier&amp;nbsp; flags were:&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;ifort -i8 -warn nounused -warn declarations -O0 -check all -warn interface -check noarg_temp_created -static -c -o NoOMP_MKLSEQ_ifort_4.16.12-1-ARCH/Test.o Test.f90 -I /opt/intel/compilers_and_libraries_2018.2.199/linux/mkl/include/intel64/ilp64&lt;/PRE&gt;

&lt;P&gt;linker flags were:&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;ifort -i8 -warn nounused -warn declarations -O0 -check all -warn interface -check noarg_temp_created -static -o Test_NoOMP_MKLSEQ_4.16.12-1-ARCH NoOMP_MKLSEQ_ifort_4.16.12-1-ARCH/Test.o    /opt/intel/compilers_and_libraries_2018.2.199/linux/mkl/lib/intel64/libmkl_blas95_ilp64.a /opt/intel/compilers_and_libraries_2018.2.199/linux/mkl/lib/intel64/libmkl_lapack95_ilp64.a -Wl,--start-group /opt/intel/compilers_and_libraries_2018.2.199/linux/mkl/lib/intel64/libmkl_intel_ilp64.a /opt/intel/compilers_and_libraries_2018.2.199/linux/mkl/lib/intel64/libmkl_core.a /opt/intel/compilers_and_libraries_2018.2.199/linux/mkl/lib/intel64/libmkl_sequential.a -Wl,--end-group -lpthread -lm -ldl&lt;/PRE&gt;

&lt;P&gt;runtime output&amp;nbsp; were:&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;user@linux:~/./Test_NoOMP_MKLSEQ_4.16.12-1-ARCH
Segmentation fault (core dumped)&lt;/PRE&gt;

&lt;P&gt;ifort parallel studio version: 18.0.2, linux kernel: 4.16.12&lt;/P&gt;

&lt;P&gt;Does run in 17.07.&lt;/P&gt;

&lt;P&gt;Is this a bug and if yes is that fixed in 18.0.3??&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;

&lt;P&gt;Cheers&lt;/P&gt;

&lt;P&gt;Karl&lt;/P&gt;</description>
      <pubDate>Wed, 30 May 2018 21:45:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/possible-bug-in-18-0-2-mkl/m-p/1132685#M25764</guid>
      <dc:creator>may_ka</dc:creator>
      <dc:date>2018-05-30T21:45:09Z</dc:date>
    </item>
    <item>
      <title>Update:</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/possible-bug-in-18-0-2-mkl/m-p/1132686#M25765</link>
      <description>&lt;P&gt;Update:&lt;/P&gt;

&lt;P&gt;Just installed 18.0.3&lt;/P&gt;

&lt;P&gt;stlll the same problem.&lt;/P&gt;</description>
      <pubDate>Thu, 31 May 2018 03:07:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/possible-bug-in-18-0-2-mkl/m-p/1132686#M25765</guid>
      <dc:creator>may_ka</dc:creator>
      <dc:date>2018-05-31T03:07:54Z</dc:date>
    </item>
    <item>
      <title>Thanks for the report we will</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/possible-bug-in-18-0-2-mkl/m-p/1132687#M25766</link>
      <description>&lt;P&gt;Thanks for the report we will check the problem. But looking at your example, I see potrf routine has not been called at all because of the array X is not allocated. What do check then?&amp;nbsp; It seems you need to allocate and initialize the input X(:,:)&amp;nbsp; array, isn't ?&lt;/P&gt;</description>
      <pubDate>Thu, 31 May 2018 05:15:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/possible-bug-in-18-0-2-mkl/m-p/1132687#M25766</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2018-05-31T05:15:32Z</dc:date>
    </item>
    <item>
      <title>Hi Gennady,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/possible-bug-in-18-0-2-mkl/m-p/1132688#M25767</link>
      <description>&lt;P&gt;Hi Gennady,&lt;/P&gt;

&lt;P&gt;thanks for the response.&lt;/P&gt;

&lt;P&gt;The fact that mkl lapack is not called at all makes it even more wired. The program crashes immediately when started. Only when the mkl lapack call is commented out it works. I have no idea whats going on. Thats why I reported thet compiler and linker flags as well.&lt;/P&gt;

&lt;P&gt;Hope that helps.&lt;/P&gt;

&lt;P&gt;Cheers&lt;/P&gt;</description>
      <pubDate>Thu, 31 May 2018 07:42:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/possible-bug-in-18-0-2-mkl/m-p/1132688#M25767</guid>
      <dc:creator>may_ka</dc:creator>
      <dc:date>2018-05-31T07:42:52Z</dc:date>
    </item>
    <item>
      <title>Hi Gennady,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/possible-bug-in-18-0-2-mkl/m-p/1132689#M25768</link>
      <description>&lt;P&gt;Hi Gennady,&lt;/P&gt;

&lt;P&gt;the problem seems to be limited to the sequential version of mkl. When linking to the threaded version, its running.&lt;/P&gt;

&lt;P&gt;cheers&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jun 2018 14:03:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/possible-bug-in-18-0-2-mkl/m-p/1132689#M25768</guid>
      <dc:creator>may_ka</dc:creator>
      <dc:date>2018-06-01T14:03:48Z</dc:date>
    </item>
    <item>
      <title>I am wondering what has</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/possible-bug-in-18-0-2-mkl/m-p/1132690#M25769</link>
      <description>&lt;P&gt;I am wondering what has happend to this. I initiated a support ticket which went asleep. I tested 19.02 today and the bug seems to be still not fixed!!&lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2019 22:22:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/possible-bug-in-18-0-2-mkl/m-p/1132690#M25769</guid>
      <dc:creator>may_ka</dc:creator>
      <dc:date>2019-02-13T22:22:29Z</dc:date>
    </item>
    <item>
      <title>Hello Karl,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/possible-bug-in-18-0-2-mkl/m-p/1132691#M25770</link>
      <description>&lt;P&gt;Hello Karl,&lt;/P&gt;&lt;P&gt;AFAIK, this issue is&amp;nbsp;related to linking with -static in combination with -lpthread (you find a lot information if you search for something like "static pthread segfault")&amp;nbsp;and thus it is not a problem of the MKL. The known&amp;nbsp;fix is to add to your link line the following:&lt;BR /&gt;-Wl,--whole-archive -lpthread -Wl,--no-whole-archive&lt;/P&gt;&lt;P&gt;Let me know if this doesn't work for you.&lt;/P&gt;&lt;P&gt;Best,&lt;BR /&gt;Kirill&lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2019 22:32:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/possible-bug-in-18-0-2-mkl/m-p/1132691#M25770</guid>
      <dc:creator>Kirill_V_Intel</dc:creator>
      <dc:date>2019-02-13T22:32:14Z</dc:date>
    </item>
    <item>
      <title>Thanks</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/possible-bug-in-18-0-2-mkl/m-p/1132692#M25771</link>
      <description>&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2019 22:44:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/possible-bug-in-18-0-2-mkl/m-p/1132692#M25771</guid>
      <dc:creator>may_ka</dc:creator>
      <dc:date>2019-02-13T22:44:35Z</dc:date>
    </item>
  </channel>
</rss>

