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 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 master this should be the same, but never

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

2006-07-18 Thread s anwar
ar, you should understand the concept of mpi intercomms. a good starting point could be the standard: http://www.mpi-forum.org/docs/mpi-11-html/node111.html by the way: * your one_int is never intitialized * i don't know if the MPI_COMM_SELF is the right comm for the MPI_COMM_SPAWN by bert we

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

2006-07-18 Thread s anwar
case. You have mentioned that I haven't defined any group to be the root group. Could you care to elaborate on how can I make a group a root group? Thanks. On 7/18/06, Bert Wesarg wrote: Hi, s anwar wrote: > Please see attached source file. > > According to my understanding of MP

[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 as

Re: [OMPI users] readline and mpirun

2006-07-11 Thread s anwar
le before I get the time. Ralph On 7/11/06 4:26 PM, "s anwar" 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 irrespective of whether I

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 application v

[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] MPI_Comm_spawn error messages

2006-07-06 Thread s anwar
06 5:30 PM, "s anwar" 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* wrote: Thanks Saadat Could you clarify how

Re: [OMPI users] MPI_Comm_spawn error messages

2006-07-06 Thread s anwar
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" wrote: Ralph: I am using Fedora Core 4 (Linux turk

Re: [OMPI users] MPI_Comm_spawn error messages

2006-07-06 Thread s anwar
: 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" wrote: Good Day: I am getting the following error messages every ti

[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 base/oob_base_xcast.c

[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

2006-07-05 Thread s anwar
I have a very simple program which spawns a number of slaves. I am getting erratic results from this program. It seems that all the slave processes are spawned but not all of them complete the MPI_Init() before the main program ends. In addition I get the following error messages for which I haven