<?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 assertion in MPI_GATHERV in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/assertion-in-MPI-GATHERV/m-p/921100#M2391</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I receive the following message when I call&amp;nbsp;MPI::COMM_WORLD.Gatherv with large data :&lt;/P&gt;
&lt;P&gt;Assertion failed in file ../../i_rtc_cache.c at line 631: buf_end_palign &amp;gt; buf_start_palign&lt;/P&gt;
&lt;P&gt;internal ABORT - process 1&lt;BR /&gt;[0:node0066] unexpected disconnect completion event from [1:node0067]&lt;BR /&gt;Assertion failed in file ../../dapl_conn_rc.c at line 1128: 0&lt;BR /&gt;internal ABORT - process 0&lt;/P&gt;
&lt;P&gt;It seems that this assertion occurs only if the total received data is larger than 2^31 bytes, even if the numbers inside the arrays of displacement and number of received data are less than 2^31.&lt;/P&gt;
&lt;P&gt;My array of&amp;nbsp;displacement contains :&amp;nbsp;0 and&amp;nbsp;65450474&lt;/P&gt;
&lt;P&gt;My array of number of received data contains :&amp;nbsp;65450474 and&amp;nbsp;295138626.&lt;/P&gt;
&lt;P&gt;So the total number of received data is&amp;nbsp;360589100 and the object type is MPI::LONG used for the transfert.&lt;/P&gt;
&lt;P&gt;I compile in 64 bit (the utility "file" reports "ELF 64-bit LSB executable").&lt;/P&gt;
&lt;P&gt;Does MPI_GATHERV has a limit on the length of the array ?&lt;/P&gt;
&lt;P&gt;Mickaël&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 22 Jan 2013 20:26:25 GMT</pubDate>
    <dc:creator>gastineau</dc:creator>
    <dc:date>2013-01-22T20:26:25Z</dc:date>
    <item>
      <title>assertion in MPI_GATHERV</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/assertion-in-MPI-GATHERV/m-p/921100#M2391</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I receive the following message when I call&amp;nbsp;MPI::COMM_WORLD.Gatherv with large data :&lt;/P&gt;
&lt;P&gt;Assertion failed in file ../../i_rtc_cache.c at line 631: buf_end_palign &amp;gt; buf_start_palign&lt;/P&gt;
&lt;P&gt;internal ABORT - process 1&lt;BR /&gt;[0:node0066] unexpected disconnect completion event from [1:node0067]&lt;BR /&gt;Assertion failed in file ../../dapl_conn_rc.c at line 1128: 0&lt;BR /&gt;internal ABORT - process 0&lt;/P&gt;
&lt;P&gt;It seems that this assertion occurs only if the total received data is larger than 2^31 bytes, even if the numbers inside the arrays of displacement and number of received data are less than 2^31.&lt;/P&gt;
&lt;P&gt;My array of&amp;nbsp;displacement contains :&amp;nbsp;0 and&amp;nbsp;65450474&lt;/P&gt;
&lt;P&gt;My array of number of received data contains :&amp;nbsp;65450474 and&amp;nbsp;295138626.&lt;/P&gt;
&lt;P&gt;So the total number of received data is&amp;nbsp;360589100 and the object type is MPI::LONG used for the transfert.&lt;/P&gt;
&lt;P&gt;I compile in 64 bit (the utility "file" reports "ELF 64-bit LSB executable").&lt;/P&gt;
&lt;P&gt;Does MPI_GATHERV has a limit on the length of the array ?&lt;/P&gt;
&lt;P&gt;Mickaël&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2013 20:26:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/assertion-in-MPI-GATHERV/m-p/921100#M2391</guid>
      <dc:creator>gastineau</dc:creator>
      <dc:date>2013-01-22T20:26:25Z</dc:date>
    </item>
    <item>
      <title>Hi Mickael,</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/assertion-in-MPI-GATHERV/m-p/921101#M2392</link>
      <description>&lt;P&gt;Hi Mickael,&lt;/P&gt;
&lt;P&gt;Currently, the Intel® MPI Library does not support messages larger than 2 GB.&amp;nbsp; The current limitation of the 2 GB maximum message size is due to the type 'int' used by the MPI standard to designate a message size parameter.&amp;nbsp; On the LP64 programming model, which is used overwhelmingly in engineering software, int is 32 bits long, which drives the limitation.&amp;nbsp; The development team has decided to stay with the LP64 model at this time.&amp;nbsp; They will be improving the error message displayed when the message size is beyond the limitation.&lt;/P&gt;
&lt;P&gt;Sincerely,&lt;BR /&gt; James Tullos&lt;BR /&gt; Technical Consulting Engineer&lt;BR /&gt; Intel® Cluster Tools&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2013 22:09:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/assertion-in-MPI-GATHERV/m-p/921101#M2392</guid>
      <dc:creator>James_T_Intel</dc:creator>
      <dc:date>2013-01-22T22:09:09Z</dc:date>
    </item>
  </channel>
</rss>

