<?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 Hi Michal, in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/install-MPI-LIbrary-on-Ubuntu-12-04/m-p/920395#M2374</link>
    <description>&lt;P&gt;Hi Michal,&lt;/P&gt;
&lt;P&gt;What shell are you using?&amp;nbsp; Please try using bash if you aren't already.&amp;nbsp; Ubuntu's default shell does not work well with our installation scripts.&lt;/P&gt;
&lt;P&gt;Sincerely,&lt;BR /&gt; James Tullos&lt;BR /&gt; Technical Consulting Engineer&lt;BR /&gt; Intel® Cluster Tools&lt;/P&gt;</description>
    <pubDate>Fri, 06 Sep 2013 13:14:20 GMT</pubDate>
    <dc:creator>James_T_Intel</dc:creator>
    <dc:date>2013-09-06T13:14:20Z</dc:date>
    <item>
      <title>install MPI LIbrary on Ubuntu 12.04</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/install-MPI-LIbrary-on-Ubuntu-12-04/m-p/920394#M2373</link>
      <description>&lt;P&gt;I have seriouis troubles to install latest version of MPI Lib (4.1.1.036) on Ubuntu 12.04 64bit. See detailed install log in attached file, for more details.&lt;/P&gt;

&lt;P&gt;Any help or hints?&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2013 07:46:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/install-MPI-LIbrary-on-Ubuntu-12-04/m-p/920394#M2373</guid>
      <dc:creator>Michal_Kvasnicka</dc:creator>
      <dc:date>2013-09-06T07:46:59Z</dc:date>
    </item>
    <item>
      <title>Hi Michal,</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/install-MPI-LIbrary-on-Ubuntu-12-04/m-p/920395#M2374</link>
      <description>&lt;P&gt;Hi Michal,&lt;/P&gt;
&lt;P&gt;What shell are you using?&amp;nbsp; Please try using bash if you aren't already.&amp;nbsp; Ubuntu's default shell does not work well with our installation scripts.&lt;/P&gt;
&lt;P&gt;Sincerely,&lt;BR /&gt; James Tullos&lt;BR /&gt; Technical Consulting Engineer&lt;BR /&gt; Intel® Cluster Tools&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2013 13:14:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/install-MPI-LIbrary-on-Ubuntu-12-04/m-p/920395#M2374</guid>
      <dc:creator>James_T_Intel</dc:creator>
      <dc:date>2013-09-06T13:14:20Z</dc:date>
    </item>
    <item>
      <title>Im pretty sure, that default</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/install-MPI-LIbrary-on-Ubuntu-12-04/m-p/920396#M2375</link>
      <description>&lt;P&gt;Im pretty sure, that default Ubuntu (12.04 LTS) shell is "bash". So, there is nothing to change.&lt;/P&gt;
&lt;P&gt;Michal&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2013 13:18:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/install-MPI-LIbrary-on-Ubuntu-12-04/m-p/920396#M2375</guid>
      <dc:creator>Michal_Kvasnicka</dc:creator>
      <dc:date>2013-09-06T13:18:13Z</dc:date>
    </item>
    <item>
      <title>Those errors indicate that</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/install-MPI-LIbrary-on-Ubuntu-12-04/m-p/920397#M2376</link>
      <description>&lt;P&gt;Those errors indicate that you are not using bash.&amp;nbsp; What do you get from&lt;/P&gt;
&lt;P&gt;[plain]echo $SHELL&lt;/P&gt;
&lt;P&gt;ls -l $SHELL&lt;/P&gt;
&lt;P&gt;ls --l /bin/sh[/plain]&lt;/P&gt;
&lt;P&gt;James.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2013 13:35:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/install-MPI-LIbrary-on-Ubuntu-12-04/m-p/920397#M2376</guid>
      <dc:creator>James_T_Intel</dc:creator>
      <dc:date>2013-09-06T13:35:40Z</dc:date>
    </item>
    <item>
      <title>OK, there are my results:</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/install-MPI-LIbrary-on-Ubuntu-12-04/m-p/920398#M2377</link>
      <description>&lt;P&gt;OK, there are my results:&lt;/P&gt;
