Re: [OMPI users] Machinefile option in opempi-1.3.2

2009-06-20 Thread Rajesh Sudarsan
seq > This will cause OMPI to map the process ranks according to the order in the > hostfile. You need to specify one line for each node/rank, just as you have > done. > Ralph > > On Fri, Jun 19, 2009 at 10:24 PM, Rajesh Sudarsan > wrote: >> >> Hi Ralph, >> >

Re: [OMPI users] Machinefile option in opempi-1.3.2

2009-06-20 Thread Rajesh Sudarsan
you do a --display-map and send > it along, I might be able to spot the issue. > Thanks > Ralph > > On Fri, Jun 19, 2009 at 1:35 PM, Rajesh Sudarsan > wrote: >> >> Hi, >> >> I tested a simple hello world program on 5 nodes each with dual >> quad

[OMPI users] Machinefile option in opempi-1.3.2

2009-06-19 Thread Rajesh Sudarsan
Hi, I tested a simple hello world program on 5 nodes each with dual quad-core processors. I noticed that openmpi does not always follow the order of the processors indicated in the machinefile. Depending upon the number of processors requested, openmpi does some type of sorting to find the best no

Re: [OMPI users] MPI_Finalize segmentation fault with MPI_Intercomm_merge

2008-01-17 Thread Rajesh Sudarsan
As a followup to my problem, I tested this sample code with LAM/MPI and it worked perfectly without any segmentation faults. Has any one tried this and faced this isue? Any help will be appreciated. Regards, Rajesh -- Forwarded message -- From: Rajesh Sudarsan List-Post: users

[OMPI users] MPI_Finalize segmentation fault with MPI_Intercomm_merge

2008-01-15 Thread Rajesh Sudarsan
Hi, I am trying to write a simple code which does the following - A master process running on 'n' processors spawn 4 processes using the MPI_Comm_spawn_multiple command. After spawning, the intercommunicator between the master and the spawned processes are merged using MPI_Intercomm_merge to create

[OMPI users] Reinitialize MPI_COMM_WORLD

2007-11-29 Thread Rajesh Sudarsan
Hi, I have simple MPI program that uses MPI_comm_spawn to create additional child processes. Using MPI_Intercomm_merge, I merge the child and the parent communicator resulting in a single expanded user defined intracommunicator. I know MPI_COMM_WORLD is a constant which is statically initialized