<?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 Jimmy, in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/mpitune-error/m-p/1072761#M4711</link>
    <description>&lt;P&gt;Hi Jimmy,&lt;/P&gt;

&lt;P&gt;It looks like bash isn't the default shell in your environment (for example, like in Ubuntu* OS /bin/sh may point to /bin/dash). Currently such shells aren't supported by the mpitune utility. As a workaround you can try to correct shell settings (e.g. redirect /bin/sh to /bin/bash).&lt;/P&gt;

&lt;P&gt;I'll submit an internal ticket to add dash support for mpitune.&lt;/P&gt;</description>
    <pubDate>Sat, 20 Feb 2016 09:13:14 GMT</pubDate>
    <dc:creator>Artem_R_Intel1</dc:creator>
    <dc:date>2016-02-20T09:13:14Z</dc:date>
    <item>
      <title>mpitune error</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/mpitune-error/m-p/1072758#M4708</link>
      <description>&lt;P&gt;I've read up on the tutorials to mpitune, but it fails everytime I run it. &amp;nbsp;When simply running mpitune (or with any arguments) I get:&lt;/P&gt;

&lt;P&gt;path_to_mpitune_executable: Syntax error: "(" unexpected&lt;/P&gt;

&lt;P&gt;I'm on a linux machine and it is a single machine (currently not clustered). &amp;nbsp;I have Parallel Studio 2016 Professional Edition (full license and latest update), and a trial version of the Intel MPI libraries. &amp;nbsp;Compiling and linking with the MPI libraries works fine and mpirun on the compiled executable runs fine, too.&lt;/P&gt;

&lt;P&gt;Anyone know what's going on?&lt;/P&gt;</description>
      <pubDate>Mon, 15 Feb 2016 15:54:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/mpitune-error/m-p/1072758#M4708</guid>
      <dc:creator>Jimmy_J_1</dc:creator>
      <dc:date>2016-02-15T15:54:12Z</dc:date>
    </item>
    <item>
      <title>Did you try the file command</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/mpitune-error/m-p/1072759#M4709</link>
      <description>&lt;P&gt;Did you try the file command to see if that appears to be an executable matching your platform?&lt;/P&gt;</description>
      <pubDate>Mon, 15 Feb 2016 16:15:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/mpitune-error/m-p/1072759#M4709</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2016-02-15T16:15:30Z</dc:date>
    </item>
    <item>
      <title>Hi Jimmy,</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/mpitune-error/m-p/1072760#M4710</link>
      <description>&lt;P&gt;Hi Jimmy,&lt;/P&gt;

&lt;P&gt;Could you please provide more information about your environment (OS, shell version) and the command line you use to run mpitune?&lt;/P&gt;

&lt;P&gt;BTW which version of Intel MPI Library do you use (you can see it with 'mpirun -V')?&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2016 07:24:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/mpitune-error/m-p/1072760#M4710</guid>
      <dc:creator>Artem_R_Intel1</dc:creator>
      <dc:date>2016-02-19T07:24:14Z</dc:date>
    </item>
    <item>
      <title>Hi Jimmy,</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/mpitune-error/m-p/1072761#M4711</link>
      <description>&lt;P&gt;Hi Jimmy,&lt;/P&gt;

&lt;P&gt;It looks like bash isn't the default shell in your environment (for example, like in Ubuntu* OS /bin/sh may point to /bin/dash). Currently such shells aren't supported by the mpitune utility. As a workaround you can try to correct shell settings (e.g. redirect /bin/sh to /bin/bash).&lt;/P&gt;

&lt;P&gt;I'll submit an internal ticket to add dash support for mpitune.&lt;/P&gt;</description>
      <pubDate>Sat, 20 Feb 2016 09:13:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/mpitune-error/m-p/1072761#M4711</guid>
      <dc:creator>Artem_R_Intel1</dc:creator>
      <dc:date>2016-02-20T09:13:14Z</dc:date>
    </item>
    <item>
      <title>Same error appears in my case</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/mpitune-error/m-p/1072762#M4712</link>
      <description>&lt;P&gt;Same error appears in my case also.&lt;/P&gt;

&lt;P&gt;intel/compilers_and_libraries_2016.3.210/linux/mpi/intel64/bin/mpitune: &lt;STRONG&gt;Syntax error: "(" unexpected&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;more details below.&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;mpitune --application \"mpirun -n 2 ./pw.x &amp;lt; Si.sample.in &amp;gt; Si.sample.out\" -of ./pwx.conf&lt;/PRE&gt;

&lt;P&gt;OS : Ubuntu 14.04.1 LTS&lt;/P&gt;

&lt;P&gt;shell : GNU bash, version 4.3.11(1)-release (x86_64-pc-linux-gnu)&lt;/P&gt;

&lt;P&gt;Intel Parallel studio XE 2016&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2016 14:01:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/mpitune-error/m-p/1072762#M4712</guid>
      <dc:creator>Sunil_K_2</dc:creator>
      <dc:date>2016-07-15T14:01:00Z</dc:date>
    </item>
  </channel>
</rss>

