<?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: running intel oneAPI MPI test.f90 example on multiple nodes in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/running-intel-oneAPI-MPI-test-f90-example-on-multiple-nodes/m-p/1346006#M9040</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please confirm whether the firewall is disabled across all the nodes in the cluster?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please refer to the hello world program attached below.&lt;/P&gt;
&lt;P&gt;Login to node1 and try running a sample hello world program on node1. Use the below command to compile and run the program.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;mpiicc hello_world.c&lt;/P&gt;
&lt;P&gt;mpiexec -n 4 hello_world.exe&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please run the above commands on node1 and provide us the results or screenshot.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;
&lt;P&gt;Hemanth.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 22 Dec 2021 12:47:15 GMT</pubDate>
    <dc:creator>HemanthCH_Intel</dc:creator>
    <dc:date>2021-12-22T12:47:15Z</dc:date>
    <item>
      <title>running intel oneAPI MPI test.f90 example on multiple nodes</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/running-intel-oneAPI-MPI-test-f90-example-on-multiple-nodes/m-p/1343637#M9017</link>
      <description>&lt;P&gt;Installed oneAPI basic tool and HPC kits on my Window 10 Computer.&lt;/P&gt;
&lt;P&gt;Complied and linked successfully under Visual Studio 2017.&lt;/P&gt;
&lt;P&gt;Program run successfully with mpiexec test.exe on my computer.&lt;/P&gt;
&lt;P&gt;Hello world: rank 0 of 4 running on myPC&lt;BR /&gt;Hello world: rank 1 of 4 running on myPC&lt;BR /&gt;Hello world: rank 2 of 4 running on myPC&lt;BR /&gt;Hello world: rank 3 of 4 running on myPC&lt;/P&gt;
&lt;P&gt;When i tried to run on NODE1 over our network with&lt;/P&gt;
&lt;P&gt;mpiexec -n 2 -ppn 4 -hosts NODE1 test.exe&lt;/P&gt;
&lt;P&gt;I received the following message&lt;/P&gt;
&lt;P&gt;[mpiexec@myPC] HYD_sock_connect (..\windows\src\hydra_sock.c:240): Retrying connection, retry_count=1, retries=0&lt;BR /&gt;[mpiexec@myPC] HYD_connect_to_service (bstrap\service\service_launch.c:85): assert (!closed) failed&lt;BR /&gt;[mpiexec@myPC] HYDI_bstrap_service_launch (bstrap\service\service_launch.c:419): unable to connect to hydra service (ithink:8680)&lt;BR /&gt;[mpiexec@myPC] remote_launch (bstrap\src\intel\i_hydra_bstrap.c:607): error launching bstrap proxy&lt;BR /&gt;[mpiexec@myPC] single_launch (bstrap\src\intel\i_hydra_bstrap.c:665): remote launch error&lt;BR /&gt;[mpiexec@myPC] launch_bstrap_proxies (bstrap\src\intel\i_hydra_bstrap.c:849): single launch error&lt;BR /&gt;[mpiexec@myPC] HYD_bstrap_setup (bstrap\src\intel\i_hydra_bstrap.c:1043): unable to launch bstrap proxy&lt;BR /&gt;[mpiexec@myPC] HYD_print_bstrap_setup_error_message (intel\i_mpiexec.c:1031): error setting up the bootstrap proxies&lt;BR /&gt;[mpiexec@myPC] Possible reasons:&lt;BR /&gt;[mpiexec@myPC] 1. Host is unavailable. Please check that all hosts are available.&lt;BR /&gt;[mpiexec@myPC] 2. Cannot launch hydra_bstrap_proxy.exe or it crashed on one of the hosts. Make sure hydra_bstrap_proxy.exe is available on all hosts and it has right permissions.&lt;BR /&gt;[mpiexec@myPC] 3. Firewall refused connection. Check that enough ports are allowed in the firewall and specify them with the I_MPI_PORT_RANGE variable.&lt;BR /&gt;[mpiexec@myPC] 4. service bootstrap cannot launch processes on remote host. You may try using -bootstrap option to select alternative launcher.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Appreciate to receive any advice and help from the community in advance&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Dec 2021 12:16:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/running-intel-oneAPI-MPI-test-f90-example-on-multiple-nodes/m-p/1343637#M9017</guid>
      <dc:creator>phangelder</dc:creator>
      <dc:date>2021-12-13T12:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: running intel oneAPI MPI test.f90 example on multiple nodes</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/running-intel-oneAPI-MPI-test-f90-example-on-multiple-nodes/m-p/1343957#M9018</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for reaching out to us.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please let us know whether you are able to do connect remotely to NODE1 or not?&lt;/P&gt;
