<?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 MPI_Init failure on Windows 10 in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-Init-failure-on-Windows-10/m-p/1536773#M11058</link>
    <description>&lt;P&gt;I'm using MPI 2021.10 on Windows 10 Pro and trying to get the benchmark examples running on a single process, in particular the one in&amp;nbsp;benchmarks\imb\WINDOWS\IMB-MPI1_VS_2017.&amp;nbsp; I am using VS2019 though but the project upgraded fine.&lt;/P&gt;&lt;P&gt;I'm getting a failure in MPI_Init:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;C:\PF(x86)\Intel\oAPI\m\2021.10.0\benchmarks\i\W\I-M1_V_2017\x64\Debug&amp;gt; IMB-MPI1.exe&lt;BR /&gt;Abort(1090959) on node 0 (rank 0 in comm 0): Fatal error in PMPI_Init_thread: Other MPI error, error stack:&lt;BR /&gt;MPIR_Init_thread(176)........:&lt;BR /&gt;MPID_Init(1548)..............:&lt;BR /&gt;MPIDI_OFI_mpi_init_hook(1554):&lt;BR /&gt;(unknown)(): Other MPI error&lt;BR /&gt;[unset]: write_line error; fd=-1 buf=:cmd=abort exitcode=1090959&lt;BR /&gt;:&lt;BR /&gt;system msg for write_line failure : No error&lt;BR /&gt;Abort(1090959) on node 0 (rank 0 in comm 0): Fatal error in PMPI_Init_thread: Other MPI error, error stack:&lt;BR /&gt;MPIR_Init_thread(176)........:&lt;BR /&gt;MPID_Init(1548)..............:&lt;BR /&gt;MPIDI_OFI_mpi_init_hook(1554):&lt;BR /&gt;(unknown)(): Other MPI error&lt;BR /&gt;[unset]: write_line error; fd=-1 buf=:cmd=abort exitcode=1090959&lt;BR /&gt;:&lt;BR /&gt;system msg for write_line failure : No error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The call stack is this:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; impi.dll!MPIR_Err_return_comm&amp;#30;() Unknown&lt;BR /&gt;impi.dll!PMPI_Init_thread&amp;#30;() Unknown&lt;BR /&gt;IMB-MPI1.exe!main(int argc, char * * argv) Line 296 C++&lt;BR /&gt;IMB-MPI1.exe!invoke_main() Line 79 C++&lt;BR /&gt;IMB-MPI1.exe!__scrt_common_main_seh() Line 288 C++&lt;BR /&gt;IMB-MPI1.exe!__scrt_common_main() Line 331 C++&lt;BR /&gt;IMB-MPI1.exe!mainCRTStartup(void * __formal) Line 17 C++&lt;BR /&gt;kernel32.dll!BaseThreadInitThunk&amp;#30;() Unknown&lt;BR /&gt;ntdll.dll!RtlUserThreadStart&amp;#30;() Unknown&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&amp;nbsp; I'm stuck.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 24 Oct 2023 12:15:08 GMT</pubDate>
    <dc:creator>BLH</dc:creator>
    <dc:date>2023-10-24T12:15:08Z</dc:date>
    <item>
      <title>MPI_Init failure on Windows 10</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-Init-failure-on-Windows-10/m-p/1536773#M11058</link>
      <description>&lt;P&gt;I'm using MPI 2021.10 on Windows 10 Pro and trying to get the benchmark examples running on a single process, in particular the one in&amp;nbsp;benchmarks\imb\WINDOWS\IMB-MPI1_VS_2017.&amp;nbsp; I am using VS2019 though but the project upgraded fine.&lt;/P&gt;&lt;P&gt;I'm getting a failure in MPI_Init:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;C:\PF(x86)\Intel\oAPI\m\2021.10.0\benchmarks\i\W\I-M1_V_2017\x64\Debug&amp;gt; IMB-MPI1.exe&lt;BR /&gt;Abort(1090959) on node 0 (rank 0 in comm 0): Fatal error in PMPI_Init_thread: Other MPI error, error stack:&lt;BR /&gt;MPIR_Init_thread(176)........:&lt;BR /&gt;MPID_Init(1548)..............:&lt;BR /&gt;MPIDI_OFI_mpi_init_hook(1554):&lt;BR /&gt;(unknown)(): Other MPI error&lt;BR /&gt;[unset]: write_line error; fd=-1 buf=:cmd=abort exitcode=1090959&lt;BR /&gt;:&lt;BR /&gt;system msg for write_line failure : No error&lt;BR /&gt;Abort(1090959) on node 0 (rank 0 in comm 0): Fatal error in PMPI_Init_thread: Other MPI error, error stack:&lt;BR /&gt;MPIR_Init_thread(176)........:&lt;BR /&gt;MPID_Init(1548)..............:&lt;BR /&gt;MPIDI_OFI_mpi_init_hook(1554):&lt;BR /&gt;(unknown)(): Other MPI error&lt;BR /&gt;[unset]: write_line error; fd=-1 buf=:cmd=abort exitcode=1090959&lt;BR /&gt;:&lt;BR /&gt;system msg for write_line failure : No error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The call stack is this:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; impi.dll!MPIR_Err_return_comm&amp;#30;() Unknown&lt;BR /&gt;impi.dll!PMPI_Init_thread&amp;#30;() Unknown&lt;BR /&gt;IMB-MPI1.exe!main(int argc, char * * argv) Line 296 C++&lt;BR /&gt;IMB-MPI1.exe!invoke_main() Line 79 C++&lt;BR /&gt;IMB-MPI1.exe!__scrt_common_main_seh() Line 288 C++&lt;BR /&gt;IMB-MPI1.exe!__scrt_common_main() Line 331 C++&lt;BR /&gt;IMB-MPI1.exe!mainCRTStartup(void * __formal) Line 17 C++&lt;BR /&gt;kernel32.dll!BaseThreadInitThunk&amp;#30;() Unknown&lt;BR /&gt;ntdll.dll!RtlUserThreadStart&amp;#30;() Unknown&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&amp;nbsp; I'm stuck.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Oct 2023 12:15:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-Init-failure-on-Windows-10/m-p/1536773#M11058</guid>
      <dc:creator>BLH</dc:creator>
      <dc:date>2023-10-24T12:15:08Z</dc:date>
    </item>
    <item>
      <title>Re: MPI_Init failure on Windows 10</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-Init-failure-on-Windows-10/m-p/1536804#M11059</link>
      <description>&lt;P&gt;I think we found the problem.&amp;nbsp; We were testing in a Windows command prompt, not the Intel oneAPI Command Prompt which sets up a different environment.&lt;/P&gt;&lt;P&gt;We finally got this to work in a Windows command prompt by copying a few more files from the MPI installation to the same location as our executable.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Specifically:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;libfabric/bin/libfabric.dll &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;bin/release/impi.dll&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;libfabric/bin/utils/fi_info.exe&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;libfabric/bin/utils/fi_pingpong.exe&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;I'm assuming we can redistribute&amp;nbsp;these.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Oct 2023 14:41:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-Init-failure-on-Windows-10/m-p/1536804#M11059</guid>
      <dc:creator>BLH</dc:creator>
      <dc:date>2023-10-24T14:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: MPI_Init failure on Windows 10</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-Init-failure-on-Windows-10/m-p/1537923#M11085</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for posting in the Intel forums.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We have tried to replicate the issue at our end but we are able to run the IMB benchmark successfully at our end. Please refer to the below attachment for the output details.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;OS: Windows 11&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To investigate more regarding the issue could you please provide us with the below details?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. cpuinfo&lt;/P&gt;
