[OMPI users] MPI process launch without "MPI_Spawn"

2007-12-06 Thread Rozzen . VINCONT
Hello, Working with different MPI flavours, I have encountered limits when using MPI_spawn and threads. The limit is that the number of spawns that can be made is limited. Over a given limit the application crashes. I am trying to overcome the limitation but launching a new process that will

Re: [OMPI users] MPI_Comm_Spawn

2007-03-06 Thread Rozzen . VINCONT
Hi Tim, I get back to you "What kind of system is it?" =>The system is a "Debian Sarge". "How many nodes are you running on?" => There is no cluster configured, so I guess I work with no node environnement. "Have you been able to try a more recent version of Open MPI?" =>Today, I tried with versio

Re: [OMPI users] MPI_Comm_Spawn

2007-03-05 Thread Rozzen . VINCONT
Maybe the problem comes from the configuration options. The configuration options used are : ./configure --enable-mpi-threads --enable-progress-threads --with-threads=posix --enable-smp-locks Could you give me your point of view about that please ? Thanks -Message d'origine- De : users-

Re: [OMPI users] MPI_Comm_Spawn

2007-03-01 Thread Rozzen . VINCONT
Thanks for your help. Here is attached the output of ompi_info in the file ompi_info.txt. -Message d'origine- De : users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org]De la part de Tim Prins Envoyé : jeudi 1 mars 2007 05:45 À : Open MPI Users Objet : Re: [OMPI users] MPI_Comm_Sp

[OMPI users] MPI_Comm_Spawn

2007-02-27 Thread Rozzen . VINCONT
Do you know if there is a limit to the number of MPI_Comm_spawn we can use in order to launch a program? I want to start and stop a program several times (with the function MPI_Comm_spawn) but every time after 31 MPI_Comm_spawn, I get a "segmentation fault". Could you give me your point of you