<?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:MPI with large message sizes (again) in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-with-large-message-sizes-again/m-p/1213766#M7205</link>
    <description>&lt;P&gt;Hi Prasanth,&lt;/P&gt;
&lt;P&gt;Sorry about the long delay. I have enough information to solve my issue.&lt;/P&gt;
&lt;P&gt;Thanks for the detailed insight.&lt;/P&gt;
&lt;P&gt;Filip&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 30 Sep 2020 13:10:13 GMT</pubDate>
    <dc:creator>fanselm</dc:creator>
    <dc:date>2020-09-30T13:10:13Z</dc:date>
    <item>
      <title>MPI with large message sizes (again)</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-with-large-message-sizes-again/m-p/1207968#M7118</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;We have a program that needs to use MPI to send large messages - up to many GBs - of double precision floating point numbers. Out first problem was that the MPI standard assumes all message sizes can fit in a 32 bit integer which should allow us to send ~16 GB of doubles. To send more than that we simply send the messages in chunks of 16 GBs. This seemed to work in some cases and on some machines, but we then experienced wrong results on certain machines. After days/weeks of debugging we tracked it down to MPI_Allreduce silently truncating messages above ~6 GB.&lt;/P&gt;
&lt;P&gt;I now see that others have had similar problem a long time ago, e.g:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.intel.com/t5/Intel-oneAPI-HPC-Toolkit/MPI-Allgatherv-with-large-message-sizes/m-p/920258" target="_blank"&gt;https://community.intel.com/t5/Intel-oneAPI-HPC-Toolkit/MPI-Allgatherv-with-large-message-sizes/m-p/920258&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.intel.com/t5/Intel-oneAPI-HPC-Toolkit/BCAST-error-for-message-size-greater-than-2-GB/m-p/1162705" target="_blank"&gt;https://community.intel.com/t5/Intel-oneAPI-HPC-Toolkit/BCAST-error-for-message-size-greater-than-2-GB/m-p/1162705&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.intel.com/t5/Intel-oneAPI-HPC-Toolkit/PMPI-Bcast-Message-truncated/td-p/953850" target="_blank"&gt;https://community.intel.com/t5/Intel-oneAPI-HPC-Toolkit/PMPI-Bcast-Message-truncated/td-p/953850&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I also see that Intel MPI supports 64 bit integers with the ILP64 interface (&lt;A href="https://software.intel.com/content/www/us/en/develop/documentation/mpi-developer-guide-linux/top/compiling-and-linking/ilp64-support.html" target="_blank"&gt;https://software.intel.com/content/www/us/en/develop/documentation/mpi-developer-guide-linux/top/compiling-and-linking/ilp64-support.html&lt;/A&gt;) but only for Fortran compiled with the Intel Fortran compiler. Unfortunately our program is written in C++ and we compile with GCC on Unix and MSVC on Windows, so this isn't really any help.&lt;/P&gt;
&lt;P&gt;I have attached a simple program that showcases the problem. I compile it with MPICH-3.2 wrappers around GCC 5.4.0 like so:&lt;/P&gt;
&lt;P&gt;mpicc -g mpi-allreduce-size.c -o mpi-allreduce-size&lt;/P&gt;
&lt;P&gt;Then I run it on a cluster of &lt;A class="http reference external" href="http://e.huawei.com/en/products/cloud-computing-dc/servers/x-series/xh620-v3" target="_blank"&gt;Huawei XH620 v3&lt;/A&gt; nodes with two &lt;A class="https reference external" href="https://ark.intel.com/content/www/us/en/ark/products/91767/intel-xeon-processor-e5-2650-v4-30m-cache-2-20-ghz.html" target="_blank"&gt;Xeon_E5-2650_v4&lt;/A&gt; CPUs with an OmniPath network. I run the program like so:&lt;/P&gt;
&lt;P&gt;mpirun -bootstrap slurm -n 2 -ppn 1 ./mpi-allreduce-size 805306368&lt;/P&gt;
&lt;P&gt;where the number 805306368 is the message size. The Intel MPI executable is "Intel(R) MPI Library for Linux* OS, Version 2018 Update 5 Build 20190404 (id: 18839)".&lt;/P&gt;
&lt;P&gt;The program runs but the data summed across all the processes is wrong. It is correct for a data size one smaller, i.e. 805306367.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So my question is: 1) Is there a bug in Intel MPI? or 2) is it a hardware problem or 3) is it simply an undocumented limitation of Intel MPI?&lt;/P&gt;
&lt;P&gt;In case of 3) what exactly is the largest message size? The other posts hinted at 2 GB, but clearly we have it working for up to 6 GB. Is there message size that is guaranteed to work on all platforms, all versions of Intel MPI and other implementations of MPI (like MPICH), and on all hardware? We have to hardcode a chunk size, so we have to know! Also if this is the case, please inform you users about this restriction on your website and in your manual.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, it's 2020! One would think that problems with large data sizes should have been solved long ago for HPC! Those problems belonged to the floppy disk era.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Sep 2020 16:00:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-with-large-message-sizes-again/m-p/1207968#M7118</guid>
      <dc:creator>fanselm</dc:creator>
      <dc:date>2020-09-09T16:00:07Z</dc:date>
    </item>
    <item>
      <title>Re:MPI with large message sizes (again)</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-with-large-message-sizes-again/m-p/1208266#M7123</link>
      <description>&lt;P&gt;Hi Filip,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We have tested your program with data of 10GB and got valid result. (results were posted at the bottom)&lt;/P&gt;&lt;P&gt;Could you please try and provide an answer for the following :&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;1)At which range you started getting incorrect results?&lt;/P&gt;&lt;P&gt;2)What is the file system you were using?&lt;/P&gt;&lt;P&gt;3)Could you update to the latest version (2019u8) and check.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Also, post us the debug info while running the program by setting&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;B&gt;export I_MPI_DEBUG=10&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;u48346@s001-n052:~/mpi$ I_MPI_DEBUG=10 mpirun -n 4 -f hostfile ./allred 1305306368&lt;/P&gt;&lt;P&gt;[0] MPI startup(): Intel(R) MPI Library, Version 2021.1-beta08&amp;nbsp;Build 20200715 (id: b94b8b058)&lt;/P&gt;&lt;P&gt;[0] MPI startup(): Copyright (C) 2003-2020 Intel Corporation.&amp;nbsp;All rights reserved.&lt;/P&gt;&lt;P&gt;[0] MPI startup(): library kind: release&lt;/P&gt;&lt;P&gt;[0] MPI startup(): libfabric version: 1.10.1-impi&lt;/P&gt;&lt;P&gt;[0] MPI startup(): libfabric provider: tcp;ofi_rxm&lt;/P&gt;&lt;P&gt;size=1305306368&lt;/P&gt;&lt;P&gt;size=1305306368&lt;/P&gt;&lt;P&gt;[0] MPI startup(): Rank&amp;nbsp;&amp;nbsp;Pid&amp;nbsp;&amp;nbsp;&amp;nbsp;Node name&amp;nbsp;Pin cpu&lt;/P&gt;&lt;P&gt;[0] MPI startup(): 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;1381&amp;nbsp;&amp;nbsp;&amp;nbsp;s001-n052&amp;nbsp;{0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23}&lt;/P&gt;&lt;P&gt;[0] MPI startup(): 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;11101&amp;nbsp;&amp;nbsp;s001-n009&amp;nbsp;{0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23}&lt;/P&gt;&lt;P&gt;[0] MPI startup(): 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;9996&amp;nbsp;&amp;nbsp;&amp;nbsp;s001-n055&amp;nbsp;{0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23}&lt;/P&gt;&lt;P&gt;[0] MPI startup(): 3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;25756&amp;nbsp;&amp;nbsp;s001-n013&amp;nbsp;{0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23}&lt;/P&gt;&lt;P&gt;[0] MPI startup(): I_MPI_LIBRARY_KIND=release_mt&lt;/P&gt;&lt;P&gt;[0] MPI startup(): I_MPI_ROOT=/glob/development-tools/versions/oneapi/beta08/inteloneapi/mpi/2021.1-beta08&lt;/P&gt;&lt;P&gt;[0] MPI startup(): I_MPI_MPIRUN=mpirun&lt;/P&gt;&lt;P&gt;[0] MPI startup(): I_MPI_HYDRA_RMK=pbs&lt;/P&gt;&lt;P&gt;[0] MPI startup(): I_MPI_HYDRA_TOPOLIB=hwloc&lt;/P&gt;&lt;P&gt;[0] MPI startup(): I_MPI_INTERNAL_MEM_POLICY=default&lt;/P&gt;&lt;P&gt;[0] MPI startup(): I_MPI_DEBUG=10&lt;/P&gt;&lt;P&gt;size=1305306368&lt;/P&gt;&lt;P&gt;size=1305306368&lt;/P&gt;&lt;P&gt;Communication succeeded!&lt;/P&gt;&lt;P&gt;Communication succeeded!&lt;/P&gt;&lt;P&gt;Communication succeeded!&lt;/P&gt;&lt;P&gt;Communication succeeded!&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, 10 Sep 2020 12:46:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-with-large-message-sizes-again/m-p/1208266#M7123</guid>
      <dc:creator>PrasanthD_intel</dc:creator>
      <dc:date>2020-09-10T12:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: Re:MPI with large message sizes (again)</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-with-large-message-sizes-again/m-p/1208621#M7130</link>
      <description>&lt;P&gt;Hi Prasanth,&lt;/P&gt;
