<?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 tuning file in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/mpitune-fast-tuning-file/m-p/1569167#M11516</link>
    <description>&lt;P&gt;Hi Matthew,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;In that case you can us the following to merge many tuning files to create a master tuning .dat file&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I_MPI_TUNING_BIN=tuned1.dat,tuned2.dat&amp;nbsp;&amp;nbsp;\&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I_MPI_TUNING_BIN_DUMP=./tuned_merged.dat&amp;nbsp;mpirun&amp;nbsp;-n 1 ./dummy_mpi_app&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: &amp;quot;Courier New&amp;quot;, &amp;quot;Courier New_EmbeddedFont&amp;quot;, &amp;quot;Courier New_MSCustomFont&amp;quot;, &amp;quot;Courier New_MSFontService&amp;quot;, &amp;quot;Courier New_MSFontService&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 20pt;"&gt;​&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px;"&gt;Here, the dummy_mpi_app could be any dummy mpi executable &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px;"&gt;Please let me know if this is what you are looking for.&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 05 Feb 2024 04:17:05 GMT</pubDate>
    <dc:creator>Mahan</dc:creator>
    <dc:date>2024-02-05T04:17:05Z</dc:date>
    <item>
      <title>mpitune_fast tuning file</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/mpitune-fast-tuning-file/m-p/1568044#M11510</link>
      <description>&lt;P&gt;I've run mpitune_fast on our cluster for each of the available benchmarks, and an MPI tuning file was produced for each. &amp;nbsp;But, it seems like I need to combine them into one file in order to use them &amp;nbsp;with MPI. &amp;nbsp;The alternative appears to be to run mpitune_fast for all the benchmarks in one command, but when I tried this it was taking too long for the queues on the system. &amp;nbsp;Is there a way to combine the individual benchmark tuning files into on tuning file for all the benchmarks?&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jan 2024 21:03:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/mpitune-fast-tuning-file/m-p/1568044#M11510</guid>
      <dc:creator>Matthew_Grismer</dc:creator>
      <dc:date>2024-01-31T21:03:12Z</dc:date>
    </item>
    <item>
      <title>Re:mpitune_fast tuning file</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/mpitune-fast-tuning-file/m-p/1568623#M11512</link>
      <description>&lt;P&gt;Hi Matthew,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;If you are using mpitune_fast, then it will able to create a merged file for all the mpi applications that you need. This can be done in the following manner, here I am doing it for four mpi functions&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;mpitune_fast -f ./hostfile -c allreduce,bcast,barrier,reduce&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;After the run finishes a folder named "tuning_results" will be created which will contain the merged .dat file&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Please let me know does this answer your question.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Feb 2024 06:17:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/mpitune-fast-tuning-file/m-p/1568623#M11512</guid>
      <dc:creator>Mahan</dc:creator>
      <dc:date>2024-02-02T06:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: mpitune_fast tuning file</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/mpitune-fast-tuning-file/m-p/1568841#M11515</link>
      <description>&lt;P&gt;Unfortunately I cannot run all the applications in one invocation of mpitune_fast (at the scale that I want) because it takes too long for the queues on the machine, i.e. it takes 2 days for the allreduce application alone to run. &amp;nbsp;So, I ran them all separately, but now have separate .dat files that I would like to merge into one.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Feb 2024 21:29:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/mpitune-fast-tuning-file/m-p/1568841#M11515</guid>
      <dc:creator>Matthew_Grismer</dc:creator>
      <dc:date>2024-02-02T21:29:34Z</dc:date>
    </item>
    <item>
      <title>Re:mpitune_fast tuning file</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/mpitune-fast-tuning-file/m-p/1569167#M11516</link>
      <description>&lt;P&gt;Hi Matthew,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;In that case you can us the following to merge many tuning files to create a master tuning .dat file&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I_MPI_TUNING_BIN=tuned1.dat,tuned2.dat&amp;nbsp;&amp;nbsp;\&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I_MPI_TUNING_BIN_DUMP=./tuned_merged.dat&amp;nbsp;mpirun&amp;nbsp;-n 1 ./dummy_mpi_app&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: &amp;quot;Courier New&amp;quot;, &amp;quot;Courier New_EmbeddedFont&amp;quot;, &amp;quot;Courier New_MSCustomFont&amp;quot;, &amp;quot;Courier New_MSFontService&amp;quot;, &amp;quot;Courier New_MSFontService&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 20pt;"&gt;​&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px;"&gt;Here, the dummy_mpi_app could be any dummy mpi executable &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px;"&gt;Please let me know if this is what you are looking for.&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 05 Feb 2024 04:17:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/mpitune-fast-tuning-file/m-p/1569167#M11516</guid>
      <dc:creator>Mahan</dc:creator>
      <dc:date>2024-02-05T04:17:05Z</dc:date>
    </item>
  </channel>
</rss>

