I am curious to know whether the following output from
lamtests is worth reporting, and worrying about:
mpirun -x TEST -s h -np 8 -ssi rpi crtcp
/home/jeremy/lamtests-7.0/group/./range
mpirun -x TEST -s h -np 8 -ssi rpi lamd
/home/jeremy/lamtests-7.0/group/./range
mpirun -x TEST -s h -np 8 -ssi rpi sysv
/home/jeremy/lamtests-7.0/group/./range
-----------------------------------------------------------------------------
The selected RPI failed to initialize during MPI_INIT.
This is a
fatal error; I must abort.
This occurred on host richter (n0).
The PID of failed process was 7405 (MPI_COMM_WORLD
rank: 0)
-----------------------------------------------------------------------------
-----------------------------------------------------------------------------
It seems that [at least] one of the processes that was
started with
mpirun did not invoke MPI_INIT before quitting (it is
possible that
more than one process did not invoke MPI_INIT --
mpirun was only
notified of the first one, which was on node n0).
mpirun can *only* be used with MPI programs (i.e.,
programs that
invoke MPI_INIT and MPI_FINALIZE). You can use the
"lamexec" program
to run non-MPI programs over the lambooted nodes.
-----------------------------------------------------------------------------
mpirun -x TEST -s h -np 8 -ssi rpi tcp
/home/jeremy/lamtests-7.0/group/./range
mpirun -x TEST -s h -np 8 -ssi rpi usysv
/home/jeremy/lamtests-7.0/group/./range
-----------------------------------------------------------------------------
The selected RPI failed to initialize during MPI_INIT.
This is a
fatal error; I must abort.
This occurred on host richter (n0).
The PID of failed process was 7461 (MPI_COMM_WORLD
rank: 0)
-----------------------------------------------------------------------------
-----------------------------------------------------------------------------
It seems that [at least] one of the processes that was
started with
mpirun did not invoke MPI_INIT before quitting (it is
possible that
more than one process did not invoke MPI_INIT --
mpirun was only
notified of the first one, which was on node n0).
mpirun can *only* be used with MPI programs (i.e.,
programs that
invoke MPI_INIT and MPI_FINALIZE). You can use the
"lamexec" program
to run non-MPI programs over the lambooted nodes.
-----------------------------------------------------------------------------
PASS: range
I also get errors with the topo/cart and topo/sub
tests with the same (sysv) RPI.
If you believe that this is important, I will submit
all the files required when reporting an error.
Otherwise... it's off to the beach.
-j
__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com
|