<?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 xiar error when using IPO. Fix? in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/xiar-error-when-using-IPO-Fix/m-p/765948#M20105</link>
    <description>Third quarter of 2012.</description>
    <pubDate>Wed, 09 May 2012 15:26:13 GMT</pubDate>
    <dc:creator>Steven_L_Intel1</dc:creator>
    <dc:date>2012-05-09T15:26:13Z</dc:date>
    <item>
      <title>xiar error when using IPO. Fix?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/xiar-error-when-using-IPO-Fix/m-p/765939#M20096</link>
      <description>&lt;P&gt;&lt;BR /&gt;The steps at the end of this post will result in the xiar error:&lt;BR /&gt;&lt;BR /&gt;# xiar cr libslatec.a *.o&lt;BR /&gt;error: can't open file /tmp/xiariEvdns_ipo/qagie.o for write&lt;BR /&gt;xiar: error #10014: problem during multi-file optimization compilation (code 1)&lt;BR /&gt;&lt;BR /&gt;I have been able to duplicate this on seperate systems with 4GB and 64GB RAM and lots of disk space. When I change -ipo to -ip below there is no error. How do I fix this? What am I doing wrong?&lt;BR /&gt;&lt;BR /&gt;- Henrik&lt;BR /&gt;&lt;BR /&gt;-----&lt;BR /&gt;&lt;BR /&gt;Centos 6.2&lt;BR /&gt;Linux ... 2.6.32-220.7.1.el6.x86_64 #1 SMP Wed Mar 7 ... x86_64 GNU/Linux&lt;BR /&gt;ifort version 12.1.3&lt;BR /&gt;&lt;BR /&gt;-----&lt;BR /&gt;&lt;BR /&gt;wget &lt;A href="http://www.netlib.org/slatec/slatec_src.tgz" target="_blank"&gt;http://www.netlib.org/slatec/slatec_src.tgz&lt;/A&gt; &lt;BR /&gt;wget &lt;A href="http://www.netlib.org/slatec/slatec4linux.tgz" target="_blank"&gt;http://www.netlib.org/slatec/slatec4linux.tgz&lt;/A&gt;&lt;BR /&gt;tar zxf slatec_src.tgz &lt;BR /&gt;cd src&lt;BR /&gt;tar zxf ../slatec4linux.tgz&lt;BR /&gt;&lt;BR /&gt;ifort -O3 -ipo -fp-model precise -c *.f&lt;BR /&gt;xiar cr libslatec.a *.o&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Mar 2012 20:47:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/xiar-error-when-using-IPO-Fix/m-p/765939#M20096</guid>
      <dc:creator>Henrik_S_</dc:creator>
      <dc:date>2012-03-20T20:47:58Z</dc:date>
    </item>
    <item>
      <title>xiar error when using IPO. Fix?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/xiar-error-when-using-IPO-Fix/m-p/765940#M20097</link>
      <description>I will try reproducing the error and post again when I know more.</description>
      <pubDate>Tue, 27 Mar 2012 19:20:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/xiar-error-when-using-IPO-Fix/m-p/765940#M20097</guid>
      <dc:creator>Kevin_D_Intel</dc:creator>
      <dc:date>2012-03-27T19:20:04Z</dc:date>
    </item>
    <item>
      <title>xiar error when using IPO. Fix?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/xiar-error-when-using-IPO-Fix/m-p/765941#M20098</link>
      <description>&lt;BR /&gt;Were you able to duplicate the problem?&lt;BR /&gt;&lt;BR /&gt; - Henrik&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Mar 2012 14:20:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/xiar-error-when-using-IPO-Fix/m-p/765941#M20098</guid>
      <dc:creator>Henrik_S_</dc:creator>
      <dc:date>2012-03-28T14:20:37Z</dc:date>
    </item>
    <item>
      <title>xiar error when using IPO. Fix?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/xiar-error-when-using-IPO-Fix/m-p/765942#M20099</link>
      <description>Yes, exactly. The xiar step is creating a lot of temp directories and files. It does appear to be a compiler/xiar issue and nothing tied tofile system. The file system that I am using has significant available space/i-nodes.&lt;BR /&gt;&lt;BR /&gt;I will keep you updated if I am able to find a work around.</description>
      <pubDate>Wed, 28 Mar 2012 17:54:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/xiar-error-when-using-IPO-Fix/m-p/765942#M20099</guid>
      <dc:creator>Kevin_D_Intel</dc:creator>
      <dc:date>2012-03-28T17:54:25Z</dc:date>
    </item>
    <item>
      <title>xiar error when using IPO. Fix?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/xiar-error-when-using-IPO-Fix/m-p/765943#M20100</link>
      <description>&lt;P&gt;I founda work around that Development confirmed is valid. You can avoid the error by adding smaller groups of files into the archive at one time. I found the following works:&lt;BR /&gt;&lt;BR /&gt;xiar cr libslatec.a [a-m]*.o&lt;BR /&gt;xiar cr libslatec.a [n-z]*.o&lt;BR /&gt;&lt;BR /&gt;I directed the original test case to Development for further investigation and future remedy (internal tracking id below) and will keep you updated on the status as I learn it.&lt;BR /&gt;&lt;BR /&gt;(Internal tracking id: DPD200181349)&lt;/P&gt;
