Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Warning
iconfalse
titleLogin to lonestar5
#If you are using a terminal, open it:
ssh <username>@ls5<username>@stampede2.tacc.utexas.edu

#If you are using putty, open it and enter the following:
hostname:  ls5stampede2.tacc.utexas.edu
#Upon prompting, enter username and password
Warning
iconfalse
titleGo to the data we copied over
cds
cd my_rnaseq_course/day_1_partB/


2. (DO IN CLASS )Open another terminal tab and ssh into lonestar5. Request an interactive session in one of lonestar5's compute nodes.

Code Block
ssh <my_user_name>@ls5name>@stampede2.tacc.utexas.edu
idev -m 60 -q normal -A UT-2015-05-18 -r intro_NGS


#If the intro_NGS reservation does not work, try the command without the -r intro_NGS

...