&lt;P&gt;Could you please provide us your network/cluster and environment details to investigate at our end?&lt;/P&gt;
&lt;P&gt;Could you please provide the oneAPI and MPI library Version which you are using?&lt;/P&gt;
&lt;P&gt;Could you also provide the complete debug log using I_MPI_DEBUG=20?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Initially set I_MPI_DEBUG=20 later run the command.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example:&lt;/P&gt;
&lt;P&gt;set I_MPI_DEBUG=20&lt;/P&gt;
&lt;P&gt;mpiexec -n 2 -ppn 4 -host NODE1 test.exe&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;
&lt;P&gt;Hemanth.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jan 2022 11:36:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/running-intel-oneAPI-MPI-test-f90-example-on-multiple-nodes/m-p/1343957#M9018</guid>
      <dc:creator>HemanthCH_Intel</dc:creator>
      <dc:date>2022-01-27T11:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: running intel oneAPI MPI test.f90 example on multiple nodes</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/running-intel-oneAPI-MPI-test-f90-example-on-multiple-nodes/m-p/1344491#M9021</link>
      <description>&lt;P&gt;Could you please let us know whether you are able to do connect remotely to NODE1 or not?&lt;/P&gt;
&lt;P&gt;===&lt;BR /&gt;I can ping and get response a from NODE1&lt;BR /&gt;But I can't get response with&lt;BR /&gt;mpiexec -n 1 -ppn 1 -hosts NODE1 notepad.exe&lt;/P&gt;
&lt;P&gt;===&lt;BR /&gt;Could you please provide us your network/cluster and environment details to investigate at our end?&lt;/P&gt;
&lt;P&gt;====&lt;/P&gt;
&lt;P&gt;I am running on Windows 10 (Home edition) connecting to NODE1 thru' Ethernet. Total number of nodes (PC) is about 20&lt;/P&gt;
&lt;P&gt;===&lt;BR /&gt;Could you please provide the oneAPI and MPI library Version which you are using?&lt;/P&gt;
&lt;P&gt;====&lt;/P&gt;
&lt;P&gt;I am using the latest oneAPI (2021.5.0) and MPI library (2021.5.0)&lt;/P&gt;
&lt;P&gt;====&lt;/P&gt;
&lt;P&gt;Could you also provide the complete debug log using I_MPI_DEBUG=20?&lt;/P&gt;
&lt;P&gt;Initially set I_MPI_DEBUG=20 later run the command.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example:&lt;/P&gt;
&lt;P&gt;set I_MPI_DEBUG=20&lt;/P&gt;
&lt;P&gt;mpiexec -n 2 -ppn 4 -hosts NODE1 test.exe&lt;/P&gt;
&lt;P&gt;====&lt;/P&gt;
&lt;P&gt;Attached please find the log running the test.exe locally.&lt;/P&gt;
&lt;P&gt;No debug log was produced when running NODE1 as hosts&lt;/P&gt;
&lt;P&gt;====&lt;/P&gt;</description>
      <pubDate>Thu, 16 Dec 2021 04:37:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/running-intel-oneAPI-MPI-test-f90-example-on-multiple-nodes/m-p/1344491#M9021</guid>
      <dc:creator>phangelder</dc:creator>
      <dc:date>2021-12-16T04:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: running intel oneAPI MPI test.f90 example on multiple nodes</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/running-intel-oneAPI-MPI-test-f90-example-on-multiple-nodes/m-p/1346006#M9040</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please confirm whether the firewall is disabled across all the nodes in the cluster?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please refer to the hello world program attached below.&lt;/P&gt;
&lt;P&gt;Login to node1 and try running a sample hello world program on node1. Use the below command to compile and run the program.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;mpiicc hello_world.c&lt;/P&gt;
&lt;P&gt;mpiexec -n 4 hello_world.exe&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please run the above commands on node1 and provide us the results or screenshot.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;
&lt;P&gt;Hemanth.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Dec 2021 12:47:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/running-intel-oneAPI-MPI-test-f90-example-on-multiple-nodes/m-p/1346006#M9040</guid>
      <dc:creator>HemanthCH_Intel</dc:creator>
      <dc:date>2021-12-22T12:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: running intel oneAPI MPI test.f90 example on multiple nodes</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/running-intel-oneAPI-MPI-test-f90-example-on-multiple-nodes/m-p/1346420#M9043</link>
      <description>&lt;P&gt;K:\&amp;gt;mpiexec -n 4 hello_world.exe&lt;BR /&gt;Hello world from processor myPC, rank 2 out of 4 processors&lt;BR /&gt;Hello world from processor myPC, rank 1 out of 4 processors&lt;BR /&gt;Hello world from processor myPC, rank 3 out of 4 processors&lt;BR /&gt;Hello world from processor myPC, rank 0 out of 4 processors&lt;/P&gt;
