<?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: Re:Can mpitune still be used on application specific by setting the config file？ in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/Can-mpitune-still-be-used-on-application-specific-by-setting-the/m-p/1246637#M7635</link>
    <description>&lt;P&gt;A quick clarification here. The correct environment variable to specify a tuning file in binary format to be used by the Intel MPI Library runtime is I_MPI_TUNING_BIN. On the other hand, I_MPI_TUNING_BIN_DUMP is used to specify a file into which tuning data is written by Autotuner during the tuning process.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 15 Jan 2021 14:12:34 GMT</pubDate>
    <dc:creator>DrAmarpal_K_Intel</dc:creator>
    <dc:date>2021-01-15T14:12:34Z</dc:date>
    <item>
      <title>Can mpitune still be used on application specific by setting the config file？</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Can-mpitune-still-be-used-on-application-specific-by-setting-the/m-p/1239608#M7474</link>
      <description>&lt;UL&gt;
&lt;LI&gt;OS info and version : Centos 8.2&lt;/LI&gt;
&lt;LI&gt;CPU info： 8&amp;nbsp; | Intel Xeon Processor (Skylake, IBRS)&lt;/LI&gt;
&lt;LI&gt;Toolkit package full name with version： Intel® oneAPI Base Toolkit | 2021 ，Intel® oneAPI HPC Toolkit | 2021&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Question:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;I have read many documents about MPI and mpitune on the website,and I found&amp;nbsp;there are so many&amp;nbsp;&amp;nbsp;differences between old and existing versions about mpitune.&lt;/P&gt;
&lt;P&gt;In the latest version of mpitune,I know how to use the sample configuration file that is given by Intel &lt;SPAN&gt;in the directory '/opt/intel/oneapi/mpi/...tune_cfg/'.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The question is that how can I set my own configuration file to evaluate the performance of a given MPI application&amp;nbsp;?Is there a example about it? Or&amp;nbsp;is this feature no longer supported?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Is there a document&amp;nbsp;about this ?&amp;nbsp;I am confused between new and old documents.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you.Any support is appreciated.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2020 02:22:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Can-mpitune-still-be-used-on-application-specific-by-setting-the/m-p/1239608#M7474</guid>
      <dc:creator>mpi_new_user</dc:creator>
      <dc:date>2020-12-22T02:22:51Z</dc:date>
    </item>
    <item>
      <title>Re:Can mpitune still be used on application specific by setting the config file？</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Can-mpitune-still-be-used-on-application-specific-by-setting-the/m-p/1240521#M7514</link>
      <description>&lt;P&gt;Hi Yun,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Yes, there had been changes in mpitune usage.&lt;/P&gt;&lt;P&gt;We will get back to you with the exact steps on how to use mpitune. &lt;/P&gt;&lt;P&gt;Meanwhile, we suggest you use autotuner(&lt;A href="https://software.intel.com/content/www/us/en/develop/documentation/mpi-developer-reference-linux/top/environment-variable-reference/tuning-environment-variables/autotuning.html" rel="noopener noreferrer" target="_blank"&gt;Autotuning (intel.com)&lt;/A&gt;) which is more efficient and faster than mpitune. &lt;/P&gt;&lt;P&gt;We will get back with the answer for mpitune.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prasanth&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Dec 2020 10:25:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Can-mpitune-still-be-used-on-application-specific-by-setting-the/m-p/1240521#M7514</guid>
      <dc:creator>PrasanthD_intel</dc:creator>
      <dc:date>2020-12-24T10:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Can mpitune still be used on application specific by setting the config file？</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Can-mpitune-still-be-used-on-application-specific-by-setting-the/m-p/1240754#M7517</link>
      <description>&lt;P&gt;Thank you for your reply.&lt;/P&gt;
