...
Code Block | ||||
---|---|---|---|---|
| ||||
idev -m 60 -N 1 -A TRA23004 -p normal -r CoreNGS-Tue |
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 TRA23004 specifies the TACC allocation/project to use
- -N 1 asks for 1 node
- --reservation=CoreNGS-Tue gives us priority access to TACC nodes for the class. You normally won't use this option.
...