&lt;P&gt;Thanks for looking into this. I already replied you once yesterday, but I just discovered that the reply does not show up. Either I forgot to hit enter or your forum system randomly deletes messages.&lt;/P&gt;
&lt;P&gt;Anyway, to answer your questions:&lt;/P&gt;
&lt;P&gt;1) The incorrect results start at exactly &lt;SPAN class="value case-description" style="word-wrap: break-word;"&gt;805306368&lt;/SPAN&gt; doubles. If i try to send one less, i.e. &lt;SPAN class="value case-description" style="word-wrap: break-word;"&gt;805306367, I get correct results.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="value case-description" style="word-wrap: break-word;"&gt;2) The OS is: CentOS Linux release 7.8.2003 with Linux kernel version 3.10.0-1127.19.1.el7.x86_64&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="value case-description" style="word-wrap: break-word;"&gt;3) I tried installing Intel MPI v. 2019 update 5, and with that it worked! I tested with a number of elements up to the maximum integer = 2^31-1 and it also worked.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="value case-description" style="word-wrap: break-word;"&gt;I have attached output with debug information for all different runs in case you want to give it a look.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="value case-description" style="word-wrap: break-word;"&gt;We probably need to make a workaround, since not all our users will be able to upgrade to 2019u5, so do you have information about the exact message size limitations for the different versions of Intel MPI? Do they only depend on the version of Intel MPI or is there some hardware or libfabric limitation as well? (ethernet, Infiniband, OmniPath)?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="value case-description" style="word-wrap: break-word;"&gt;Thanks for your help!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2020 09:07:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-with-large-message-sizes-again/m-p/1208621#M7130</guid>
      <dc:creator>fanselm</dc:creator>
      <dc:date>2020-09-11T09:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: MPI with large message sizes (again)</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-with-large-message-sizes-again/m-p/1210526#M7164</link>
      <description>&lt;P&gt;Hi Filip,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are a lot of factors that contribute to the limitations and we cannot give a standard response or a formula for that. So we cannot say the largest and smallest message sizes that work everywhere.&lt;/P&gt;
