Re: [OMPI users] Recursive use of "orterun"

2007-10-22 Thread Tim Prins
am idesbald van den bosch wrote: > Hi, > > I've run into the same problem as discussed in the thread Lev Gelb: "Re: > [OMPI users] Recursive use of "orterun" (Ralph H > Castain)"<http://www.open-mpi.org/community/lists/users/2007/07/3655.php> > > I

[OMPI users] Recursive use of "orterun"

2007-10-19 Thread idesbald van den bosch
Hi, I've run into the same problem as discussed in the thread Lev Gelb: "Re: [OMPI users] Recursive use of "orterun" (Ralph H Castain)"<http://www.open-mpi.org/community/lists/users/2007/07/3655.php> I am running a parallel python code, then from python I launch a

Re: [OMPI users] Recursive use of "orterun" (Ralph H Castain)

2007-07-11 Thread Ralph Castain
riding oversubscription >>>>> [druid.wustl.edu:18054] odls: oversubscribed set to false want_processor >>>>> set to true >>>>> [druid.wustl.edu:18054] odls: preparing to launch child [0, 1, 0] >>>>> Pypar (version 1.9.3) initialised MPI OK wit

Re: [OMPI users] Recursive use of "orterun" (Ralph H Castain)

2007-07-11 Thread Lev Gelb
.system call to start orterun with 2 processors.) Also, there is absolutely no output from the second orterun-launched program (even the first line does not execute.) Cheers, Lev Message: 5 Date: Wed, 11 Jul 2007 13:26:22 -0600 From: Ralph H Castain Subject: Re: [OMPI users] Recursive use of

Re: [OMPI users] Recursive use of "orterun" (Ralph H Castain)

2007-07-11 Thread Ralph Castain
cess [0,1,0] terminated normally >>> [druid.wustl.edu:18054] [0,0,1] orted_recv_pls: received message from >>> [0,0,0] >>> [druid.wustl.edu:18054] [0,0,1] orted_recv_pls: received exit >>> [druid.wustl.edu:18054] [0,0,1] odls_kill_local_proc: working on job -1 >

Re: [OMPI users] Recursive use of "orterun" (Ralph H Castain)

2007-07-11 Thread Lev Gelb
irst line does not execute.) Cheers, Lev Message: 5 Date: Wed, 11 Jul 2007 13:26:22 -0600 From: Ralph H Castain Subject: Re: [OMPI users] Recursive use of "orterun" To: "Open MPI Users " Message-ID: Content-Type: text/plain; charset="US-ASCII" I'm unaw

Re: [OMPI users] Recursive use of "orterun" (Ralph H Castain)

2007-07-11 Thread Ralph H Castain
ing that module; the next thing in > the code is the os.system call to start orterun with 2 processors.) > > Also, there is absolutely no output from the second orterun-launched > program (even the first line does not execute.) > > Cheers, > > Lev > > > >>

Re: [OMPI users] Recursive use of "orterun" (Ralph H Castain)

2007-07-11 Thread Lev Gelb
terun-launched program (even the first line does not execute.) Cheers, Lev Message: 5 Date: Wed, 11 Jul 2007 13:26:22 -0600 From: Ralph H Castain Subject: Re: [OMPI users] Recursive use of "orterun" To: "Open MPI Users " Message-ID: Content-Type: text/plain; charset=&

Re: [OMPI users] Recursive use of "orterun"

2007-07-11 Thread Ralph H Castain
I'm unaware of any issues that would cause it to fail just because it is being run via that interface. The error message is telling us that the procs got launched, but then orterun went away unexpectedly. Are you seeing your procs complete? We do sometimes see that message due to a race condition

[OMPI users] Recursive use of "orterun"

2007-07-11 Thread Lev Gelb
Hi - I'm trying to port an application to use OpenMPI, and running into a problem. The program (written in Python, parallelized using either of "pypar" or "pyMPI") itself invokes "mpirun" in order to manage external, parallel processes, via something like: orterun -np 2 python myapp.py whe