<?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 mpi lib 4.0 upd1 problem Ubuntu 10.10 in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/mpi-lib-4-0-upd1-problem-Ubuntu-10-10/m-p/798598#M770</link>
    <description>The primary reason, why INTEL MPI library scripts &lt;B&gt;mpigxx, mpiicpc &lt;/B&gt;and&lt;B&gt; mpif90&lt;/B&gt; does not work properly on Ubuntu 10.10 is the specific --version output mesage from gcc and/or gfortran compiler.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;gcc --version&lt;BR /&gt;gcc (Ubuntu/Linaro 4.4.4-14ubuntu5) 4.4.5&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;gfortran --version&lt;BR /&gt;GNU Fortran (Ubuntu/Linaro 4.4.4-14ubuntu5) 4.4.5&lt;BR /&gt;&lt;BR /&gt;The gcc or gfortran version evaluation part of script must be modified as follows:&lt;BR /&gt;&lt;BR /&gt;The charater pattern &lt;B&gt;[a-zA-Z,)] &lt;/B&gt;at all above mentioned scripts should be&lt;B&gt; &lt;/B&gt;&lt;B&gt;[a-zA-Z,/)]!!!&lt;/B&gt; &lt;BR /&gt;&lt;BR /&gt;Michal</description>
    <pubDate>Mon, 21 Feb 2011 10:17:28 GMT</pubDate>
    <dc:creator>Michal_Kvasnicka</dc:creator>
    <dc:date>2011-02-21T10:17:28Z</dc:date>
    <item>
      <title>mpi lib 4.0 upd1 problem Ubuntu 10.10</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/mpi-lib-4-0-upd1-problem-Ubuntu-10-10/m-p/798596#M768</link>
      <description>Compatibility problem of the mpigxx script (and may be others) on Ubuntu 10.10. On the line 373 (see attached files) is checked current version of gcc compiler and Ubuntu linux is not able to evaluate this part of script correctly.&lt;BR /&gt;&lt;BR /&gt;Michal&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Feb 2011 11:05:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/mpi-lib-4-0-upd1-problem-Ubuntu-10-10/m-p/798596#M768</guid>
      <dc:creator>Michal_Kvasnicka</dc:creator>
      <dc:date>2011-02-18T11:05:17Z</dc:date>
    </item>
    <item>
      <title>mpi lib 4.0 upd1 problem Ubuntu 10.10</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/mpi-lib-4-0-upd1-problem-Ubuntu-10-10/m-p/798597#M769</link>
      <description>Well, OK ... I just learned from IMP lib 4.0 upd1 docs files, that Ubuntu and/or Debian is not supported platform. But I still hope that INTEL supports unofficialy Ubuntu/Debian, too. Because the Ubuntu is extremely popular Linux distribution.&lt;BR /&gt;&lt;BR /&gt;Michal</description>
      <pubDate>Fri, 18 Feb 2011 12:07:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/mpi-lib-4-0-upd1-problem-Ubuntu-10-10/m-p/798597#M769</guid>
      <dc:creator>Michal_Kvasnicka</dc:creator>
      <dc:date>2011-02-18T12:07:09Z</dc:date>
    </item>
    <item>
      <title>mpi lib 4.0 upd1 problem Ubuntu 10.10</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/mpi-lib-4-0-upd1-problem-Ubuntu-10-10/m-p/798598#M770</link>
      <description>The primary reason, why INTEL MPI library scripts &lt;B&gt;mpigxx, mpiicpc &lt;/B&gt;and&lt;B&gt; mpif90&lt;/B&gt; does not work properly on Ubuntu 10.10 is the specific --version output mesage from gcc and/or gfortran compiler.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;gcc --version&lt;BR /&gt;gcc (Ubuntu/Linaro 4.4.4-14ubuntu5) 4.4.5&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;gfortran --version&lt;BR /&gt;GNU Fortran (Ubuntu/Linaro 4.4.4-14ubuntu5) 4.4.5&lt;BR /&gt;&lt;BR /&gt;The gcc or gfortran version evaluation part of script must be modified as follows:&lt;BR /&gt;&lt;BR /&gt;The charater pattern &lt;B&gt;[a-zA-Z,)] &lt;/B&gt;at all above mentioned scripts should be&lt;B&gt; &lt;/B&gt;&lt;B&gt;[a-zA-Z,/)]!!!&lt;/B&gt; &lt;BR /&gt;&lt;BR /&gt;Michal</description>
      <pubDate>Mon, 21 Feb 2011 10:17:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/mpi-lib-4-0-upd1-problem-Ubuntu-10-10/m-p/798598#M770</guid>
      <dc:creator>Michal_Kvasnicka</dc:creator>
      <dc:date>2011-02-21T10:17:28Z</dc:date>
    </item>
    <item>
      <title>mpi lib 4.0 upd1 problem Ubuntu 10.10</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/mpi-lib-4-0-upd1-problem-Ubuntu-10-10/m-p/798599#M771</link>
      <description>Hi Michal,&lt;BR /&gt;&lt;BR /&gt;Thank you for your investigation.&lt;BR /&gt;The issue with parsing is a common problem. Unfortunately it's almost impossible to have all Linux versions and test them. Everything should work fine, but we just cannot guarantee.&lt;BR /&gt;&lt;BR /&gt;So, right now you know the workaround for this problem and everybody else who meets this problem can easily fix it editing mpigxx, mpiicc, mpif90, mpicxx scripts.&lt;BR /&gt;&lt;BR /&gt;Probably these scripts will be modified in the product later.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt; Dmitry&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Feb 2011 10:24:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/mpi-lib-4-0-upd1-problem-Ubuntu-10-10/m-p/798599#M771</guid>
      <dc:creator>Dmitry_K_Intel2</dc:creator>
      <dc:date>2011-02-21T10:24:44Z</dc:date>
    </item>
    <item>
      <title>mpi lib 4.0 upd1 problem Ubuntu 10.10</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/mpi-lib-4-0-upd1-problem-Ubuntu-10-10/m-p/798600#M772</link>
      <description>Are there any plans to include Ubuntu (at least LTS version, 10.04) to the linux distros family supported by Intel MPI library?</description>
      <pubDate>Tue, 06 Sep 2011 12:41:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/mpi-lib-4-0-upd1-problem-Ubuntu-10-10/m-p/798600#M772</guid>
      <dc:creator>Michal_Kvasnicka</dc:creator>
      <dc:date>2011-09-06T12:41:26Z</dc:date>
    </item>
    <item>
      <title>mpi lib 4.0 upd1 problem Ubuntu 10.10</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/mpi-lib-4-0-upd1-problem-Ubuntu-10-10/m-p/798601#M773</link>
      <description>RedHat and SLES have the top priority.&lt;BR /&gt;Unfortunately there are too many Linux distributives to support all of them.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt; Dmitry&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Sep 2011 13:10:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/mpi-lib-4-0-upd1-problem-Ubuntu-10-10/m-p/798601#M773</guid>
      <dc:creator>Dmitry_K_Intel2</dc:creator>
      <dc:date>2011-09-09T13:10:33Z</dc:date>
    </item>
  </channel>
</rss>

