<?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_Comm_create ERROR in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-Comm-create-ERROR/m-p/1310265#M8704</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thank you for providing the code snippet, can we also have the complete sample reproducer code and the command you used to compile and execute the code?&lt;/P&gt;&lt;P&gt;Also, could you please provide the OS details, Environment details, and MPI version you are using?&lt;/P&gt;&lt;P&gt;As you mentioned that the code stops running does it throw any error? If yes, could you please provide us the complete error log?&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;Varsha&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 27 Aug 2021 07:57:35 GMT</pubDate>
    <dc:creator>VarshaS_Intel</dc:creator>
    <dc:date>2021-08-27T07:57:35Z</dc:date>
    <item>
      <title>MPI_Comm_create ERROR</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-Comm-create-ERROR/m-p/1309947#M8698</link>
      <description>&lt;P&gt;I used mpirun to run the program and stopped when I got to MPI_Comm_create.The following write statement cannot be executed.&lt;/P&gt;
&lt;P&gt;what should I do?Is there something wrong with my code?&lt;/P&gt;
&lt;P&gt;Any advice would be greatly appreciated!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;include 'mpif.h'&lt;BR /&gt;integer mpistat(MPI_STATUS_SIZE),ierr&lt;BR /&gt;integer comm_mpi, rank_mpi, size_mpi, rank_mpi_cctrl&lt;BR /&gt;integer comm_sol_mpi, new_grp , orig_grp&lt;BR /&gt;integer, dimension(:), allocatable, save :: ranks_sol&lt;BR /&gt;character*8 chnum&lt;/P&gt;
&lt;P&gt;if(monitor_mode.gt.0) write(*,*)'P',rank_mpi,'in CONTACT_DEFORM'&lt;BR /&gt;! comm_mpi = MPI_COMM_WORLD&lt;BR /&gt;call mpi_comm_rank( MPI_COMM_WORLD, rank_mpi, ierr)&lt;BR /&gt;call mpi_comm_size( MPI_COMM_WORLD, size_mpi, ierr)&lt;BR /&gt;rank_mpi_cctrl = size_mpi - 1&lt;BR /&gt;if(monitor_mode.gt.0)write(*,*)'P',rank_mpi,'in CONTACT_DEFORM(0)'&lt;BR /&gt;!*** Create new communicator for solver ***&lt;BR /&gt;IF(NST.EQ.NSTART) THEN&lt;BR /&gt;if(monitor_mode.gt.0)&lt;BR /&gt;write(*,*)'P',rank_mpi, 'before create commun..'&lt;BR /&gt;!&lt;BR /&gt;if(rank_mpi.ne.size_mpi - 1) then !! if analyzer&lt;BR /&gt;allocate(ranks_sol(size_mpi - 1), stat=istat)&lt;BR /&gt;call check_memory_integer(size_mpi - 1, ranks_sol, ram,&lt;BR /&gt;+ istat, 'ranks_sol')&lt;BR /&gt;do i = 1, size_mpi - 1&lt;BR /&gt;ranks_sol(i) = i - 1&lt;BR /&gt;enddo&lt;/P&gt;
&lt;P&gt;! allocate(orig_grp(size_mpi))&lt;BR /&gt;call MPI_Comm_group(MPI_COMM_WORLD, orig_grp, ierr)&lt;BR /&gt;! allocate(new_grp(size_mpi))&lt;BR /&gt;call MPI_Group_incl(orig_grp, size_mpi - 1, ranks_sol,new_grp, ierr )&lt;BR /&gt;call MPI_Comm_create(MPI_COMM_WORLD, new_grp, comm_sol_mpi, ierr)&lt;BR /&gt;write(*,*)"arrive 1"&lt;BR /&gt;endif&lt;BR /&gt;if(monitor_mode.gt.0)&lt;BR /&gt;write(*,*)'P',rank_mpi, 'after create commun..'&lt;BR /&gt;ENDIF&lt;/P&gt;</description>
      <pubDate>Thu, 26 Aug 2021 07:49:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-Comm-create-ERROR/m-p/1309947#M8698</guid>
      <dc:creator>littlewang</dc:creator>
      <dc:date>2021-08-26T07:49:56Z</dc:date>
    </item>
    <item>
      <title>Re:MPI_Comm_create ERROR</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-Comm-create-ERROR/m-p/1310265#M8704</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thank you for providing the code snippet, can we also have the complete sample reproducer code and the command you used to compile and execute the code?&lt;/P&gt;&lt;P&gt;Also, could you please provide the OS details, Environment details, and MPI version you are using?&lt;/P&gt;&lt;P&gt;As you mentioned that the code stops running does it throw any error? If yes, could you please provide us the complete error log?&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;Varsha&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Aug 2021 07:57:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-Comm-create-ERROR/m-p/1310265#M8704</guid>
      <dc:creator>VarshaS_Intel</dc:creator>
      <dc:date>2021-08-27T07:57:35Z</dc:date>
    </item>
    <item>
      <title>Re:MPI_Comm_create ERROR</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-Comm-create-ERROR/m-p/1314385#M8739</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Did you mark our reply as the solution by mistake? If yes, could you please provide the details mentioned in the previous post?&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;Varsha&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Sep 2021 09:06:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-Comm-create-ERROR/m-p/1314385#M8739</guid>
      <dc:creator>VarshaS_Intel</dc:creator>
      <dc:date>2021-09-14T09:06:08Z</dc:date>
    </item>
    <item>
      <title>Re: MPI_Comm_create ERROR</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-Comm-create-ERROR/m-p/1316185#M8757</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;We haven't heard back from you. Could you please provide an update on your issue?&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;
&lt;P&gt;Varsha&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Sep 2021 12:49:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-Comm-create-ERROR/m-p/1316185#M8757</guid>
      <dc:creator>VarshaS_Intel</dc:creator>
      <dc:date>2021-09-21T12:49:29Z</dc:date>
    </item>
    <item>
      <title>Re:MPI_Comm_create ERROR</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-Comm-create-ERROR/m-p/1317928#M8778</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We have not heard back from you. This thread will no longer be monitored by Intel. If you need further assistance, please post a new question.&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;Varsha&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Sep 2021 05:13:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-Comm-create-ERROR/m-p/1317928#M8778</guid>
      <dc:creator>VarshaS_Intel</dc:creator>
      <dc:date>2021-09-29T05:13:05Z</dc:date>
    </item>
  </channel>
</rss>

