Hi,
I am trying to get LAM/MPI and IMPI working. I got lam started on a
machine. On the same machine I got a IMPI server running and here is the
command used: /impi_server -server 1 -p 9999
Then I try start a client using the following command:
opt/lammpi/bin/mpirun -client 0 132.26.65.155:9999 -np 2
/home/pravenj/povray/povray31/source/mpi-unix/mpi-x-povray
+L/home/pravenj/povray/povray31/include
+i/home/pravenj/povray/povray31/source/mpi-unix/chess2.pov
+o/home/pravenj/povray/povray31/source/mpi-unix/chess2.png +NH032 +NW032
/home/pravenj/povray/povray31/source/mpi-unix/pov320.ini
And I get the following error:
------------------------------------------------------------------------
-----
One of the processes started by mpirun has exited with a nonzero exit
code. This typically indicates that the process finished in error.
If your process did not finish in error, be sure to include a "return
0" or "exit(0)" in your C code before exiting the application.
PID 11176 failed on node n0 (127.0.0.1) due to signal 11.
------------------------------------------------------------------------
-----
Can anyone suggest me what I did wrong.
Pravin
|