Tutorial: Running MPI Programs on Hadoop Cluster

From dftwiki3
Revision as of 12:59, 15 October 2013 by Thiebaut (talk | contribs) (Setup password-less ssh)
Jump to: navigation, search

--D. Thiebaut (talk) 13:57, 15 October 2013 (EDT)



Setup password-less ssh

  • Follow directions in this page, or follow the steps summarized below.
  • We'll use 3 of the Linux-Mint machines for this demo.

This section is only visible to computers located at Smith College

  • login to one of the Linux-Mint machines with your 352a-xx account.
  • enter command:
ssh-keygen -t rsa
ls .ssh
cd .ssh
mv id_rsa id_rsa.mpi
mv id_rsa.pub id_rsa.mpi.pub
ls -l
total 12
-rw------- 1 352a 352a 1675 Oct 15 13:33 id_rsa.mpi
-rw------- 1 352a 352a  396 Oct 15 13:33 id_rsa.mpi.pub
-rw-r--r-- 1 352a 352a  444 Oct 14 14:26 known_hosts
cat id_rsa.mpi.pub > authorized_keys
emacs -nw config     (and add the next line to the file)
IdentityFile ~/.ssh/id_rsa.mpi