&lt;P&gt;K:\&amp;gt;mpiexec -n 4 -host NOD1 hello_world.exe&lt;BR /&gt;[mpiexec@myPC] HYD_sock_connect (..\windows\src\hydra_sock.c:240): Retrying connection, retry_count=1, retries=0&lt;BR /&gt;[mpiexec@myPC] HYD_connect_to_service (bstrap\service\service_launch.c:85): assert (!closed) failed&lt;BR /&gt;[mpiexec@myPC] HYDI_bstrap_service_launch (bstrap\service\service_launch.c:419): unable to connect to hydra service (meetingroom:8680)&lt;BR /&gt;[mpiexec@myPC] remote_launch (bstrap\src\intel\i_hydra_bstrap.c:607): error launching bstrap proxy&lt;BR /&gt;[mpiexec@myPC] single_launch (bstrap\src\intel\i_hydra_bstrap.c:665): remote launch error&lt;BR /&gt;[mpiexec@myPC] launch_bstrap_proxies (bstrap\src\intel\i_hydra_bstrap.c:849): single launch error&lt;BR /&gt;[mpiexec@myPC] HYD_bstrap_setup (bstrap\src\intel\i_hydra_bstrap.c:1043): unable to launch bstrap proxy&lt;BR /&gt;[mpiexec@myPC] HYD_print_bstrap_setup_error_message (intel\i_mpiexec.c:1031): error setting up the bootstrap proxies&lt;BR /&gt;[mpiexec@myPC] Possible reasons:&lt;BR /&gt;[mpiexec@myPC] 1. Host is unavailable. Please check that all hosts are available.&lt;BR /&gt;[mpiexec@myPC] 2. Cannot launch hydra_bstrap_proxy.exe or it crashed on one of the hosts. Make sure hydra_bstrap_proxy.exe is available on all hosts and it has right permissions.&lt;BR /&gt;[mpiexec@myPC] 3. Firewall refused connection. Check that enough ports are allowed in the firewall and specify them with the I_MPI_PORT_RANGE variable.&lt;BR /&gt;[mpiexec@myPC] 4. service bootstrap cannot launch processes on remote host. You may try using -bootstrap option to select alternative launcher.&lt;/P&gt;
&lt;P&gt;=========================================================================================&lt;/P&gt;
&lt;P&gt;Yes, the firewall is disabled for myPC and NODE1&lt;/P&gt;
&lt;P&gt;Can you please explain "Login to NODE1" and "Please run the above commands on node1"?&lt;/P&gt;
&lt;P&gt;I think i am missing something here.&lt;/P&gt;
&lt;P&gt;MyPC has been upgraded to Windows 10 Pro and NODE1 is running on Windows 10 Home .&lt;/P&gt;
&lt;P&gt;Please advice&lt;/P&gt;</description>
      <pubDate>Fri, 24 Dec 2021 05:21:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/running-intel-oneAPI-MPI-test-f90-example-on-multiple-nodes/m-p/1346420#M9043</guid>
      <dc:creator>phangelder</dc:creator>
      <dc:date>2021-12-24T05:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: running intel oneAPI MPI test.f90 example on multiple nodes</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/running-intel-oneAPI-MPI-test-f90-example-on-multiple-nodes/m-p/1346481#M9046</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We want you to run the MPI program from NODE1. Open a terminal in the NODE1 machine and try running the sample hello world mpi program using the below command:&lt;/P&gt;
&lt;P&gt;mpiicc hello_world.c&lt;/P&gt;
&lt;P&gt;mpiexec -n 4 hello_world.exe&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;"&lt;SPAN&gt;MyPC has been upgraded to Windows 10 Pro and NODE1 is running on Windows 10 Home ."&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;It is possible to connect machines running dissimilar versions of Windows.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please let us know whether you are able to run successfully. If not, please share with us the complete debug log.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;
&lt;P&gt;Hemanth.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jan 2022 11:45:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/running-intel-oneAPI-MPI-test-f90-example-on-multiple-nodes/m-p/1346481#M9046</guid>
      <dc:creator>HemanthCH_Intel</dc:creator>
      <dc:date>2022-01-27T11:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: running intel oneAPI MPI test.f90 example on multiple nodes</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/running-intel-oneAPI-MPI-test-f90-example-on-multiple-nodes/m-p/1346584#M9047</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;Yes, I can run it successfully on NODE1.&lt;/P&gt;
