Versions Compared

Key

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

...

Code Block
languagebash
titleStart an idev session
idev -p development -m 20 -A UT-2015-05-18 -N 1 -n 24 --reservation=CCBB

Notes:

  • -p development requests nodes on the development queue
  • -m 20 asks for a 20-minute session (120 minutes is the maximum for development)
  • -A UT-2015-05-18 specifies the TACC allocation/project to use
  • -N 1 asks for 1 node and -n 24 requests access to 24 cores
  • --reservation=CCBB gives us priority access to TACC nodes for the class. You normally won't use this argument.

When you ask for an idev session, you'll see output as shown below. Note that the process may pause while it waits for available nodes.

...