Versions Compared

Key

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

...

Code Block
languagebash
titleStart an idev session
idev -m 30 -N 1 -A OTH21164 -p normal --reservation=r CoreNGSday2

Notes:

  • -p normal requests nodes on the normal queue
    • this is the default for our reservation, while the development queue is the normal default
  • -m 60 asks for a 60 minute session
  • -A OTH21164 specifies the TACC allocation/project to use
  • -N 1 asks for 1 node
  • --reservation=CoreNGSday2 gives us priority access to TACC nodes for the class. You normally won't use this argument.

...