[mvapich-discuss] SGE+mvapich2 tight integration

Robert Soliday soliday at aps.anl.gov
Wed Jul 28 14:36:59 EDT 2010


I have it working now. All I had to do was change mpirun_rsh.h from
#define RSH_CMD		    "/usr/bin/rsh"
to
#define RSH_CMD		    "/act/sge/mvapich2-1.5/rsh"

This new rsh command is a wrapper script for qrsh. I then had to add 
every node into my .ssh/known_hosts file. I already had passwordless ssh 
setup but the query related to a host not in the known_hosts file was 
keeping it from working. Anyway, now I can submit the mvapich2 job to 
SGE and when I go to delete it with qdel all the processes on all the 
nodes get deleted correctly.

--Bob Soliday



More information about the mvapich-discuss mailing list