Intel® DevCloud
Help for those needing help starting or connecting to the Intel® DevCloud
1641 Discussions

How to choose special CPU on Intel DevCloud

Saharsa
New Contributor I
1,137 Views

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

0 Kudos
1 Solution
Saharsa
New Contributor I
1,106 Views

Thank you very much for your fast response.

It was vary helpful.

View solution in original post

0 Kudos
3 Replies
RahulU_Intel
Moderator
1,119 Views

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



Saharsa
New Contributor I
1,107 Views

Thank you very much for your fast response.

It was vary helpful.

0 Kudos
RahulU_Intel
Moderator
1,078 Views

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


0 Kudos
Reply