Note: See To establish your own AVIDD account for more information on obtaining your own account.
Use the ssh command on a Unix based workstation/laptop or an SSH Client on Microsoft Windows to login to the AVIDD cluster.
$ ssh -x <your username>@avidd-b.iu.eduExample:
[agopu@peart agopu]$ ssh -x hpctrn01@avidd-b.iu.edu
The authenticity of host 'avidd-b.uits.indiana.edu (129.79.228.232)' can't be established.
RSA key fingerprint is 9c:63:4f:a0:90:95:5b:e3:76:c3:17:eb:96:9b:f3:87.
Are you sure you want to continue connecting (yes/no)? yes
hpctrn01@avidd-b.uits.indiana.edu's password:
[hpctrn01@bh2 hpctrn01]$
Set email address in ~/.forward file if you have not done that yet.
(Warning: You should use a valid email id!
Failing to do so will result in inability to check status of your jobs.)
[hpctrn01@bh2 hpctrn01]$ echo "myfavoriteemailid@hotmail.com" > ~/.forward
Note: Detailed information about SSHing onto AVIDD from
Microsoft Window/Unix machines is available in the
Login to AVIDD using SSH section of the
Working on AVIDD document.
Use of the -x flag to disable X11 forwarding from the AVIDD head-node is also
explained in that section. If you have not done so, we strongly recommend you go through
that document before proceeding forward in this workshop.
qsub -I[agopu@bh2 agopu]$ qsub -I -l nodes=2:ppn=2 -l walltime=6:00:00You can expect to see a message like this:
qsub: waiting for job 281988.aviss.avidd.iu.edu to start qsub: job 281988.aviss.avidd.iu.edu ready [agopu@bc56 agopu]$If you want to know what nodes have been allocated to your job, then you can find that information in a file pointed to, by $PBS_NODEFILE.
[agopu@bc81 agopu]$ cat $PBS_NODEFILE bc81 bc53 bc81 bc53
| Previous: Introduction | Up: Table of Contents | Next: HelloWorlds: My First MPI Program |
|---|