This shows you the differences between two versions of the page.
| — |
workshops:hpcfaq [2026/08/21 10:46] (current) kevin created |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ======FAQ for Practical HPC Course====== | ||
| + | |||
| + | ====PBSPro Resource Request Parameters==== | ||
| + | |||
| + | **When would you use '' | ||
| + | |||
| + | The queue must match the number of cores and nodes you request: | ||
| + | |||
| + | * //serial// queue: If you want to request fewer than 24 cores, eg '' | ||
| + | * //smp// queue: if your job needs a whole node, ie '' | ||
| + | * //normal// queue: for a job that requires from 2 to 10 nodes, eg '' | ||