Re: [OMPI users] Dynamic process question

2006-02-16 Thread Zhao, Yongsheng
Hello, Edgar: Thanks for your answering. However, I still have some questions. First, Could you please explain more about "wdir" option, or where I can find the information about it? Second, how to spawn all the processes at once, use the Spawn_mutiple? Thank you for your help Regards Yongsheng

Re: [OMPI users] Dynamic process question

2006-02-16 Thread Edgar Gabriel
Hi, Zhao, Yongsheng wrote: Hello, Edgar: Thanks for your answering. However, I still have some questions. First, Could you please explain more about "wdir" option, or where I can find the information about it? e.g. in the MPI-2 specification, chapter 5.3.4, page 91 and 92, defines the info op

[OMPI users] MPI_Recv question

2006-02-16 Thread Abhishek Agarwal
Hello All, I am trying to use the MPI_Recv of the open-mpi, but met some problems with MPI_Recv. I have two processes in master slave mode and I killed the slave process but my MPI_Recv process is still waiting to get a response from slave and never times out with any error. I am checking th