Re: [OMPI users] MPI_Comm_spawn leads to pipe leak and other errors

2019-03-17 Thread Jeff Hammond
est wishes, > Thomas Pak > > *From: *"Thomas Pak" > *To: *users@lists.open-mpi.org > *Sent: *Friday, 7 December, 2018 17:51:29 > *Subject: *[OMPI users] MPI_Comm_spawn leads to pipe leak and other errors > > Dear all, > > My MPI application spawns a lar

Re: [OMPI users] MPI_Comm_spawn leads to pipe leak and other errors

2019-03-17 Thread Gilles Gouaillardet
> To: Open MPI Users > Cc: Open MPI Users > Subject: Re: [OMPI users] MPI_Comm_spawn leads to pipe leak and other errors > > Dear Jeff, > > I did find a way to circumvent this issue for my specific application by > spawning less frequently. However, I wanted to at least b

Re: [OMPI users] MPI_Comm_spawn leads to pipe leak and other errors

2019-03-17 Thread Riebs, Andy
pen MPI Users Subject: Re: [OMPI users] MPI_Comm_spawn leads to pipe leak and other errors Dear Jeff, I did find a way to circumvent this issue for my specific application by spawning less frequently. However, I wanted to at least bring attention to this issue for the OpenMPI community, as it can

Re: [OMPI users] MPI_Comm_spawn leads to pipe leak and other errors

2019-03-16 Thread Ralph H Castain
that there is a fundamental flaw in how OpenMPI handles dynamic > process creation. > > Best wishes, > Thomas Pak > > From: "Thomas Pak" <mailto:thomas@maths.ox.ac.uk>> > To: users@lists.open-mpi.org <mailto:users@lists.open-mpi.org> > Sent

Re: [OMPI users] MPI_Comm_spawn leads to pipe leak and other errors

2019-03-16 Thread Thomas Pak
enMPI handles > > dynamic process creation. > > > > Best wishes, > > Thomas Pak > > > > > > From: "Thomas Pak" > (mailto:thomas@maths.ox.ac.uk)> > > To: users@lists.open-mpi.org (mailto:users@lists.open-mpi.org) > > Sent: F

Re: [OMPI users] MPI_Comm_spawn leads to pipe leak and other errors

2019-03-16 Thread Jeff Hammond
c process creation. > > Best wishes, > Thomas Pak > > -- > *From: *"Thomas Pak" > *To: *users@lists.open-mpi.org > *Sent: *Friday, 7 December, 2018 17:51:29 > *Subject: *[OMPI users] MPI_Comm_spawn leads to pipe leak and other errors > &

Re: [OMPI users] MPI_Comm_spawn leads to pipe leak and other errors

2019-03-16 Thread Thomas Pak
: "Thomas Pak" To: users@lists.open-mpi.org Sent: Friday, 7 December, 2018 17:51:29 Subject: [OMPI users] MPI_Comm_spawn leads to pipe leak and other errors Dear all, My MPI application spawns a large number of MPI processes using MPI_Comm_spawn over its total lifetime. Unfortunate

[OMPI users] MPI_Comm_spawn leads to pipe leak and other errors

2018-12-07 Thread Thomas Pak
Dear all, My MPI application spawns a large number of MPI processes using MPI_Comm_spawn over its total lifetime. Unfortunately, I have experienced that this results in problems for all currently supported OpenMPI versions (2.1, 3.0, 3.1 and 4.0). I have written a short, self-contained program