&lt;P&gt;Do I need to install windows server ? If so, which version.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Merry X'mas&lt;/P&gt;</description>
      <pubDate>Sat, 25 Dec 2021 01:04:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/running-intel-oneAPI-MPI-test-f90-example-on-multiple-nodes/m-p/1346584#M9047</guid>
      <dc:creator>phangelder</dc:creator>
      <dc:date>2021-12-25T01:04:36Z</dc:date>
    </item>
    <item>
      <title>Re:running intel oneAPI MPI test.f90 example on multiple nodes</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/running-intel-oneAPI-MPI-test-f90-example-on-multiple-nodes/m-p/1347954#M9059</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We are working on your issue and will get back to you soon.&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;Hemanth.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 02 Jan 2022 12:12:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/running-intel-oneAPI-MPI-test-f90-example-on-multiple-nodes/m-p/1347954#M9059</guid>
      <dc:creator>HemanthCH_Intel</dc:creator>
      <dc:date>2022-01-02T12:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: running intel oneAPI MPI test.f90 example on multiple nodes</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/running-intel-oneAPI-MPI-test-f90-example-on-multiple-nodes/m-p/1349008#M9070</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;"&lt;SPAN&gt;Do I need to install windows server ? If so, which version."&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;We recommend you go through the below link. As the link is not updated, you can ignore the products' versions.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.intel.com/content/www/us/en/developer/articles/training/micro-cluster-setup-with-intel-mpi-a-stepwise-guide-to-setting-up-the-smallest-windows.html" target="_blank" rel="noopener"&gt;https://www.intel.com/content/www/us/en/developer/articles/training/micro-cluster-setup-with-intel-mpi-a-stepwise-guide-to-setting-up-the-smallest-windows.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please make sure that you are following all the guidelines mentioned in the link.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;
&lt;P&gt;Hemanth.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jan 2022 11:46:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/running-intel-oneAPI-MPI-test-f90-example-on-multiple-nodes/m-p/1349008#M9070</guid>
      <dc:creator>HemanthCH_Intel</dc:creator>
      <dc:date>2022-01-27T11:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: running intel oneAPI MPI test.f90 example on multiple nodes</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/running-intel-oneAPI-MPI-test-f90-example-on-multiple-nodes/m-p/1350799#M9094</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please check whether the file &lt;STRONG&gt;&lt;I&gt;"hydra_bstrap_proxy"&lt;/I&gt;&lt;/STRONG&gt; is available on all nodes using the below instruction?&lt;/P&gt;
&lt;P&gt;Instruction:&lt;/P&gt;
&lt;P&gt;Navigate to&lt;STRONG&gt;&lt;I&gt; "C:\Program Files (x86)\intel\oneAPI\mpi\2021.5.0\bin" &lt;/I&gt;&lt;/STRONG&gt;to this path and make sure you have the &lt;STRONG&gt;&lt;I&gt;"hydra_bstrap_proxy.exe" &lt;/I&gt;&lt;/STRONG&gt;in all the nodes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please try with the &lt;STRONG&gt;&lt;I&gt;"whoami" &lt;/I&gt;&lt;/STRONG&gt;command in node1?&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;whoami

Output: domain-name\user-name

&lt;/LI-CODE&gt;
&lt;P&gt;Also, run the below command:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;mpiexec -n 2 -ppn 2 -host "domain-name\username" sample.exe&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If still the issue persists, then please provide the debug log by using the&amp;nbsp;below commands:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;set I_MPI_DEBUG=30
set FI_LOG_LEVEL=debug
mpiexec -n 2 -ppn 2 -host "domain-name\username" sample.exe&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;
&lt;P&gt;Hemanth.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jan 2022 13:01:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/running-intel-oneAPI-MPI-test-f90-example-on-multiple-nodes/m-p/1350799#M9094</guid>
      <dc:creator>HemanthCH_Intel</dc:creator>
      <dc:date>2022-01-12T13:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: running intel oneAPI MPI test.f90 example on multiple nodes</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/running-intel-oneAPI-MPI-test-f90-example-on-multiple-nodes/m-p/1352688#M9103</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We have not heard back from you. Could you please confirm whether your is fixed or not? If you are still facing any issues, then please provide the debug log.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;
&lt;P&gt;Hemanth.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jan 2022 13:22:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/running-intel-oneAPI-MPI-test-f90-example-on-multiple-nodes/m-p/1352688#M9103</guid>
      <dc:creator>HemanthCH_Intel</dc:creator>
      <dc:date>2022-01-19T13:22:35Z</dc:date>
    </item>
    <item>
      <title>Re:running intel oneAPI MPI test.f90 example on multiple nodes</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/running-intel-oneAPI-MPI-test-f90-example-on-multiple-nodes/m-p/1355111#M9119</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We assume that your issue is resolved. 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;Hemanth.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Jan 2022 11:33:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/running-intel-oneAPI-MPI-test-f90-example-on-multiple-nodes/m-p/1355111#M9119</guid>
      <dc:creator>HemanthCH_Intel</dc:creator>
      <dc:date>2022-01-27T11:33:04Z</dc:date>
    </item>
  </channel>
</rss>

