<?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_spawn_multiple malloc(): memory corruption with more than 5 spawned in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-Comm-spawn-multiple-malloc-memory-corruption-with-more-than/m-p/1544912#M11152</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for posting in the Intel forums.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Could you please provide us with the sample reproducer code to investigate the issue at our end?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Could you also please provide us with the OS details?&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 10:44:56 GMT</pubDate>
    <dc:creator>ShivaniK_Intel</dc:creator>
    <dc:date>2023-11-17T10:44:56Z</dc:date>
    <item>
      <title>MPI_Comm_spawn_multiple malloc(): memory corruption with more than 5 spawned</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-Comm-spawn-multiple-malloc-memory-corruption-with-more-than/m-p/1544235#M11140</link>
      <description>&lt;P&gt;MPI_Comm_spawn_multiple works fine when two main processes starting 5 spawned processes has a memory error when 6 or more are spawned.&amp;nbsp; A similar issue in in a separate post fails when greater than 14 processes are started by a single MPI main process.&amp;nbsp; This memory error occurs instead from two MPI processes attempt to spawn more than 5 processes.&amp;nbsp; It gets memory corruption&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[kellerd@ganon017 spawn_reproducer_23]$ env|grep MPI&lt;BR /&gt;I_MPI_SPAWN=on&lt;BR /&gt;VT_MPI=impi4&lt;BR /&gt;I_MPI_DEBUG=10&lt;BR /&gt;I_MPI_JOB_STARTUP_TIMEOUT=60&lt;BR /&gt;I_MPI_HYDRA_BOOTSTRAP=ssh&lt;BR /&gt;I_MPI_ROOT=/cm/shared/software/intel/2023.2/mpi/2021.10.0&lt;/P&gt;&lt;P&gt;[kellerd@ganon017 spawn_reproducer_23]$ mpiifort -v&lt;BR /&gt;mpiifort for the Intel(R) MPI Library 2021.10 for Linux*&lt;BR /&gt;Copyright Intel Corporation.&lt;BR /&gt;ifort version 2021.10.0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;good run&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;mpiifort -g -O0 spawnany.f90&lt;/P&gt;&lt;P&gt;mpirun -np 2 ./a.out &lt;STRONG&gt;5&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;nspawn= 5&lt;BR /&gt;nspawn= 5&lt;BR /&gt;[0] MPI startup(): Intel(R) MPI Library, Version 2021.10 Build 20230619 (id: c2e19c2f3e)&lt;BR /&gt;[0] MPI startup(): Copyright (C) 2003-2023 Intel Corporation. All rights reserved.&lt;BR /&gt;[0] MPI startup(): library kind: release&lt;BR /&gt;[0] MPI startup(): shm segment size (522 MB per rank) * (10 local ranks) = 5229 MB total&lt;BR /&gt;[0] MPI startup(): libfabric loaded: libfabric.so.1&lt;BR /&gt;[0] MPI startup(): libfabric version: 1.18.0-impi&lt;BR /&gt;[0] MPI startup(): max number of MPI_Request per vci: 67108864 (pools: 1)&lt;BR /&gt;[0] MPI startup(): libfabric provider: mlx&lt;BR /&gt;[0] MPI startup(): File "/cm/shared/software/intel/2023.2/mpi/2021.10.0/etc/tuning_clx-ap_shm-ofi_mlx_100.dat" not found&lt;BR /&gt;[0] MPI startup(): Load tuning file: "/cm/shared/software/intel/2023.2/mpi/2021.10.0/etc/tuning_clx-ap_shm-ofi.dat"&lt;BR /&gt;[0] MPI startup(): threading: mode: direct&lt;BR /&gt;[0] MPI startup(): threading: vcis: 1&lt;BR /&gt;[0] MPI startup(): threading: app_threads: -1&lt;BR /&gt;[0] MPI startup(): threading: runtime: generic&lt;BR /&gt;[0] MPI startup(): threading: progress_threads: 0&lt;BR /&gt;[0] MPI startup(): threading: async_progress: 0&lt;BR /&gt;[0] MPI startup(): threading: lock_level: global&lt;BR /&gt;[0] MPI startup(): tag bits available: 20 (TAG_UB value: 1048575)&lt;BR /&gt;[0] MPI startup(): source bits available: 21 (Maximal number of rank: 2097151)&lt;BR /&gt;[0] MPI startup(): Rank Pid Node name Pin cpu&lt;BR /&gt;[0] MPI startup(): 0 45776 ganon017 {2,6,10,14}&lt;BR /&gt;[0] MPI startup(): 1 45777 ganon017 {18,22,26,30}&lt;BR /&gt;[0] MPI startup(): 2 45778 ganon017 {34,38,42,46}&lt;BR /&gt;[0] MPI startup(): 3 45779 ganon017 {0,4,8,12}&lt;BR /&gt;[0] MPI startup(): 4 45780 ganon017 {16,20,24,28}&lt;BR /&gt;[0] MPI startup(): 5 45781 ganon017 {32,36,40,44}&lt;BR /&gt;[0] MPI startup(): 6 45782 ganon017 {1,5,9,13}&lt;BR /&gt;[0] MPI startup(): 7 45783 ganon017 {17,21,25,29}&lt;BR /&gt;[0] MPI startup(): 8 45784 ganon017 {3,7,11,15}&lt;BR /&gt;[0] MPI startup(): 9 45785 ganon017 {19,23,27,31}&lt;BR /&gt;[0] MPI startup(): I_MPI_ROOT=/cm/shared/software/intel/2023.2/mpi/2021.10.0&lt;BR /&gt;[0] MPI startup(): ONEAPI_ROOT=/cm/shared/software/intel/2023.2&lt;BR /&gt;[0] MPI startup(): I_MPI_MPIRUN=mpirun&lt;BR /&gt;[0] MPI startup(): I_MPI_BIND_WIN_ALLOCATE=localalloc&lt;BR /&gt;[0] MPI startup(): I_MPI_JOB_STARTUP_TIMEOUT=60&lt;BR /&gt;[0] MPI startup(): I_MPI_HYDRA_RMK=pbs&lt;BR /&gt;[0] MPI startup(): I_MPI_HYDRA_TOPOLIB=hwloc&lt;BR /&gt;[0] MPI startup(): I_MPI_HYDRA_BOOTSTRAP=ssh&lt;BR /&gt;[0] MPI startup(): I_MPI_RETURN_WIN_MEM_NUMA=2&lt;BR /&gt;[0] MPI startup(): I_MPI_INTERNAL_MEM_POLICY=default&lt;BR /&gt;[0] MPI startup(): I_MPI_DEBUG=10&lt;BR /&gt;[0] MPI startup(): I_MPI_SPAWN=on&lt;BR /&gt;errcodes= 0 0 0 0 0&lt;BR /&gt;errcodes= 0 0 0 0 0&lt;/P&gt;&lt;P&gt;I'm a spawned process on ganon017 global_rank=000 node_rank=000&lt;BR /&gt;I'm a spawned process on ganon017 global_rank=001 node_rank=001&lt;BR /&gt;I'm a spawned process on ganon017 global_rank=002 node_rank=002&lt;BR /&gt;I'm a spawned process on ganon017 global_rank=003 node_rank=003&lt;BR /&gt;I'm a spawned process on ganon017 global_rank=004 node_rank=004&lt;BR /&gt;I'm a spawned process on ganon017 global_rank=005 node_rank=005&lt;BR /&gt;I'm a spawned process on ganon017 global_rank=006 node_rank=006&lt;BR /&gt;I'm a spawned process on ganon017 global_rank=007 node_rank=007&lt;BR /&gt;I'm a spawned process on ganon017 global_rank=008 node_rank=008&lt;BR /&gt;I'm a spawned process on ganon017 global_rank=009 node_rank=009&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;bad run&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[kellerd@ganon017 spawn_reproducer_23]$ mpirun -np 2 ./a.out &lt;STRONG&gt;6&lt;/STRONG&gt;&lt;BR /&gt;[0] MPI startup(): Intel(R) MPI Library, Version 2021.10 Build 20230619 (id: c2e19c2f3e)&lt;BR /&gt;[0] MPI startup(): Copyright (C) 2003-2023 Intel Corporation. All rights reserved.&lt;BR /&gt;[0] MPI startup(): library kind: release&lt;BR /&gt;[0] MPI startup(): shm segment size (1211 MB per rank) * (2 local ranks) = 2422 MB total&lt;BR /&gt;[0] MPI startup(): libfabric loaded: libfabric.so.1&lt;BR /&gt;[0] MPI startup(): libfabric version: 1.18.0-impi&lt;BR /&gt;[0] MPI startup(): max number of MPI_Request per vci: 67108864 (pools: 1)&lt;BR /&gt;[0] MPI startup(): libfabric provider: mlx&lt;BR /&gt;[0] MPI startup(): File "/cm/shared/software/intel/2023.2/mpi/2021.10.0/etc/tuning_clx-ap_shm-ofi_mlx_100.dat" not found&lt;BR /&gt;[0] MPI startup(): Load tuning file: "/cm/shared/software/intel/2023.2/mpi/2021.10.0/etc/tuning_clx-ap_shm-ofi.dat"&lt;BR /&gt;[0] MPI startup(): threading: mode: direct&lt;BR /&gt;[0] MPI startup(): threading: vcis: 1&lt;BR /&gt;[0] MPI startup(): threading: app_threads: -1&lt;BR /&gt;[0] MPI startup(): threading: runtime: generic&lt;BR /&gt;[0] MPI startup(): threading: progress_threads: 0&lt;BR /&gt;[0] MPI startup(): threading: async_progress: 0&lt;BR /&gt;[0] MPI startup(): threading: lock_level: global&lt;BR /&gt;[0] MPI startup(): tag bits available: 20 (TAG_UB value: 1048575)&lt;BR /&gt;[0] MPI startup(): source bits available: 21 (Maximal number of rank: 2097151)&lt;BR /&gt;[0] MPI startup(): Rank Pid Node name Pin cpu&lt;BR /&gt;[0] MPI startup(): 0 45892 ganon017 {0,2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,44,46}&lt;BR /&gt;[0] MPI startup(): 1 45893 ganon017 {1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,35,37,39,41,43,45,47}&lt;BR /&gt;[0] MPI startup(): I_MPI_ROOT=/cm/shared/software/intel/2023.2/mpi/2021.10.0&lt;BR /&gt;[0] MPI startup(): ONEAPI_ROOT=/cm/shared/software/intel/2023.2&lt;BR /&gt;[0] MPI startup(): I_MPI_MPIRUN=mpirun&lt;BR /&gt;[0] MPI startup(): I_MPI_BIND_WIN_ALLOCATE=localalloc&lt;BR /&gt;[0] MPI startup(): I_MPI_JOB_STARTUP_TIMEOUT=60&lt;BR /&gt;[0] MPI startup(): I_MPI_HYDRA_RMK=pbs&lt;BR /&gt;[0] MPI startup(): I_MPI_HYDRA_TOPOLIB=hwloc&lt;BR /&gt;[0] MPI startup(): I_MPI_HYDRA_BOOTSTRAP=ssh&lt;BR /&gt;[0] MPI startup(): I_MPI_RETURN_WIN_MEM_NUMA=0&lt;BR /&gt;[0] MPI startup(): I_MPI_INTERNAL_MEM_POLICY=default&lt;BR /&gt;[0] MPI startup(): I_MPI_DEBUG=10&lt;BR /&gt;[0] MPI startup(): I_MPI_SPAWN=on&lt;BR /&gt;nspawn= 6&lt;BR /&gt;nspawn= 6&lt;BR /&gt;*** Error in `./a.out': malloc(): memory corruption: 0x0000000000550fd0 ***&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, 15 Nov 2023 16:46:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-Comm-spawn-multiple-malloc-memory-corruption-with-more-than/m-p/1544235#M11140</guid>
      <dc:creator>Dave17</dc:creator>
      <dc:date>2023-11-15T16:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: MPI_Comm_spawn_multiple malloc(): memory corruption with more than 5 spawned</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-Comm-spawn-multiple-malloc-memory-corruption-with-more-than/m-p/1544576#M11146</link>
      <description>The source code was provided.</description>
      <pubDate>Thu, 16 Nov 2023 14:59:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-Comm-spawn-multiple-malloc-memory-corruption-with-more-than/m-p/1544576#M11146</guid>
      <dc:creator>Dave17</dc:creator>
      <dc:date>2023-11-16T14:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: MPI_Comm_spawn_multiple malloc(): memory corruption with more than 5 spawned</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-Comm-spawn-multiple-malloc-memory-corruption-with-more-than/m-p/1544578#M11147</link>
      <description>Can others see the file I sent when I set up the original post?</description>
      <pubDate>Thu, 16 Nov 2023 15:05:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-Comm-spawn-multiple-malloc-memory-corruption-with-more-than/m-p/1544578#M11147</guid>
      <dc:creator>Dave17</dc:creator>
      <dc:date>2023-11-16T15:05:01Z</dc:date>
    </item>
    <item>
      <title>Re:MPI_Comm_spawn_multiple malloc(): memory corruption with more than 5 spawned</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-Comm-spawn-multiple-malloc-memory-corruption-with-more-than/m-p/1544912#M11152</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for posting in the Intel forums.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Could you please provide us with the sample reproducer code to investigate the issue at our end?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Could you also please provide us with the OS details?&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 10:44:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-Comm-spawn-multiple-malloc-memory-corruption-with-more-than/m-p/1544912#M11152</guid>
      <dc:creator>ShivaniK_Intel</dc:creator>
      <dc:date>2023-11-17T10:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: Re:MPI_Comm_spawn_multiple malloc(): memory corruption with more than 5 spawned</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-Comm-spawn-multiple-malloc-memory-corruption-with-more-than/m-p/1545058#M11155</link>
      <description>&lt;P&gt;[kellerd@ganon017 spawn_reproducer_23]$ uname -a&lt;BR /&gt;Linux ganon017 3.10.0-1160.88.1.el7.x86_64 #1 SMP Sat Feb 18 13:27:00 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux&lt;/P&gt;&lt;P&gt;[kellerd@ganon017 spawn_reproducer_23]$ cat spawnany.f90&lt;BR /&gt;program test&lt;BR /&gt;implicit none&lt;BR /&gt;include "mpif.h"&lt;/P&gt;&lt;P&gt;character(len=MPI_MAX_PROCESSOR_NAME) :: node_name&lt;BR /&gt;integer node_name_len,global_rank,node_rank&lt;BR /&gt;integer parent_comm,node_comm,spawn_comm&lt;BR /&gt;character*25, allocatable, dimension(:) :: cmds&lt;BR /&gt;integer,allocatable,dimension(:) :: errcodes, infos&lt;BR /&gt;integer :: ierr,nspawn,np(2)&lt;BR /&gt;character(len=255) :: cmd, nspawnstr&lt;/P&gt;&lt;P&gt;call MPI_Init(ierr)&lt;/P&gt;&lt;P&gt;!cmds(:)="a.out"&lt;BR /&gt;!np(:)=3&lt;BR /&gt;!infos(:)=MPI_INFO_NULL&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;call MPI_Comm_rank(MPI_COMM_WORLD,global_rank,ierr)&lt;BR /&gt;call MPI_Get_processor_name(node_name,node_name_len,ierr)&lt;BR /&gt;call MPI_Comm_get_parent(parent_comm,ierr)&lt;/P&gt;&lt;P&gt;if (parent_comm==MPI_COMM_NULL) then&lt;BR /&gt;! Set up for spawn_multiple&lt;BR /&gt;call getarg(0,cmd)&lt;BR /&gt;call getarg(1,nspawnstr)&lt;BR /&gt;read(nspawnstr,*) nspawn&lt;BR /&gt;print*,"nspawn=",nspawn&lt;BR /&gt;allocate(infos(nspawn))&lt;BR /&gt;allocate(cmds(nspawn))&lt;BR /&gt;allocate(errcodes(nspawn))&lt;BR /&gt;infos(:)=MPI_INFO_NULL&lt;BR /&gt;np(:)=nspawn&lt;BR /&gt;cmds(:)= cmd&lt;BR /&gt;call MPI_Comm_spawn_multiple(nspawn, cmds, MPI_ARGVS_NULL, np, infos, 0,MPI_COMM_WORLD, &amp;amp;&lt;BR /&gt;spawn_comm, errcodes,ierr)&lt;BR /&gt;print*,"errcodes=",errcodes&lt;BR /&gt;call check_err(ierr,'mpi_comm_rank')&lt;BR /&gt;! call sleep(50)&lt;BR /&gt;else !/*spawned*/&lt;BR /&gt;call MPI_Comm_split_type(MPI_COMM_WORLD, MPI_COMM_TYPE_SHARED, 0,MPI_INFO_NULL,node_comm,ierr)&lt;BR /&gt;call MPI_Comm_rank(node_comm, node_rank,ierr)&lt;BR /&gt;call MPI_Comm_rank(MPI_COMM_WORLD,global_rank,ierr)&lt;BR /&gt;call MPI_Get_processor_name(node_name,node_name_len,ierr)&lt;BR /&gt;&lt;BR /&gt;write(*,'(a,a,a,i3.3,a,i3.3)') "I'm a spawned process on ",trim(node_name), &amp;amp;&lt;BR /&gt;" global_rank=",global_rank," node_rank=",node_rank&lt;BR /&gt;endif&lt;BR /&gt;call MPI_Finalize(ierr)&lt;/P&gt;&lt;P&gt;contains&lt;BR /&gt;subroutine check_err(ierr, str)&lt;BR /&gt;integer :: ierr&lt;BR /&gt;character(LEN=*) :: str&lt;BR /&gt;if (ierr /= 0) then&lt;BR /&gt;write(*,*) 'Error ', ierr, str ,' on ', global_rank&lt;BR /&gt;stop&lt;BR /&gt;end if&lt;BR /&gt;end subroutine check_err&lt;/P&gt;&lt;P&gt;end program test&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2023 18:46:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-Comm-spawn-multiple-malloc-memory-corruption-with-more-than/m-p/1545058#M11155</guid>
      <dc:creator>Dave17</dc:creator>
      <dc:date>2023-11-17T18:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: MPI_Comm_spawn_multiple malloc(): memory corruption with more than 5 spawned</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-Comm-spawn-multiple-malloc-memory-corruption-with-more-than/m-p/1547084#M11186</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;We are able to reproduce the issue at our end. We are working on it and will get back to you soon.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks &amp;amp; Regards&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Shivani&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Nov 2023 07:55:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-Comm-spawn-multiple-malloc-memory-corruption-with-more-than/m-p/1547084#M11186</guid>
      <dc:creator>ShivaniK_Intel</dc:creator>
      <dc:date>2023-11-24T07:55:35Z</dc:date>
    </item>
    <item>
      <title>Re:MPI_Comm_spawn_multiple malloc(): memory corruption with more than 5 spawned</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-Comm-spawn-multiple-malloc-memory-corruption-with-more-than/m-p/1549534#M11199</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There seems to be a misunderstanding concerning the usage of MPI_Comm_spawn_multiple.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;cmds , info and np arrays must have the same size.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;If this helps to resolve your issue, please accept it as a solution.&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, 01 Dec 2023 09:35:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-Comm-spawn-multiple-malloc-memory-corruption-with-more-than/m-p/1549534#M11199</guid>
      <dc:creator>ShivaniK_Intel</dc:creator>
      <dc:date>2023-12-01T09:35:49Z</dc:date>
    </item>
    <item>
      <title>Re:MPI_Comm_spawn_multiple malloc(): memory corruption with more than 5 spawned</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-Comm-spawn-multiple-malloc-memory-corruption-with-more-than/m-p/1551755#M11228</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;As we did not hear back from you could you please let us know whether your issue is resolved or not.&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, 08 Dec 2023 05:11:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-Comm-spawn-multiple-malloc-memory-corruption-with-more-than/m-p/1551755#M11228</guid>
      <dc:creator>ShivaniK_Intel</dc:creator>
      <dc:date>2023-12-08T05:11:51Z</dc:date>
    </item>
    <item>
      <title>Re:MPI_Comm_spawn_multiple malloc(): memory corruption with more than 5 spawned</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-Comm-spawn-multiple-malloc-memory-corruption-with-more-than/m-p/1554939#M11293</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Since we didn't hear back from you, we assume that your issue is resolved. If you need any additional information, please post a new question as&amp;nbsp;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>Mon, 18 Dec 2023 05:34:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-Comm-spawn-multiple-malloc-memory-corruption-with-more-than/m-p/1554939#M11293</guid>
      <dc:creator>ShivaniK_Intel</dc:creator>
      <dc:date>2023-12-18T05:34:35Z</dc:date>
    </item>
  </channel>
</rss>

