<?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: Debug vs. Release for LAPACK Machine Parameters in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Debug-vs-Release-for-LAPACK-Machine-Parameters/m-p/807597#M41004</link>
    <description>Dear Steve,&lt;BR /&gt;&lt;BR /&gt;Thank you for your response.&lt;BR /&gt;&lt;BR /&gt;It seems that I fixed the problem.&lt;BR /&gt;Or at least the debug and release configurations&lt;BR /&gt;now give the same result.&lt;BR /&gt;&lt;BR /&gt;In my LAPACK Visual Fortran project, I changed&lt;BR /&gt;the optimization level from "Full Optimizations"&lt;BR /&gt;to "Optimize for Speed", but only for&lt;BR /&gt;files dlamch.f and slamch.f, and only for the&lt;BR /&gt;release configuration.&lt;BR /&gt;&lt;BR /&gt;I would still appreciate comments.&lt;BR /&gt;In particular, did I really fix the problem&lt;BR /&gt;or did I just manage to get debug and release&lt;BR /&gt;configurations to give same results?&lt;BR /&gt;&lt;BR /&gt;Attached is the output from the release version&lt;BR /&gt;of the test program.&lt;BR /&gt;&lt;BR /&gt;Thank you</description>
    <pubDate>Wed, 21 May 2003 02:38:43 GMT</pubDate>
    <dc:creator>intelgg</dc:creator>
    <dc:date>2003-05-21T02:38:43Z</dc:date>
    <item>
      <title>Debug vs. Release for LAPACK Machine Parameters</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Debug-vs-Release-for-LAPACK-Machine-Parameters/m-p/807595#M41002</link>
      <description>I have a Pentium III - Windows 2000 system and&lt;BR /&gt;Visual Fortran 6.5.A.&lt;BR /&gt;I built LAPACK 3.0 (2000-05-31) and wrote a&lt;BR /&gt;small program to test the Double Precision Machine&lt;BR /&gt;Parameters function DLAMCH().&lt;BR /&gt;The debug and release configurations give different&lt;BR /&gt;results. In particular, the release configuration&lt;BR /&gt;gives zero for the safe minimum.&lt;BR /&gt;Before I implement my own DLAMCH(), I would&lt;BR /&gt;appreciate better suggestions.&lt;BR /&gt;Are there settings in the release configuration&lt;BR /&gt;that will make it behave without transforming it&lt;BR /&gt;into a debug configuration?&lt;BR /&gt;Thank you</description>
      <pubDate>Tue, 20 May 2003 23:12:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Debug-vs-Release-for-LAPACK-Machine-Parameters/m-p/807595#M41002</guid>
      <dc:creator>intelgg</dc:creator>
      <dc:date>2003-05-20T23:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: Debug vs. Release for LAPACK Machine Parameters</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Debug-vs-Release-for-LAPACK-Machine-Parameters/m-p/807596#M41003</link>
      <description>See &lt;A href="http://h18009.www1.hp.com/fortran/kb/q1006.html" target="_blank"&gt;http://h18009.www1.hp.com/fortran/kb/q1006.html&lt;/A&gt; - code that tries to compute these values at run-time falls afoul of optimizations, especially on X86.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Tue, 20 May 2003 23:47:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Debug-vs-Release-for-LAPACK-Machine-Parameters/m-p/807596#M41003</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2003-05-20T23:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: Debug vs. Release for LAPACK Machine Parameters</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Debug-vs-Release-for-LAPACK-Machine-Parameters/m-p/807597#M41004</link>
      <description>Dear Steve,&lt;BR /&gt;&lt;BR /&gt;Thank you for your response.&lt;BR /&gt;&lt;BR /&gt;It seems that I fixed the problem.&lt;BR /&gt;Or at least the debug and release configurations&lt;BR /&gt;now give the same result.&lt;BR /&gt;&lt;BR /&gt;In my LAPACK Visual Fortran project, I changed&lt;BR /&gt;the optimization level from "Full Optimizations"&lt;BR /&gt;to "Optimize for Speed", but only for&lt;BR /&gt;files dlamch.f and slamch.f, and only for the&lt;BR /&gt;release configuration.&lt;BR /&gt;&lt;BR /&gt;I would still appreciate comments.&lt;BR /&gt;In particular, did I really fix the problem&lt;BR /&gt;or did I just manage to get debug and release&lt;BR /&gt;configurations to give same results?&lt;BR /&gt;&lt;BR /&gt;Attached is the output from the release version&lt;BR /&gt;of the test program.&lt;BR /&gt;&lt;BR /&gt;Thank you</description>
      <pubDate>Wed, 21 May 2003 02:38:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Debug-vs-Release-for-LAPACK-Machine-Parameters/m-p/807597#M41004</guid>
      <dc:creator>intelgg</dc:creator>
      <dc:date>2003-05-21T02:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: Debug vs. Release for LAPACK Machine Parameters</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Debug-vs-Release-for-LAPACK-Machine-Parameters/m-p/807598#M41005</link>
      <description>I can't really say if you "fixed" the problem or not.  I would guess "not", as the optimizations done can change in new releases.  You are better off to use the intrinsics for this.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Wed, 21 May 2003 04:18:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Debug-vs-Release-for-LAPACK-Machine-Parameters/m-p/807598#M41005</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2003-05-21T04:18:50Z</dc:date>
    </item>
  </channel>
</rss>

