Hi,
How to create a CPU Queue and GPU Queue,
and how to utilise using “qsub -l select=2:ncpus=2:ngpus=2 -q GPU”
Thanks.
Hi,
How to create a CPU Queue and GPU Queue,
and how to utilise using “qsub -l select=2:ncpus=2:ngpus=2 -q GPU”
Thanks.
How to create a queue ?
Now you can submit the jobs to either of the queues as below:
qsub -q GPUQ – /bin/sleep 100
qsub -q CPUQ – /bin/sleep 100
If in case you want to target nodes with cpus only and gpus only then please follow this link
Please refer the PBS Pro administrator guid and search for Qlists:
https://pbsworks.com/pdfs/PBSAdminGuide18.2.pdf
Thank you
Thanks for your replay,
how to create gpu resource and use?
Thanks
For more details, see the PBS 18.2 Admin Guide, section 5.14.7, “Using GPUs”, on page AG-277.