From: Yung-Sheng T. <bp...@ho...> - 2002-12-14 07:56:03
|
On Fri, 13 Dec 2002, Jack Neely wrote: > Tried that but no joy here. I'm running a really simple hello world > program and I can't make it run on more than 1 node. All it does is > MPI_Init(), print out rank and size, MPI_Finalize(). > > [root@beo-test work]# mpirun --p4 --np 4 -d ./hello > listen: n-1 32875 > 0 0 11551 192.168.1.10 32785 > 1 1 11553 192.168.1.11 32793 > 2 2 11554 192.168.1.12 32778 > 3 0 11555 192.168.1.10 32787 > I am processor 0 of 4 > [root@beo-test work]# > Your run is successful. It is that mpirun of CM3 only redirect the first node's output for you make you feel something goes wrong. |