<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated on Wed, 25 Nov 2009 10:09:51 -0800 -->
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <atom:link href="http://software.intel.com/en-us/articles/intel-cluster-ready-kb/type/known-issues/feed/" rel="self" type="application/rss+xml" />
    <title>Intel Software Network articles feed</title>
    <link>http://software.intel.com/en-us/articles/intel-cluster-ready-kb/known-issues/</link>
    <description></description>
    <language>en-us</language>
    <item>
      <title>How to Deal with file_tree issues in Intel® Cluster Checker 1.3</title>
      <description><![CDATA[ <p><em>Note: this article describes behavior in Intel® Cluster Checker version 1.3 Update 2 or earlier.</em><br /><br />The file_tree Intel® Cluster Checker test module verifies that a consistent set of files is present on all cluster nodes.  This consistency is a requirement of the Intel® Cluster Ready Specification.  However, some files are expected to contain data unique to each node, such as hostname and IP address.  While the file_tree test automatically excludes many common examples of such files from its consistency check, special cases exist that are not automatically handled (see the end of this article for a list).  <br /><br />If the file_tree test identifies files that are not consistent across the cluster, you should manually determine whether the reported difference must be resolved by applying the following rules:</p>
<ul>
<li>Does the reported file contain unique information to each node, such as a time stamp or network configuration?  If so, manually verify that other than than the node unique data, the file is identical on all nodes.  </li>
<li>Does the file name itself or the path to the file contain node unique information?  If so, are similar files present on all the nodes?</li>
<li>Is the file dynamically generated or modified, e.g., a log file, compiled from source on each node, or modified by the prelink utility, on each node?  If so, a time stamp or other node unique information may be embedded.</li>
</ul>
<p>If you can determine why the file is different on each node and verify that the differences are not material, then you may ignore the reported errors.  If you are certifying a cluster design as Intel® Cluster Ready, you should include a brief description of why you believe the reported errors are immaterial with your submitted Intel® Cluster Checker output logs.  You should document the files you manually resolved with your cluster design so that other engineers and technicians at your company understand that they can ignore file_tree errors with these files, but should not ignore errors reported for other files.  <br /><br />Forthcoming versions of Intel® Cluster Checker will have the capability to configure which files should be automatically excluded.<br /><br /><span class="sectionHeading">Files that are known to differ from node to node not automatically handled by Intel® Cluster Checker 1.3</span></p>
<ul>
<li>/opt/mlnx-ofed/src/* </li>
<li>/opt/rocks/lib/graphviz/config </li>
<li>/opt/torque/lib64/xpbs* </li>
<li>/opt/torque/mom_logs/* </li>
<li>/usr/java/jdk1.6.0_14/jre/lib/servicetag/registration.xml </li>
<li>/usr/java/jdk1.6.0_14/register.html </li>
<li>/usr/java/jdk1.6.0_14/register_ja.html </li>
<li>/usr/java/jdk1.6.0_14/register_zh_CN.html </li>
<li>/usr/java/i386/jre1.6.0_12/lib/i386/client/classes.jsa </li>
</ul> ]]></description>
      <link>http://software.intel.com/en-us/articles/how-to-deal-with-file_tree-issues-in-intel-cluster-checker-13</link>
      <pubDate>Tue, 29 Sep 2009 15:05:16 -0700</pubDate>
      <comments>http://software.intel.com/en-us/articles/how-to-deal-with-file_tree-issues-in-intel-cluster-checker-13#comments</comments>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/how-to-deal-with-file_tree-issues-in-intel-cluster-checker-13</guid>
      <category>Intel® Cluster Checker Knowledge Base</category>
      <category>Intel® Cluster Ready Knowledge Base</category>
    </item>
    <item>
      <title>Standard C++ Library (libstdc++) Version Requirements</title>
      <description><![CDATA[ <p>The Intel® Cluster Ready specification requires that the GCC* 3.4 or later runtime be present on all cluster nodes.  The Standard C++ Library, <span style="font-family:courier new,monospace;">libstdc++.so.6</span>, is part of the GCC* 3.4 runtime.  However, some software packages, such as the Intel compilers, may still depend on the GCC* 3.2 runtime and an earlier version of the Standard C++ Library, <span style="font-family:courier new,monospace;">libstdc++.so.5</span>.  <br /><br />Currently, all of the leading Linux distributions install the GCC* 3.4 runtime and <span style="font-family:courier new,monospace;">libstdc++.so.6</span> and do not install <span style="font-family:courier new,monospace;">libstdc++.so.5</span> by default. <br /><br />If the software package with the dependency on <span style="font-family:courier new,monospace;">libstdc++.so.5</span> does not include the earlier version of the Standard C++ Library, you may need to install it yourself.  Many Linux distributions provide <span style="font-family:courier new,monospace;">libstdc++.so.5</span> in an optional RPM package.  For example:<br /><br />
<ul>
<li>Red Hat* Enterprise Linux: <span style="font-family:courier new,monospace;">compat-libstdc++-33</span></li>
<li>SUSE* Linux Enterprise Edition: <span style="font-family:courier new,monospace;">compat-libstdc++-5.x.x</span></li>
</ul>
The Standard C++ Library is also available as <a href="http://gcc.gnu.org/libstdc++/">source</a> from the GNU Project.<br /><br /><em>Note</em>: It is not sufficient to link <span style="font-family:courier new,monospace;">libstdc++.so.5</span> to <span style="font-family:courier new,monospace;">libstd++.so.6</span>, as the libraries are not binary compatible.<br /><br />More information on the Standard C++ Library requirements for the Intel compilers may be found at:<br /><a href="http://software.intel.com/en-us/articles/performance-tools-for-software-developers-intel-10x-compilers-dependency-on-usrliblibstdcso5/">http://software.intel.com/en-us/articles/performance-tools-for-software-developers-intel-10x-compilers-dependency-on-usrliblibstdcso5/</a></p> ]]></description>
      <link>http://software.intel.com/en-us/articles/standard-c-library-libstdc-version-requirements</link>
      <pubDate>Tue, 19 May 2009 12:27:26 -0700</pubDate>
      <comments>http://software.intel.com/en-us/articles/standard-c-library-libstdc-version-requirements#comments</comments>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/standard-c-library-libstdc-version-requirements</guid>
      <category>Intel® Cluster Ready Knowledge Base</category>
    </item>
  </channel></rss>