| Tip |
|---|
|
Use our summer school reservation (core-ngs-class-0605) for today when submitting batch jobs to get higher priority on the ls6 normal queue. | Code Block |
|---|
| language | bash |
|---|
| title | Request an interactive (idev) node |
|---|
| # Request a 180 minute interactive node on the normal queue using our reservation
idev -m 120 -N 1 -A OTH21164 -r core-ngs-class-0605 # Thursday
idev -m 120 -N 1 -A OTH21164 -r core-ngs-class-0606 # Friday
# Request a 120 minute idev node on the development queue
idev -m 120 -N 1 -A OTH21164 -p development
|
| Code Block |
|---|
| language | bash |
|---|
| title | Submit a batch job |
|---|
| # Using our reservation | sbatch --reseservation=core-ngs-class-0605 <batch_file>.slurm # Thursday
sbatch --reseservation=core-ngs-class-06050606 <batch_file>.slurm # Friday |
Note that todaythe day's reservation name (core-ngs-class-0605) is different from the TACC allocation/project for this class, which is OTH21164.
|
...
First connect to ls6.tacc.utexas.edu and start an idev session. This should be second nature by now 
| Code Block |
|---|
| language | bash |
|---|
| title | Start an idev session |
|---|
| bash |
|---|
| title | Start an idev session |
|---|
|
idev -m 120 -N 1 -A OTH21164 -r core-ngs-class-0605 # Thursday
idev -m 120 -N 1 -A OTH21164 -r core-ngs-class-0606 # Friday
# or, without the reservation:
idev -m 180120 -N 1 -A OTH21164 -r core-ngs-class-0605p development |
Then stage the sample datasets and references we will use.
...
| Code Block |
|---|
| language | bash |
|---|
| title | Start an idev session |
|---|
|
idev -m 180120 -N 1 -A OTH21164 -r core-ngs-class-0605 # Thursday
idev -m 120 -N 1 -A OTH21164 -r core-ngs-class-0606 # Friday
# or, without the reservation
idev -m 120 -N 1 -A OTH21164 -p development |
...
| Expand |
|---|
| title | Make sure you're in a idev session |
|---|
|
| Code Block |
|---|
| language | bash |
|---|
| title | Start an idev session |
|---|
| idev -m 120 -N 1 -A OTH21164 -r core-ngs-class-0605 # Thursday
idev -m 120 -N 1 -A OTH21164 -r core-ngs-class-0606 # Friday
# or, without the reservation:
idev -m 120 -N 1 -A OTH21164 -p development |
|
...