&lt;P&gt;And is there any document about the tuning_results.dat that is created by autotuning? Are the variables in it ? How can I read the dat file?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Dec 2020 08:40:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Can-mpitune-still-be-used-on-application-specific-by-setting-the/m-p/1240754#M7517</guid>
      <dc:creator>mpi_new_user</dc:creator>
      <dc:date>2020-12-25T08:40:31Z</dc:date>
    </item>
    <item>
      <title>Re:Can mpitune still be used on application specific by setting the config file？</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Can-mpitune-still-be-used-on-application-specific-by-setting-the/m-p/1241982#M7542</link>
      <description>&lt;P&gt;Hi Yun,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Sorry for the delay in response.&lt;/P&gt;&lt;P&gt;The results of the autotuner are not human readable.&lt;/P&gt;&lt;P&gt;But i will get back to you if it is possible to interpret those results.&lt;/P&gt;&lt;P&gt;Thanks for being patient we will get back to you soon.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prasanth&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Dec 2020 11:09:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Can-mpitune-still-be-used-on-application-specific-by-setting-the/m-p/1241982#M7542</guid>
      <dc:creator>PrasanthD_intel</dc:creator>
      <dc:date>2020-12-30T11:09:43Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Can mpitune still be used on application specific by setting the config file？</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Can-mpitune-still-be-used-on-application-specific-by-setting-the/m-p/1242229#M7546</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;PrasanthD,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;OK,thanks. I am waiting for your reply about the autotuner.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Dec 2020 01:36:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Can-mpitune-still-be-used-on-application-specific-by-setting-the/m-p/1242229#M7546</guid>
      <dc:creator>mpi_new_user</dc:creator>
      <dc:date>2020-12-31T01:36:10Z</dc:date>
    </item>
    <item>
      <title>Re:Can mpitune still be used on application specific by setting the config file？</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Can-mpitune-still-be-used-on-application-specific-by-setting-the/m-p/1243823#M7581</link>
      <description>&lt;P&gt;Hi Yun,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I have contacted the internal team regarding the .dat file output of the autotuner. They replied that it is not supposed to be read. It is a binary file.&lt;/P&gt;&lt;P&gt;You can use I_MPI_TUNING_BIN_DUMP to select the particular dat to use.&lt;/P&gt;&lt;P&gt;Let us know if you have any other queries&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prasanth&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Jan 2021 12:46:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Can-mpitune-still-be-used-on-application-specific-by-setting-the/m-p/1243823#M7581</guid>
      <dc:creator>PrasanthD_intel</dc:creator>
      <dc:date>2021-01-06T12:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Can mpitune still be used on application specific by setting the config file？</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Can-mpitune-still-be-used-on-application-specific-by-setting-the/m-p/1244027#M7586</link>
      <description>&lt;P&gt;I&amp;nbsp;have no more questions.&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2021 01:53:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Can-mpitune-still-be-used-on-application-specific-by-setting-the/m-p/1244027#M7586</guid>
      <dc:creator>mpi_new_user</dc:creator>
      <dc:date>2021-01-07T01:53:48Z</dc:date>
    </item>
    <item>
      <title>Re:Can mpitune still be used on application specific by setting the config file？</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Can-mpitune-still-be-used-on-application-specific-by-setting-the/m-p/1244148#M7587</link>
      <description>&lt;P&gt;Hi Yun,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for the confirmation.&lt;/P&gt;&lt;P&gt;As the issue has been resolved we are closing this thread and we will no longer monitor this thread.&amp;nbsp;If you require additional assistance from Intel, please start a new thread.&amp;nbsp;Any further interaction in this thread will be considered community only&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prasanth&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Jan 2021 09:01:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Can-mpitune-still-be-used-on-application-specific-by-setting-the/m-p/1244148#M7587</guid>
      <dc:creator>PrasanthD_intel</dc:creator>
      <dc:date>2021-01-07T09:01:06Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Can mpitune still be used on application specific by setting the config file？</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Can-mpitune-still-be-used-on-application-specific-by-setting-the/m-p/1246637#M7635</link>
      <description>&lt;P&gt;A quick clarification here. The correct environment variable to specify a tuning file in binary format to be used by the Intel MPI Library runtime is I_MPI_TUNING_BIN. On the other hand, I_MPI_TUNING_BIN_DUMP is used to specify a file into which tuning data is written by Autotuner during the tuning process.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jan 2021 14:12:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Can-mpitune-still-be-used-on-application-specific-by-setting-the/m-p/1246637#M7635</guid>
      <dc:creator>DrAmarpal_K_Intel</dc:creator>
      <dc:date>2021-01-15T14:12:34Z</dc:date>
    </item>
  </channel>
</rss>

