<?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 Re:mpitune_fast in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/mpitune-fast/m-p/1449181#M10290</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We assume that your issue is resolved. If you need any additional information, please post a new question as this thread will no longer be monitored by Intel.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 23 Jan 2023 08:53:21 GMT</pubDate>
    <dc:creator>SantoshY_Intel</dc:creator>
    <dc:date>2023-01-23T08:53:21Z</dc:date>
    <item>
      <title>mpitune_fast</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/mpitune-fast/m-p/1445437#M10242</link>
      <description>&lt;P&gt;When running&lt;/P&gt;
&lt;P&gt;mpitune_fast -ppn 64,32,16 -hosts node1,node2,node3 -d /projects/p20005/tuning&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I get a failure (2021.1.1 version) with an output:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Detected SLURM host file&lt;BR /&gt;Unknown option: V&lt;BR /&gt;Usage:&lt;BR /&gt;mpiexec.slurm args executable pgmargs&lt;/P&gt;
&lt;P&gt;where args are comannd line arguments for mpiexec (see below),&lt;BR /&gt;executable is the name of the eecutable and pgmargs are command line&lt;BR /&gt;arguments for the executable. For example the following command will run&lt;BR /&gt;the MPI program a.out on 4 processes:&lt;/P&gt;
&lt;P&gt;mpiexec.slurm -n 4 a.out&lt;/P&gt;
&lt;P&gt;mpiexec.slurm supports the following options:&lt;/P&gt;
&lt;P&gt;[-n nprocs]&lt;BR /&gt;[-host hostname]&lt;BR /&gt;[-verbose]&lt;BR /&gt;[-nostdin]&lt;BR /&gt;[-allstdin]&lt;BR /&gt;[-nostdout]&lt;BR /&gt;[-pernode]&lt;BR /&gt;[-config config_file]&lt;BR /&gt;[-help|-?]&lt;BR /&gt;[-man]&lt;/P&gt;
&lt;P&gt;[26357] Failed to execute script mpitune_fast&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;File "mpitune_fast.py", line 919, in &amp;lt;module&amp;gt;&lt;BR /&gt;File "mpitune_fast.py", line 798, in main&lt;BR /&gt;File "mpitune_fast.py", line 121, in get_args&lt;BR /&gt;File "mpitune_fast.py", line 183, in get_impi_build_date&lt;BR /&gt;File "subprocess.py", line 411, in check_output&lt;BR /&gt;File "subprocess.py", line 512, in run&lt;BR /&gt;subprocess.CalledProcessError: Command '['mpiexec', '-V']' returned non-zero exit status 2.&lt;BR /&gt;IMPI package: /projects/p20005/intel/oneapi/mpi/2021.1.1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is this a known bug that is solved in more recent versions? I cannot find anything on the web, and I do not have access to mpitune_fast.py to look at the source coude.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2023 18:01:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/mpitune-fast/m-p/1445437#M10242</guid>
      <dc:creator>L__D__Marks</dc:creator>
      <dc:date>2023-01-10T18:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: mpitune_fast</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/mpitune-fast/m-p/1445656#M10246</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for posting in the Intel communities.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We tried from our end using the &lt;STRONG&gt;latest Intel MPI 2021.8&lt;/STRONG&gt; &amp;amp; we were able to run successfully as shown in the attachment(&lt;STRONG&gt;&lt;EM&gt;log.txt&lt;/EM&gt;&lt;/STRONG&gt;).&lt;/P&gt;
&lt;P&gt;Please find the attachment(&lt;STRONG&gt;&lt;EM&gt;projects.zip&lt;/EM&gt;&lt;/STRONG&gt;) for the resultant files generated by running the below command:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;mpitune_fast -ppn 64,32,16 -hosts &amp;lt;node1&amp;gt;,&amp;lt;node2&amp;gt;,&amp;lt;node3&amp;gt; -d projects/p20005/tuning
&lt;/LI-CODE&gt;
&lt;P&gt;So, we recommend you use the latest Intel MPI &amp;amp; try again. Please get back to us if you face any issues.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Before trying, please go through the &lt;A href="https://www.intel.com/content/www/us/en/developer/articles/system-requirements/mpi-library-system-requirements.html" target="_blank"&gt;Intel MPI system requirements&lt;/A&gt; and check if your system meets all the system requirements.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;
&lt;P&gt;Santosh&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2023 08:56:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/mpitune-fast/m-p/1445656#M10246</guid>
      <dc:creator>SantoshY_Intel</dc:creator>
      <dc:date>2023-01-11T08:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: mpitune_fast</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/mpitune-fast/m-p/1445767#M10249</link>
      <description>&lt;P&gt;Thanks. To give a complete answer, it appears that mpitune_fast 2021.1.1 is broken, whereas 2021.8.0 works (or at least runs through) with slurm.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;An important question, since the docu is very sparse. Does mpitune_fast give node specific results, or general results. For instance, if run for host1,host2,host3 will the file produced (cluster_merged_2023-01-11_111645_shm-ofi.dat) also work when host4,host5,host6 are used, where all the nodes are identical with idential memory, interconnects etc?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or are the results node specific?&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2023 17:42:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/mpitune-fast/m-p/1445767#M10249</guid>
      <dc:creator>L__D__Marks</dc:creator>
      <dc:date>2023-01-11T17:42:26Z</dc:date>
    </item>
    <item>
      <title>Re:mpitune_fast</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/mpitune-fast/m-p/1447011#M10257</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Glad to know that your issue is resolved.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;gt;&amp;gt;"Or are the results node specific?"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Yes, the results are node-specific. &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Since your issue is resolved, let us know if we can close this case.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Jan 2023 07:13:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/mpitune-fast/m-p/1447011#M10257</guid>
      <dc:creator>SantoshY_Intel</dc:creator>
      <dc:date>2023-01-16T07:13:32Z</dc:date>
    </item>
    <item>
      <title>Re:mpitune_fast</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/mpitune-fast/m-p/1449181#M10290</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We assume that your issue is resolved. If you need any additional information, please post a new question as this thread will no longer be monitored by Intel.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Jan 2023 08:53:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/mpitune-fast/m-p/1449181#M10290</guid>
      <dc:creator>SantoshY_Intel</dc:creator>
      <dc:date>2023-01-23T08:53:21Z</dc:date>
    </item>
  </channel>
</rss>

