Welcome back to Artemis HPC
|
Recall how to connect to Artemis HPC
Recall the difference between batch and interactive jobs
Recall the special Data Transfer Queue
|
PBS Job Arrays
|
Arrays allow you to submit multiple similar jobs in one script
Submit an array job with option -J i-f:s
Monitor the queue with qstat -t jobid[]
The ^array_index^ construction can be used inside PBS directives
The $PBS_ARRAY_INDEX construction is used elsewhere in your PBS script
|
Automating with Arrays Jobs
|
|
More ways to automate
|
|