<?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 Invalid floating when calling DGEQRF  in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Invalid-floating-when-calling-DGEQRF/m-p/1136136#M26000</link>
    <description>&lt;P&gt;I am using the &lt;A href="https://software.intel.com/en-us/mkl-developer-reference-fortran-geqrf"&gt;DGEQRF&lt;/A&gt;&amp;nbsp;subroutine to implement an orthogonalization using the QR factorization.&amp;nbsp;Compiling and running the code using &lt;EM&gt;gfortan&lt;/EM&gt; and &lt;EM&gt;MKL&lt;/EM&gt; works well but when I try &lt;EM&gt;ifort&lt;/EM&gt; and &lt;EM&gt;MKL&lt;/EM&gt; I get the following error:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;forrtl: error (65): floating invalid&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Details:&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;ifort version:&amp;nbsp;ifort (IFORT) 19.0.1.144 20181018&lt;/P&gt;&lt;P&gt;MKL version:&amp;nbsp;parallel_studio_xe_2019_update1_cluster_edition&lt;/P&gt;&lt;P&gt;The source code can be found at: &lt;A href="https://github.com/NLESC-JCER/Fortran_Davidson" target="_blank"&gt;https://github.com/NLESC-JCER/Fortran_Davidson&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The &lt;EM&gt;traceback&lt;/EM&gt; option&amp;nbsp;points me to the following line of the code:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/NLESC-JCER/Fortran_Davidson/blob/master/src/davidson.f90#L241" target="_blank"&gt;https://github.com/NLESC-JCER/Fortran_Davidson/blob/master/src/davidson.f90#L241&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I am compiling the code&amp;nbsp;using cmake like:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;cmake -H. -Bbuild -DCMAKE_Fortran_COMPILER=ifort&amp;nbsp;-DCMAKE_BUILD_TYPE=Debug&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;then&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;cmake --build build&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Finally I run the code like:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;./bin/main&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I really appreciate any help you can provide.&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Felipe Z.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 18 Jan 2019 11:12:11 GMT</pubDate>
    <dc:creator>Zapata__Felipe</dc:creator>
    <dc:date>2019-01-18T11:12:11Z</dc:date>
    <item>
      <title>Invalid floating when calling DGEQRF</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Invalid-floating-when-calling-DGEQRF/m-p/1136136#M26000</link>
      <description>&lt;P&gt;I am using the &lt;A href="https://software.intel.com/en-us/mkl-developer-reference-fortran-geqrf"&gt;DGEQRF&lt;/A&gt;&amp;nbsp;subroutine to implement an orthogonalization using the QR factorization.&amp;nbsp;Compiling and running the code using &lt;EM&gt;gfortan&lt;/EM&gt; and &lt;EM&gt;MKL&lt;/EM&gt; works well but when I try &lt;EM&gt;ifort&lt;/EM&gt; and &lt;EM&gt;MKL&lt;/EM&gt; I get the following error:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;forrtl: error (65): floating invalid&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Details:&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;ifort version:&amp;nbsp;ifort (IFORT) 19.0.1.144 20181018&lt;/P&gt;&lt;P&gt;MKL version:&amp;nbsp;parallel_studio_xe_2019_update1_cluster_edition&lt;/P&gt;&lt;P&gt;The source code can be found at: &lt;A href="https://github.com/NLESC-JCER/Fortran_Davidson" target="_blank"&gt;https://github.com/NLESC-JCER/Fortran_Davidson&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The &lt;EM&gt;traceback&lt;/EM&gt; option&amp;nbsp;points me to the following line of the code:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/NLESC-JCER/Fortran_Davidson/blob/master/src/davidson.f90#L241" target="_blank"&gt;https://github.com/NLESC-JCER/Fortran_Davidson/blob/master/src/davidson.f90#L241&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I am compiling the code&amp;nbsp;using cmake like:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;cmake -H. -Bbuild -DCMAKE_Fortran_COMPILER=ifort&amp;nbsp;-DCMAKE_BUILD_TYPE=Debug&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;then&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;cmake --build build&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Finally I run the code like:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;./bin/main&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I really appreciate any help you can provide.&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Felipe Z.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jan 2019 11:12:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Invalid-floating-when-calling-DGEQRF/m-p/1136136#M26000</guid>
      <dc:creator>Zapata__Felipe</dc:creator>
      <dc:date>2019-01-18T11:12:11Z</dc:date>
    </item>
    <item>
      <title>the similar as https:/</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Invalid-floating-when-calling-DGEQRF/m-p/1136137#M26001</link>
      <description>&lt;P&gt;the similar as&amp;nbsp;https://software.intel.com/en-us/forums/intel-math-kernel-library/topic/802640&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jan 2019 15:32:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Invalid-floating-when-calling-DGEQRF/m-p/1136137#M26001</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2019-01-21T15:32:00Z</dc:date>
    </item>
  </channel>
</rss>

