[OMPI users] Cygwin. Problem with MPI_Comm_disconnect() in multiple spawns

2021-11-12 Thread Martín Morales via users
Hello, We've been using OMPI 4.1.0 like a singleton in Linux and Cygwin. The application is interactive and the user can launch several jobs at the time. The jobs are launched with the Spawn function. On Cygwin, when MPI_Comm_disconnect() is called in one job (lets say, A), and another (B) is

Re: [OMPI users] Cygwin. Problem with MPI_Comm_disconnect() in multiple spawns

2021-11-12 Thread Protze, Joachim via users
Hi Martin, Can you provide a minimal reproducer? My first guess would be a missing cleanup call from your application, which the Linux implementation can handle, but the cygwin implementation cannot. Best Joachim From: users on behalf of Martín Morales via use