&lt;P&gt;$ echo $SHELL&lt;BR /&gt;/bin/bash&lt;BR /&gt;$ ls -l $SHELL&lt;BR /&gt;-rwxr-xr-x 1 root root 959120 Mar 28 19:02 /bin/bash&lt;BR /&gt;$ ls --l /bin/sh&lt;BR /&gt;/bin/sh&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2013 13:41:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/install-MPI-LIbrary-on-Ubuntu-12-04/m-p/920398#M2377</guid>
      <dc:creator>Michal_Kvasnicka</dc:creator>
      <dc:date>2013-09-06T13:41:06Z</dc:date>
    </item>
    <item>
      <title>Ok, let me check with our</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/install-MPI-LIbrary-on-Ubuntu-12-04/m-p/920399#M2378</link>
      <description>&lt;P&gt;Ok, let me check with our install team, you should not be seeing these errors.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2013 13:50:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/install-MPI-LIbrary-on-Ubuntu-12-04/m-p/920399#M2378</guid>
      <dc:creator>James_T_Intel</dc:creator>
      <dc:date>2013-09-06T13:50:57Z</dc:date>
    </item>
    <item>
      <title>Quote:James Tullos (Intel)</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/install-MPI-LIbrary-on-Ubuntu-12-04/m-p/920400#M2379</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;James Tullos (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Ok, let me check with our install team, you should not be seeing these errors.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;After a few days still no answer???&lt;/P&gt;</description>
      <pubDate>Wed, 11 Sep 2013 15:00:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/install-MPI-LIbrary-on-Ubuntu-12-04/m-p/920400#M2379</guid>
      <dc:creator>Michal_Kvasnicka</dc:creator>
      <dc:date>2013-09-11T15:00:34Z</dc:date>
    </item>
    <item>
      <title>I just asked a few colleagues</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/install-MPI-LIbrary-on-Ubuntu-12-04/m-p/920401#M2380</link>
      <description>&lt;P&gt;I just asked a few colleagues to install latest MPI library on Ubuntu 12.04 (64bit) PCs. The same problem all the time!!! So there is really something wrong with the install script. Please, let me know how to install MPI Lib on Ubuntu 12.04, which is definitely supported OS.&lt;/P&gt;
&lt;P&gt;Michal&lt;/P&gt;</description>
      <pubDate>Wed, 11 Sep 2013 15:05:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/install-MPI-LIbrary-on-Ubuntu-12-04/m-p/920401#M2380</guid>
      <dc:creator>Michal_Kvasnicka</dc:creator>
      <dc:date>2013-09-11T15:05:34Z</dc:date>
    </item>
    <item>
      <title>Hi Michal,</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/install-MPI-LIbrary-on-Ubuntu-12-04/m-p/920402#M2381</link>
      <description>&lt;P&gt;Hi Michal,&lt;/P&gt;
&lt;P&gt;I have not received a reply yet, I'll check again and I'm also setting up an Ubuntu 12.04 machine myself to test this.&lt;/P&gt;
&lt;P&gt;James.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Sep 2013 15:32:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/install-MPI-LIbrary-on-Ubuntu-12-04/m-p/920402#M2381</guid>
      <dc:creator>James_T_Intel</dc:creator>
      <dc:date>2013-09-11T15:32:44Z</dc:date>
    </item>
    <item>
      <title>Hi Michal,</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/install-MPI-LIbrary-on-Ubuntu-12-04/m-p/920403#M2382</link>
      <description>&lt;P&gt;Hi Michal,&lt;/P&gt;
&lt;P&gt;I've been able to replicate the problem here, but no solution yet.&amp;nbsp; I'm escalating this to our developers.&lt;/P&gt;
&lt;P&gt;James.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Sep 2013 21:42:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/install-MPI-LIbrary-on-Ubuntu-12-04/m-p/920403#M2382</guid>
      <dc:creator>James_T_Intel</dc:creator>
      <dc:date>2013-09-11T21:42:40Z</dc:date>
    </item>
    <item>
      <title>Michal,</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/install-MPI-LIbrary-on-Ubuntu-12-04/m-p/920404#M2383</link>
      <description>&lt;P&gt;Michal,&lt;/P&gt;

&lt;P&gt;This should be corrected in the latest version (4.1 Update 3).&amp;nbsp; Please test and see if it is now working.&lt;/P&gt;

&lt;P&gt;James.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jun 2014 15:19:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/install-MPI-LIbrary-on-Ubuntu-12-04/m-p/920404#M2383</guid>
      <dc:creator>James_T_Intel</dc:creator>
      <dc:date>2014-06-02T15:19:59Z</dc:date>
    </item>
  </channel>
</rss>