&lt;P&gt;2. visual studio version&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;
&lt;P&gt;Shivani&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2023 10:43:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-Init-failure-on-Windows-10/m-p/1537923#M11085</guid>
      <dc:creator>ShivaniK_Intel</dc:creator>
      <dc:date>2023-10-27T10:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: MPI_Init failure on Windows 10</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-Init-failure-on-Windows-10/m-p/1539045#M11096</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Shivani,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wrote on 10/24/2023 that we solved our technical issue.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Can you confirm which files in the installation that we are allowed to redistribute with our commercial product?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Ben&lt;/P&gt;</description>
      <pubDate>Tue, 31 Oct 2023 14:49:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-Init-failure-on-Windows-10/m-p/1539045#M11096</guid>
      <dc:creator>BLH</dc:creator>
      <dc:date>2023-10-31T14:49:21Z</dc:date>
    </item>
    <item>
      <title>Re:MPI_Init failure on Windows 10</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-Init-failure-on-Windows-10/m-p/1540181#M11103</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;gt;&amp;gt;&amp;gt;"I wrote on 10/24/2023 that we solved our technical issue."&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Sorry for the inconvenience. I missed your second post, so responded back we are unable to replicate the issue.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;&lt;EM&gt;"Can you confirm which files in the installation that we are allowed to redistribute with our commercial product?"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regarding this, we will get back to you.&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;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Nov 2023 06:49:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-Init-failure-on-Windows-10/m-p/1540181#M11103</guid>
      <dc:creator>ShivaniK_Intel</dc:creator>
      <dc:date>2023-11-03T06:49:14Z</dc:date>
    </item>
    <item>
      <title>Re:MPI_Init failure on Windows 10</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-Init-failure-on-Windows-10/m-p/1544540#M11144</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"Can you confirm which files in the installation that we are allowed to redistribute with our commercial product?"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;As stated in the license in $I_MPI_ROOT/licensing/license.txt, you may use and redistribute the software, which is provided in binary form&amp;nbsp;&lt;/EM&gt;only, without modification, provided the conditions in the license are met.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;If this resolves your issue could you please let us know whether we can go ahead and close this 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>Thu, 16 Nov 2023 10:53:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-Init-failure-on-Windows-10/m-p/1544540#M11144</guid>
      <dc:creator>ShivaniK_Intel</dc:creator>
      <dc:date>2023-11-16T10:53:48Z</dc:date>
    </item>
    <item>
      <title>Re:MPI_Init failure on Windows 10</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-Init-failure-on-Windows-10/m-p/1544834#M11148</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for accepting our solution. If you need any additional information, please post a new question as this thread will no longer be monitored by Intel.&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, 17 Nov 2023 05:50:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-Init-failure-on-Windows-10/m-p/1544834#M11148</guid>
      <dc:creator>ShivaniK_Intel</dc:creator>
      <dc:date>2023-11-17T05:50:38Z</dc:date>
    </item>
  </channel>
</rss>

