Document Actions
How can I run a job on specific nodes
Up to Table of Contents
If you want to run a job on specific nodes you can queue for only these nodes.
Example; to apply for nodes c2-1 and c2-2:
qsub -lnodes=c2-1:ppn=8+c2-2:ppn=8
|
|
Document ActionsHow can I run a job on specific nodesUp to Table of Contents
If you want to run a job on specific nodes you can queue for only these nodes.
Example; to apply for nodes c2-1 and c2-2: qsub -lnodes=c2-1:ppn=8+c2-2:ppn=8 |
|
