- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Could you help me when I submit my job scripts, how can I choose specific CPU.
qsub -l nodes=1:[specific CPU]:ppn=2 -d . job.sh
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Thanks for posting in Intel Forums. We looked into your case. You can list free nodes by using the command:
< pbsnodes -l free>
You'll get a list of free nodes in the format "sxxx-nxxx" for e.g s012-n002.
You can enter into that particular node using the below command:
<qsub -I -l nodes=sxxx-nxxx:ppn=2>
Using this command you can select that particular node to submit your job.
If you want to select a particular type of CPU e.g. skylake you can use the command below:
<qsub -I -l nodes=1:skl:ppn=2>
You can go through the below documentation about job submission in case you have any doubts:
https://devcloud.intel.com/oneapi/documentation/job-submission/
Hope this helps.
Regards,
Rahul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you very much for your fast response.
It was vary helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Thanks for accepting our solution. If you need any additional information, please submit a new question as this thread will no longer be monitored.
Regards,
Rahul

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page