From: rwillis <rw...@ct...> - 2003-04-07 23:51:22
|
Hi, I made a simple test program for MPI to test it on my cluster. The program simply sends, from any non-zero node to node-0 a simple message, node-0 then prints it. Anyway, I compile it (using mpicc), and invoke it by typing <path>/mpirun -d -G -p 2 ./hello The program does not run, but I get this back; rank 1 pid=6681 exited with signal 13 [0] Error: inconsistancy in collected data! rank 0 pid=6680 exited with signal 13 I get the same thing when trying to run Netpipe (make mpi). I don't know where the inconsistancy error is coming from, I have not found it in any source. Any ideas? Has anyone seen this before? is exiting with signal 13 bad or good? BTW, I put in some debugging into mpirun to look at parameters going into bproc_vexecmove_io() and a NULL is being passed into the function for the program name when I use 'hello' instead of './hello' as an arguement to mpirun. I don't know if htis is a bug or not, but I thought I would report it anyways. Thanks all, - Richard |