&lt;P&gt;In Intel MPI for every collective operation, there exist various algorithm's that MPI chooses based on parameters like size, hardware, interconnect etc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In your case, there might be a bug that &lt;SPAN style="background-color: var(--lwc-colorbackgroundinput,#ffffff); color: var(--lwc-colortextweak,#3e3e3c);"&gt;for sizes around 6GB MPI is choosing an incompatible algorithm which might be causing the issue.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;If you check this page &lt;A href="https://software.intel.com/content/www/us/en/develop/documentation/mpi-developer-reference-linux/top/environment-variable-reference/i-mpi-adjust-family-environment-variables.html" target="_blank" rel="noopener noreferrer"&gt;https://software.intel.com/content/www/us/en/develop/documentation/mpi-developer-reference-linux/top/environment-variable-reference/i-mpi-adjust-family-environment-variables.html&lt;/A&gt; , &lt;SPAN style="font-size: 14px;"&gt;MPI_Reduce&lt;/SPAN&gt; has a total of 11 algorithms to choose.&lt;/P&gt;
&lt;P&gt;You can manually choose the algorithm to use by giving &lt;STRONG style="font-size: 14px; font-family: intel-clear, tahoma, Helvetica, helvetica, Arial, sans-serif;"&gt;I_MPI_ADJUST_ALLREDUCE=&amp;lt;algorithm number&amp;gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 14px; font-family: intel-clear, tahoma, Helvetica, helvetica, Arial, sans-serif;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For more information on how to use I_MPI_ADJUST please refer to the above link.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have written a sample script which runs the program for every algorithm and you can report us which one is failing. This will be helpful for us in correcting the bug and for you to continue with 2018 version.&lt;/P&gt;
&lt;P&gt;Please change the extension of the test.txt to test.sh and add she-bang(&lt;SPAN&gt;#!/bin/&lt;/SPAN&gt;&lt;STRONG&gt;bash&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;) at the top before running. Also, provide executable permissions chmod +x test.sh.&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks, and regards&lt;/P&gt;
&lt;P&gt;Prasanth&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2020 06:20:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-with-large-message-sizes-again/m-p/1210526#M7164</guid>
      <dc:creator>PrasanthD_intel</dc:creator>
      <dc:date>2020-10-06T06:20:31Z</dc:date>
    </item>
    <item>
      <title>Re:MPI with large message sizes (again)</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-with-large-message-sizes-again/m-p/1212181#M7186</link>
      <description>&lt;P&gt;Hi Filip,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We haven't heard back from you. Is your problem resolved?&lt;/P&gt;&lt;P&gt;Please let us know if you have any issues in providing those details we have asked for.&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 Sep 2020 11:42:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-with-large-message-sizes-again/m-p/1212181#M7186</guid>
      <dc:creator>PrasanthD_intel</dc:creator>
      <dc:date>2020-09-24T11:42:14Z</dc:date>
    </item>
    <item>
      <title>Re:MPI with large message sizes (again)</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-with-large-message-sizes-again/m-p/1213757#M7203</link>
      <description>&lt;P&gt;Hi Filip,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We are closing this thread assuming your issue is resolved.&lt;/P&gt;&lt;P&gt;Please raise a new thread for any further questions. Any further interaction in this thread will be considered community only&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prasanth&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Sep 2020 12:11:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-with-large-message-sizes-again/m-p/1213757#M7203</guid>
      <dc:creator>PrasanthD_intel</dc:creator>
      <dc:date>2020-09-30T12:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: Re:MPI with large message sizes (again)</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-with-large-message-sizes-again/m-p/1213766#M7205</link>
      <description>&lt;P&gt;Hi Prasanth,&lt;/P&gt;
&lt;P&gt;Sorry about the long delay. I have enough information to solve my issue.&lt;/P&gt;
&lt;P&gt;Thanks for the detailed insight.&lt;/P&gt;
&lt;P&gt;Filip&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 13:10:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-with-large-message-sizes-again/m-p/1213766#M7205</guid>
      <dc:creator>fanselm</dc:creator>
      <dc:date>2020-09-30T13:10:13Z</dc:date>
    </item>
    <item>
      <title>Re: MPI with large message sizes (again)</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-with-large-message-sizes-again/m-p/1213778#M7206</link>
      <description>&lt;P&gt;I have tried to run your script (btw, it had an error in that&amp;nbsp;&lt;SPAN class="ph" data-outputclass="codeph"&gt;I_MPI_ADJUST_REDUCE&lt;/SPAN&gt; was set to "i" not "$i", fixed that) on the same cluster as before and with two processes, each on different nodes (so that it can't use shared memory transfer) and it fails for all algorithms on IMPI 2018. I have attached the full output.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 14:21:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-with-large-message-sizes-again/m-p/1213778#M7206</guid>
      <dc:creator>fanselm</dc:creator>
      <dc:date>2020-09-30T14:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: MPI with large message sizes (again)</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-with-large-message-sizes-again/m-p/1215558#M7219</link>
      <description>&lt;P&gt;Hi Filip,&lt;/P&gt;
&lt;P&gt;We have observed that you are using mpicc(gcc+mpich) instead of mpiicc (icc+IMPI) while compiling, so could you please try compiling with mpiicc once.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Because we have tried in our environment with 2018u5 and haven't gotten any error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, for I_MPI_ADJUST_ALLREDUCE, there are 25 (0-24) algorithms available not 12 as said in the article. You can see those by giving this command:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;I&gt;impi_info -v&amp;nbsp;I_MPI_ADJUST_ALLREDUCE&lt;/I&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;So, could you please use the below script and test for the remaining algorithms too?&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="c"&gt;#!/bin/bash

for i in {0..25..1}
do
        echo "Currently running $i"
        I_MPI_DEBUG=10 I_MPI_ADJUST_REDUCE=$i mpirun -np 2 -f hostfile ./a.out 905306368
        if [ $? -ne 0 ]
        then
                echo "Failed to run algorithm $i"
        fi
done&lt;/LI-CODE&gt;
&lt;P&gt;Thanks and Regards&lt;/P&gt;
&lt;P&gt;Prasanth&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2020 12:59:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-with-large-message-sizes-again/m-p/1215558#M7219</guid>
      <dc:creator>PrasanthD_intel</dc:creator>
      <dc:date>2020-10-07T12:59:26Z</dc:date>
    </item>
    <item>
      <title>Re:MPI with large message sizes (again)</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-with-large-message-sizes-again/m-p/1217949#M7236</link>
      <description>&lt;P&gt;Hi Filip,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We haven't heard back from you.&lt;/P&gt;&lt;P&gt;Have you tried with all the algorithms as we have asked?&lt;/P&gt;&lt;P&gt;Let us know if you still getting errors after compiling with mpiicc.&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, 15 Oct 2020 07:28:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-with-large-message-sizes-again/m-p/1217949#M7236</guid>
      <dc:creator>PrasanthD_intel</dc:creator>
      <dc:date>2020-10-15T07:28:11Z</dc:date>
    </item>
    <item>
      <title>Re:MPI with large message sizes (again)</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-with-large-message-sizes-again/m-p/1223235#M7275</link>
      <description>&lt;P&gt;Hi Filip,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We are closing this thread as we haven't gotten any response from you and we are assuming your issue has been resolved.&lt;/P&gt;&lt;P&gt;Please raise a new thread for any further questions. Any further interaction in this thread will be considered community only&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prasanth&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Oct 2020 11:11:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-with-large-message-sizes-again/m-p/1223235#M7275</guid>
      <dc:creator>PrasanthD_intel</dc:creator>
      <dc:date>2020-10-27T11:11:09Z</dc:date>
    </item>
  </channel>
</rss>