(Resolution Update on 10/14/2012): This defect is fixed in the Intel® Fortran Composer XE 2013 Initial Release (2013.0.0.079 - Linux)</description>
      <pubDate>Thu, 29 Mar 2012 09:02:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/xiar-error-when-using-IPO-Fix/m-p/765943#M20100</guid>
      <dc:creator>Kevin_D_Intel</dc:creator>
      <dc:date>2012-03-29T09:02:00Z</dc:date>
    </item>
    <item>
      <title>xiar error when using IPO. Fix?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/xiar-error-when-using-IPO-Fix/m-p/765944#M20101</link>
      <description>&lt;DIV&gt;So I downloaded 2011 Update 10, but the problem still apears present. Any ideas when it will be fixed?&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thanks,&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;  - Henrik&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 02 May 2012 15:05:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/xiar-error-when-using-IPO-Fix/m-p/765944#M20101</guid>
      <dc:creator>Henrik_S_</dc:creator>
      <dc:date>2012-05-02T15:05:52Z</dc:date>
    </item>
    <item>
      <title>xiar error when using IPO. Fix?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/xiar-error-when-using-IPO-Fix/m-p/765945#M20102</link>
      <description>I do not have an ETA on any fix yet. Development is still investigating the root cause. I will update the thread as I learn more.</description>
      <pubDate>Wed, 02 May 2012 15:19:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/xiar-error-when-using-IPO-Fix/m-p/765945#M20102</guid>
      <dc:creator>Kevin_D_Intel</dc:creator>
      <dc:date>2012-05-02T15:19:36Z</dc:date>
    </item>
    <item>
      <title>xiar error when using IPO. Fix?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/xiar-error-when-using-IPO-Fix/m-p/765946#M20103</link>
      <description>The root cause has been identified and fixed. The fix will be available in our next major release scheduled for late this year. The fix will not be available for the Fortran Composer XE 2011 release, so the earlier work around will be necessary with that release.</description>
      <pubDate>Tue, 08 May 2012 21:53:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/xiar-error-when-using-IPO-Fix/m-p/765946#M20103</guid>
      <dc:creator>Kevin_D_Intel</dc:creator>
      <dc:date>2012-05-08T21:53:08Z</dc:date>
    </item>
    <item>
      <title>xiar error when using IPO. Fix?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/xiar-error-when-using-IPO-Fix/m-p/765947#M20104</link>
      <description>"Late" or "later" this year? The number and nature of issues reported as fixed in this next major release is such that the distinction in intent between those two words has become rather material.</description>
      <pubDate>Tue, 08 May 2012 23:38:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/xiar-error-when-using-IPO-Fix/m-p/765947#M20104</guid>
      <dc:creator>IanH</dc:creator>
      <dc:date>2012-05-08T23:38:23Z</dc:date>
    </item>
    <item>
      <title>xiar error when using IPO. Fix?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/xiar-error-when-using-IPO-Fix/m-p/765948#M20105</link>
      <description>Third quarter of 2012.</description>
      <pubDate>Wed, 09 May 2012 15:26:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/xiar-error-when-using-IPO-Fix/m-p/765948#M20105</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2012-05-09T15:26:13Z</dc:date>
    </item>
    <item>
      <title>This defect is fixed in the</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/xiar-error-when-using-IPO-Fix/m-p/765949#M20106</link>
      <description>This defect is fixed in the Intel® Fortran Composer XE 2013 Initial Release (2013.0.0.079 - Linux)</description>
      <pubDate>Sun, 14 Oct 2012 10:07:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/xiar-error-when-using-IPO-Fix/m-p/765949#M20106</guid>
      <dc:creator>Kevin_D_Intel</dc:creator>
      <dc:date>2012-10-14T10:07:38Z</dc:date>
    </item>
  </channel>
</rss>

