Versions Compared

Key

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

...

Code Block
languagebash
titleHow to leave Lonestar stampede2 by logout or exit from a remote connection
collapsetrue
logout
# or
exit

...

Code Block
languagebash
titleGo log back in to Lonestarstampede2
collapsetrue
ssh <username>@stampede2.tacc.utexas.edu

...

Code Block
titleCreating a shortcut to the main Lonestar Stampede2 working directories
cdh
ln -s $SCRATCH scratch
ln -s $WORK work
ln -s $BI BioITeam

...