<?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:MPI_Send(177) fail in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-Send-177-fail/m-p/1204282#M7060</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;From the error you have posted, we were not sure where it had been failed in MPI_SEND().&lt;/P&gt;&lt;P&gt;Can you share the source code or any reproducible code with us so that we can debug the code from our side?&lt;/P&gt;&lt;P&gt;If sharing code isn't possible you can check corrcectness of code using ITAC(Intel Trace analyzer and Collector).&lt;/P&gt;&lt;P&gt;source the itacvars.sh - &lt;B&gt;source &amp;lt;install_dir&amp;gt;/2019.x.xx/bin/itacvars.sh&lt;/B&gt;&lt;/P&gt;&lt;P&gt;and then run mpi with -check_mpi flag&lt;/P&gt;&lt;P&gt;&lt;B&gt;mpirun -np &amp;lt;&amp;gt; -check_mpi ./program&lt;/B&gt;&lt;/P&gt;&lt;P&gt;For more info please check: &lt;A target="_blank" rel="noopener noreferrer" href="https://software.intel.com/content/www/us/en/develop/documentation/itc-user-and-reference-guide/top/user-guide/correctness-checking/correctness-checking-of-mpi-applications.html"&gt;https://software.intel.com/content/www/us/en/develop/documentation/itc-user-and-reference-guide/top/user-guide/correctness-checking/correctness-checking-of-mpi-applications.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt; Post the logs after running with ITAC and setting I_MPI_DEBUG=10&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;Regards&lt;/P&gt;&lt;P&gt;Prasanth&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 26 Aug 2020 11:59:58 GMT</pubDate>
    <dc:creator>PrasanthD_intel</dc:creator>
    <dc:date>2020-08-26T11:59:58Z</dc:date>
    <item>
      <title>MPI_Send(177) fail</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-Send-177-fail/m-p/1203970#M7057</link>
      <description>&lt;P&gt;When use mpirun, there is one error.&amp;nbsp; Need your help.&lt;/P&gt;
&lt;P&gt;Fatal error in PMPI_Send&lt;/P&gt;
&lt;P&gt;PMPI_Send(177) ： MPI_Send(buf=xxxxxx, count=1,MPI_INT,dest=0,tag=1,MPI_COMM_WORLD) failed&lt;/P&gt;
&lt;P&gt;MPID_Send(256)&lt;/P&gt;
&lt;P&gt;MPIDI_OFI_send_lightweight(52)&lt;/P&gt;
&lt;P&gt;MPIDI_OFI_send_handler(704): OFI tagged inject failed(of i_impl.h:704:MPIDI_OFI_send_hander: No such file or drectory)&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 13:46:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-Send-177-fail/m-p/1203970#M7057</guid>
      <dc:creator>YaoYe</dc:creator>
      <dc:date>2020-08-25T13:46:13Z</dc:date>
    </item>
    <item>
      <title>Re:MPI_Send(177) fail</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-Send-177-fail/m-p/1204282#M7060</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;From the error you have posted, we were not sure where it had been failed in MPI_SEND().&lt;/P&gt;&lt;P&gt;Can you share the source code or any reproducible code with us so that we can debug the code from our side?&lt;/P&gt;&lt;P&gt;If sharing code isn't possible you can check corrcectness of code using ITAC(Intel Trace analyzer and Collector).&lt;/P&gt;&lt;P&gt;source the itacvars.sh - &lt;B&gt;source &amp;lt;install_dir&amp;gt;/2019.x.xx/bin/itacvars.sh&lt;/B&gt;&lt;/P&gt;&lt;P&gt;and then run mpi with -check_mpi flag&lt;/P&gt;&lt;P&gt;&lt;B&gt;mpirun -np &amp;lt;&amp;gt; -check_mpi ./program&lt;/B&gt;&lt;/P&gt;&lt;P&gt;For more info please check: &lt;A target="_blank" rel="noopener noreferrer" href="https://software.intel.com/content/www/us/en/develop/documentation/itc-user-and-reference-guide/top/user-guide/correctness-checking/correctness-checking-of-mpi-applications.html"&gt;https://software.intel.com/content/www/us/en/develop/documentation/itc-user-and-reference-guide/top/user-guide/correctness-checking/correctness-checking-of-mpi-applications.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt; Post the logs after running with ITAC and setting I_MPI_DEBUG=10&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;Regards&lt;/P&gt;&lt;P&gt;Prasanth&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Aug 2020 11:59:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-Send-177-fail/m-p/1204282#M7060</guid>
      <dc:creator>PrasanthD_intel</dc:creator>
      <dc:date>2020-08-26T11:59:58Z</dc:date>
    </item>
    <item>
      <title>回應： Re:MPI_Send(177) fail</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-Send-177-fail/m-p/1204303#M7061</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Thank for your response.&lt;/P&gt;
