<?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:Slow parallel IO with Intel MPI in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/Slow-parallel-IO-with-Intel-MPI/m-p/1287203#M8366</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Could you please provide the reproducer code so that we can investigate more on your issue?&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;Shivani&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 04 Jun 2021 11:44:08 GMT</pubDate>
    <dc:creator>ShivaniK_Intel</dc:creator>
    <dc:date>2021-06-04T11:44:08Z</dc:date>
    <item>
      <title>Slow parallel IO with Intel MPI</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Slow-parallel-IO-with-Intel-MPI/m-p/1282778#M8289</link>
      <description>&lt;P&gt;I wrote a piece code to add take advantage of the parallel file system on HPC, using the MPI-IO.&lt;/P&gt;
&lt;P&gt;The code performs well (parallel version of the I/O faster than the sequential version) for GNU compiler with MPT, PGI compiler with MPT.&lt;/P&gt;
&lt;P&gt;With Intel compiler andintel compiler/MPI 2020, the parallel version of the IO is 50 times slower than the sequential counter part (gather and save by few processes).&lt;/P&gt;
&lt;P&gt;Previously with intel compiler/MPI 2018, by setting some environmental variables (I_MPI_EXTRA_FILESYSTEM="1" and&amp;nbsp;I_MPI_EXTRA_FILESYSTEM_FORCE="lustre" ), I was able to get&amp;nbsp;Intel compiler and intel MPI to perform slightly better on parallel I/O. With intel&amp;nbsp;&lt;SPAN&gt;2020.2.254, It doeas not work.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Any idea of what to do to get the paralelel I/O to be faster than the serial I/O (collect and save by few processes)?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 May 2021 16:16:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Slow-parallel-IO-with-Intel-MPI/m-p/1282778#M8289</guid>
      <dc:creator>spg</dc:creator>
      <dc:date>2021-05-19T16:16:58Z</dc:date>
    </item>
    <item>
      <title>Re:Slow parallel IO with Intel MPI</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Slow-parallel-IO-with-Intel-MPI/m-p/1283143#M8292</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for reaching out to us.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Could you please provide the reproducer code so that we can investigate more on your issue?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;From Intel MPI Library 2019, Parallel file systems (GPFS, Lustre, Panfs) are supported natively, no need to explicitly set these environment variables(I_MPI_EXTRA_FILESYSTEM*, I_MPI_LUSTRE* variables).&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;For more details please refer to the below link.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/content/www/us/en/develop/articles/intel-mpi-library-release-notes-linux.html#inpage-nav-3-1" target="_blank"&gt;https://software.intel.com/content/www/us/en/develop/articles/intel-mpi-library-release-notes-linux.html#inpage-nav-3-1&lt;/A&gt;&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; Shivani&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 20 May 2021 10:35:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Slow-parallel-IO-with-Intel-MPI/m-p/1283143#M8292</guid>
      <dc:creator>ShivaniK_Intel</dc:creator>
      <dc:date>2021-05-20T10:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Slow parallel IO with Intel MPI</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Slow-parallel-IO-with-Intel-MPI/m-p/1285150#M8328</link>
      <description>&lt;P&gt;Thanks Shivani for looking into this.&lt;/P&gt;
&lt;P&gt;As I try to build a minimal code to reproduce the issue, I found one part of the problem. A data processing performed before sending data to disk that is automatically optimized gnu and pgi regardless of optimization on, is not optimized by INTEL unless optimization is turned on.&lt;/P&gt;
&lt;P&gt;When I turned the optimization on for INTEL, it reduced the factor of 50 significantly to about 2. I will double check everything.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks again.&lt;/P&gt;</description>
      <pubDate>Thu, 27 May 2021 16:28:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Slow-parallel-IO-with-Intel-MPI/m-p/1285150#M8328</guid>
      <dc:creator>spg</dc:creator>
      <dc:date>2021-05-27T16:28:05Z</dc:date>
    </item>
    <item>
      <title>Re:Slow parallel IO with Intel MPI</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Slow-parallel-IO-with-Intel-MPI/m-p/1287203#M8366</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Could you please provide the reproducer code so that we can investigate more on your issue?&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;Shivani&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Jun 2021 11:44:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Slow-parallel-IO-with-Intel-MPI/m-p/1287203#M8366</guid>
      <dc:creator>ShivaniK_Intel</dc:creator>
      <dc:date>2021-06-04T11:44:08Z</dc:date>
    </item>
    <item>
      <title>Re:Slow parallel IO with Intel MPI</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Slow-parallel-IO-with-Intel-MPI/m-p/1288968#M8417</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;As we didn't hear back from you, Is your issue resolved? If not, please provide the details that have been asked in my previous post.&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;Shivani&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Jun 2021 06:23:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Slow-parallel-IO-with-Intel-MPI/m-p/1288968#M8417</guid>
      <dc:creator>ShivaniK_Intel</dc:creator>
      <dc:date>2021-06-11T06:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: Slow parallel IO with Intel MPI</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Slow-parallel-IO-with-Intel-MPI/m-p/1289188#M8422</link>
      <description>&lt;P&gt;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/157027"&gt;@ShivaniK_Intel&lt;/a&gt;&amp;nbsp;, Thank you for your continuous interest in this issue. I got it down to similar time as other compiler.&lt;/P&gt;
&lt;P&gt;Thank you again.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jun 2021 20:03:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Slow-parallel-IO-with-Intel-MPI/m-p/1289188#M8422</guid>
      <dc:creator>spg</dc:creator>
      <dc:date>2021-06-11T20:03:35Z</dc:date>
    </item>
    <item>
      <title>Re:Slow parallel IO with Intel MPI</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Slow-parallel-IO-with-Intel-MPI/m-p/1289888#M8431</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;We are glad that your issue has been resolved. We will no longer respond to this thread. If you require any additional assistance from Intel, please start a new thread. Any further interaction in this thread will be considered community only.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Have a good day&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Shivani&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Jun 2021 07:34:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Slow-parallel-IO-with-Intel-MPI/m-p/1289888#M8431</guid>
      <dc:creator>ShivaniK_Intel</dc:creator>
      <dc:date>2021-06-15T07:34:49Z</dc:date>
    </item>
  </channel>
</rss>

