mpirun.ch_shmem -np 2 <program>
always seems to work, the distributed memory version
mpirun -np 2 -machinefile hosts <program>
does not work with programs "pingpong" or "hello".
But it works fine with program "pi".
The error I get is
0 - Error in MPI_INIT : MPIRUN chose the wrong device ch_p4;
program needs device ch_shmem
[0] Aborting program !
I am of course using the entire path
/usr/local/mpi.old/bin/ for the commands.
What gives?
----
NOTE: This message was sent using a WWW form. The address kjoshi@mit.edu
was typed manually, and may easily be incorrect.
In-Reply-To: 9702190721.AA15864@arachnophobia.MIT.EDU