[OMPI users] MPI_Comm_spawn

2006-07-05 Thread s anwar
What configuration do I need to run child/slave MPI processes created via MPI_Comm_spawn on another machine. Thanks. Saadat.

[OMPI users] MPI_Comm_spawn error messages

2006-07-06 Thread s anwar
Good Day: I am getting the following error messages every time I run a very simple program that spawns child processes: [turkana:27949] [0,0,0] ORTE_ERROR_LOG: Not found in file base/soh_base_get_proc_soh.c at line 80 [turkana:27949] [0,0,0] ORTE_ERROR_LOG: Not found in file

Re: [OMPI users] MPI_Comm_spawn error messages

2006-07-06 Thread s anwar
t;r...@lanl.gov> wrote: Hi Saadat Could you tell us something more about the system you are using? What type of processors, operating system, any resource manager (e.g., SLURM, PBS), etc? Thanks Ralph On 7/6/06 10:49 AM, "s anwar" <san...@gmail.com> wrote: Good Day: I am

Re: [OMPI users] MPI_Comm_spawn error messages

2006-07-06 Thread s anwar
unning this application? We have a known problem with comm_spawn from a singleton (i.e., if you just did a.outinstead of mpirun —np 1 a.out) - the errors look somewhat like what you are showing here, hence our curiousity. Thanks Ralph On 7/6/06 3:12 PM, "s anwar" <san...@gmail.com> wrot

Re: [OMPI users] MPI_Comm_spawn error messages

2006-07-07 Thread s anwar
On 7/6/06 5:30 PM, "s anwar" <san...@gmail.com> wrote: Ralph: I am running the application without mpirun, i.e. ./foobar. So, according to you definition of singleton above, I am calling comm_spawn from a singleton. Thanks. Saadat. On 7/6/06, *Ralph Castain* <r...@lanl.g

[OMPI users] readline and mpirun

2006-07-07 Thread s anwar
When I run my MPI enabled application via mpirun, my application command-prompt looses its readline editing capability. I was wondering if there is workaround. Thanks. Saadat.

Re: [OMPI users] readline and mpirun

2006-07-11 Thread s anwar
other MPI implementations? -- *From:* users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] *On Behalf Of *s anwar *Sent:* Friday, July 07, 2006 12:46 PM *To:* Open MPI Users *Subject:* [OMPI users] readline and mpirun When I run my MPI enabled applicati

Re: [OMPI users] readline and mpirun

2006-07-11 Thread s anwar
while before I get the time. Ralph On 7/11/06 4:26 PM, "s anwar" <san...@gmail.com> wrote: Jeff: I've tried my application with MPICH2 and OpenMPI only. The readline stuff works in OpenMPI as long as I don't start my application with mpirun. It does not work in MPICH2 irr

[OMPI users] Why should the attached code wait on MPI_Bcast

2006-07-17 Thread s anwar
Please see attached source file. According to my understanding of MPI_Comm_spawn(), the intercommunicator returned is the same as it is returned by MPI_Comm_get_parent() in the spawned processes. I am assuming that there is one intercommunicator which contains all the (spawned) child processes

Re: [OMPI users] Why should the attached code wait on MPI_Bcast

2006-07-18 Thread s anwar
Thanks. On 7/18/06, Bert Wesarg <wes...@informatik.uni-halle.de> wrote: hi, s anwar wrote: > Thank you for the clarification. Why is MPI_COMM_SELF not the correct > communicator for MPI_Comm_spawn(). My application will have a single > master only. yes for a single mas