Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleGet set up for the exercises
ssh <my_user_name>@stampede.tacc.utexas.edu
 
cds
cd my_rnaseq_course
nohup cp -r /corral-repl/utexas/BioITeam/rnaseq_course_2016/day_1_partB .&
 

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

Code Block
ssh <my_user_name>@stampede.tacc.utexas.edu

 

3. DO THIS IN CLASS

Request an interactive session in one of stampede's compute nodes.

Code Block

idev -m 160 -q normal -A UT-2015-05-18

 

4. Today's reservation when submitting jobs is:

Tues:sbatch --reservation=CCBB_5.23.17PM <batchfile>.slurm


BACK TO COURSE OUTLINE