Submitting a Job
every field in the submit form explained (partition, account, QOS, resources, script, arrays, MPI)
The Job Submission Form
The submit form is the main way to run jobs on the cluster. Open it from Submit Job in the navbar...
Writing Your Job Script
The job script is the shell code your job runs on the compute node. Paste it into the Script / Co...
Job Arrays
A job array runs the same script multiple times in parallel, each with a different index. Use it ...
MPI Jobs
MPI jobs run a single program across multiple processes, potentially spanning several nodes. Use ...