Job Script Templates
Example: Submitting a CPU Job
Note
If a job requests 1 TB or more memory via the PBS directive (e.g., #PBS -l ...:mem=1tb), it will be automatically routed to the large memory nodes.
single-node-multi-core-job.pbs | |
---|---|
1 2 3 4 5 6 7 8 9 10 11 |
|
Example: Submitting a GPU Job
single-node-multi-gpu-job.pbs | |
---|---|
1 2 3 4 5 6 7 8 9 10 11 12 |
|
Example: Submitting an AI GPU Job
Note
By specifying the queue name as ai
in the PBS directives, the job will be routed to the AI GPU nodes. Requests will only be fulfilled if the project <project-id>
is approved to use these nodes.
single-node-multi-gpu-job.pbs | |
---|---|
1 2 3 4 5 6 7 8 9 10 11 12 |
|