<?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 Quote:Tim Prince wrote: in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/compiling-with-ipo-takes-too-much-time/m-p/1018985#M107686</link>
    <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Tim Prince wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Assuming you are including the ipo link stage in your term "compile time," of course it takes longer when ipo is enabled.&amp;nbsp; When ipo is not enabled, that stage simply scans to see if there are any ipo objects. When it is enabled, the analysis may be complex and consume all available memory. The multi-file ipo should reduce the extra time in large builds.&amp;nbsp; ipo doesn't necessarily offer sufficient performance benefit.&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Dear Tim,&lt;/P&gt;

&lt;P&gt;Yes, my definition of compile time(a bit misused) also includes the link time which also gets the -ipo flag.&lt;/P&gt;

&lt;P&gt;After reading a bit more, maybe only, I should use the -ipo flags on compile time, however, as you have mentioned maybe I should investigate if there is a performance benefit or not.&lt;/P&gt;

&lt;P&gt;Best,&lt;/P&gt;

&lt;P&gt;Umut&lt;/P&gt;</description>
    <pubDate>Thu, 07 Aug 2014 13:04:33 GMT</pubDate>
    <dc:creator>utab</dc:creator>
    <dc:date>2014-08-07T13:04:33Z</dc:date>
    <item>
      <title>compiling with -ipo takes too much time</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/compiling-with-ipo-takes-too-much-time/m-p/1018982#M107683</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;

&lt;P&gt;I am using the following compile line for my makefile however -ipo options takes far longer than without -ipo, what is the reason of this behavior?&lt;/P&gt;

&lt;P&gt;ifort -ipo -prec-sqrt -prec-div -fp-model source -xHost -traceback -unroll4 -O3 -standard-semantics -assume protect_parens&lt;/P&gt;

&lt;P&gt;Is this behavior normal? I am on a Linux x86-64 environment.&lt;/P&gt;

&lt;P&gt;Best,&lt;/P&gt;

&lt;P&gt;Umut&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Aug 2014 06:39:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/compiling-with-ipo-takes-too-much-time/m-p/1018982#M107683</guid>
      <dc:creator>utab</dc:creator>
      <dc:date>2014-08-07T06:39:34Z</dc:date>
    </item>
    <item>
      <title>Quote:utab wrote:</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/compiling-with-ipo-takes-too-much-time/m-p/1018983#M107684</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;utab wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Dear all,&lt;/P&gt;

&lt;P&gt;I am using the following compile line for my makefile however -ipo options takes far longer than without -ipo, what is the reason of this behavior?&lt;/P&gt;

&lt;P&gt;ifort -ipo -prec-sqrt -prec-div -fp-model source -xHost -traceback -unroll4 -O3 -standard-semantics -assume protect_parens&lt;/P&gt;

&lt;P&gt;Is this behavior normal? I am on a Linux x86-64 environment.&lt;/P&gt;

&lt;P&gt;Best,&lt;/P&gt;

&lt;P&gt;Umut&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Just some extra comments, I am compiling two target binaries which are compiled with 3 input files where one of them is a module file. For one of these targets, it takes 7 minutes to compile the code, and for the other one it takes 24 minutes to compile the code. For the second one, the compile time is more than that of the run time of the second binary.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Aug 2014 07:27:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/compiling-with-ipo-takes-too-much-time/m-p/1018983#M107684</guid>
      <dc:creator>utab</dc:creator>
      <dc:date>2014-08-07T07:27:15Z</dc:date>
    </item>
    <item>
      <title>Assuming you are including</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/compiling-with-ipo-takes-too-much-time/m-p/1018984#M107685</link>
      <description>&lt;P&gt;Assuming you are including the ipo link stage in your term "compile time," of course it takes longer when ipo is enabled.&amp;nbsp; When ipo is not enabled, that stage simply scans to see if there are any ipo objects. When it is enabled, the analysis may be complex and consume all available memory. The multi-file ipo should reduce the extra time in large builds.&amp;nbsp; ipo doesn't necessarily offer sufficient performance benefit.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Aug 2014 12:57:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/compiling-with-ipo-takes-too-much-time/m-p/1018984#M107685</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2014-08-07T12:57:53Z</dc:date>
    </item>
    <item>
      <title>Quote:Tim Prince wrote:</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/compiling-with-ipo-takes-too-much-time/m-p/1018985#M107686</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Tim Prince wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Assuming you are including the ipo link stage in your term "compile time," of course it takes longer when ipo is enabled.&amp;nbsp; When ipo is not enabled, that stage simply scans to see if there are any ipo objects. When it is enabled, the analysis may be complex and consume all available memory. The multi-file ipo should reduce the extra time in large builds.&amp;nbsp; ipo doesn't necessarily offer sufficient performance benefit.&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Dear Tim,&lt;/P&gt;

&lt;P&gt;Yes, my definition of compile time(a bit misused) also includes the link time which also gets the -ipo flag.&lt;/P&gt;

&lt;P&gt;After reading a bit more, maybe only, I should use the -ipo flags on compile time, however, as you have mentioned maybe I should investigate if there is a performance benefit or not.&lt;/P&gt;

&lt;P&gt;Best,&lt;/P&gt;

&lt;P&gt;Umut&lt;/P&gt;</description>
      <pubDate>Thu, 07 Aug 2014 13:04:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/compiling-with-ipo-takes-too-much-time/m-p/1018985#M107686</guid>
      <dc:creator>utab</dc:creator>
      <dc:date>2014-08-07T13:04:33Z</dc:date>
    </item>
    <item>
      <title>-ipo effectively compiles all</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/compiling-with-ipo-takes-too-much-time/m-p/1018986#M107687</link>
      <description>&lt;P&gt;-ipo effectively compiles all your sources together, including optimizing across all the sources. The "compilation" part, when -ipo is used, generates "intermediate code" only and is fairly quick. It is when you go to "link" that the compiler is again invoked to read in all the intermediate code and optimize it together. If the program is very large, this can consume a lot of resources. Also the linker may have issues with very large objects, which is why the -ipo switch has an optional "n" value to specify the number of objects to create. See also -ipo-jobs.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Aug 2014 13:19:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/compiling-with-ipo-takes-too-much-time/m-p/1018986#M107687</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2014-08-07T13:19:49Z</dc:date>
    </item>
  </channel>
</rss>