&lt;P&gt;I am using MPI 2019.0.117.&amp;nbsp; I used out of box source code. It is in /opt/intel/impi/2019.0.117/test/test.c&lt;/P&gt;
&lt;P&gt;# pwd&lt;/P&gt;
&lt;P&gt;/opt/intel/impi/2019.0.117/test&lt;/P&gt;
&lt;P&gt;# mpiicc -cc=gcc test.c testc&lt;/P&gt;
&lt;P&gt;......&lt;/P&gt;
&lt;P&gt;# pwd&lt;/P&gt;
&lt;P&gt;/opt/intel/impi/2019.0.117/intel64/bin&lt;/P&gt;
&lt;P&gt;# export I_MPI_DEBUG=10&lt;/P&gt;
&lt;P&gt;# mpirun -np 80 -ppn 1 -hosts master.localdomain,node.localdomain ../../test/testc&lt;/P&gt;
&lt;P&gt;[0] MPI startup():&amp;nbsp; libfabric version 1.6.1a1-impi&lt;/P&gt;
&lt;P&gt;[0] MPI startup():&amp;nbsp; libfabric&amp;nbsp;version provider: sockets&lt;/P&gt;
&lt;P&gt;wait for long time, no any&amp;nbsp;response&lt;/P&gt;
&lt;P&gt;So ctrl+c&lt;/P&gt;
&lt;P&gt;then exit,&amp;nbsp; ssh &lt;A href="mailto:root@master.localdomain" target="_blank"&gt;root@master.localdomain&lt;/A&gt; without login&lt;/P&gt;
&lt;P&gt;# cd /opt/intel/impi/2019.0.117/intel64/bin&lt;/P&gt;
&lt;P&gt;# mpirun -np 80 -ppn 1 -hosts master.localdomain,node.localdomain ../../test/testc&lt;/P&gt;
&lt;P&gt;helloworld: rank 0 of 80 running on master.localdomain&lt;/P&gt;
&lt;P&gt;helloworld: rank 1 of 80 running on node.localdomain&lt;/P&gt;
&lt;P&gt;.....&lt;/P&gt;
&lt;P&gt;helloworld: rank 79 of 80 running on node.localdomain&lt;/P&gt;
&lt;P&gt;It can work.&lt;/P&gt;
&lt;P&gt;Some times need to exit to ssh again.&amp;nbsp; then run it. It is ok.&lt;/P&gt;
&lt;P&gt;Maybe it is environment issue. I need detect it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Aug 2020 13:40:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-Send-177-fail/m-p/1204303#M7061</guid>
      <dc:creator>YaoYe</dc:creator>
      <dc:date>2020-08-26T13:40:34Z</dc:date>
    </item>
    <item>
      <title>Re:MPI_Send(177) fail</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-Send-177-fail/m-p/1205773#M7089</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Based on the documentation on IMPI errors we think this error might be due to interconnect and provider mismatch.&lt;/P&gt;&lt;P&gt;Please refer this for more details: &lt;A href="https://software.intel.com/content/www/us/en/develop/documentation/mpi-developer-guide-windows/top/troubleshooting/error-message-fatal-error.html" rel="noopener noreferrer" target="_blank"&gt;https://software.intel.com/content/www/us/en/develop/documentation/mpi-developer-guide-windows/top/troubleshooting/error-message-fatal-error.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Do both your nodes &lt;SPAN style="font-size: 14px;"&gt;master.localdomain, node.localdomain have the same type of hardware interconnect?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14px;"&gt;Could you please provide us with all available providers in your node, you can get that by running &lt;/SPAN&gt;&lt;B style="font-size: 14px;"&gt;fi_info.&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14px;"&gt;Also, share us the full I_MPI_DEBUG log.&lt;/SPAN&gt;&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>Tue, 01 Sep 2020 11:50:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-Send-177-fail/m-p/1205773#M7089</guid>
      <dc:creator>PrasanthD_intel</dc:creator>
      <dc:date>2020-09-01T11:50:26Z</dc:date>
    </item>
    <item>
      <title>Re:MPI_Send(177) fail</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-Send-177-fail/m-p/1206110#M7096</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;It looks the problem is with the configuration the NIC card in the master.localdomain node. Could you please check the configuration once and see if everything is alright?&lt;/P&gt;&lt;P&gt;Also along with logs of I_MPI_DEBUG as I previously asked, could you also provide logs after setting &lt;B&gt;FI_LOG_LEVEL=DEBUG&lt;/B&gt;.&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, 02 Sep 2020 13:25:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-Send-177-fail/m-p/1206110#M7096</guid>
      <dc:creator>PrasanthD_intel</dc:creator>
      <dc:date>2020-09-02T13:25:28Z</dc:date>
    </item>
    <item>
      <title>Re:MPI_Send(177) fail</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-Send-177-fail/m-p/1209176#M7138</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We are closing this thread assuming your problem is resolved.&lt;/P&gt;&lt;P&gt;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>Mon, 14 Sep 2020 13:22:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-Send-177-fail/m-p/1209176#M7138</guid>
      <dc:creator>PrasanthD_intel</dc:creator>
      <dc:date>2020-09-14T13:22:24Z</dc:date>
    </item>
  </channel>
</rss>

