Versions Compared

Key

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

UT-2015-05-18

Overview

The main point of using stampede is that it is a massive computer cluster. If we run a command when logged into stampede, we are running it on one of the four low memory, low power  "head" or "login" nodes on TACC. When we do serious computations that are going to take more than a few minutes or use a lot of RAM, we need to submit them to one of the other 6,400 computer nodes and 102,400 cores on stampede.

...

Also, if we are part of multiple allocations, we'll need to specify which allocation to use (Case sensitive).

Code Block
 #SBATCH -A DNAdenovo  #(or CCBB)UT-2015-05-18

Lastly, we need to specify the job file.

...