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

Execution of serial code on 1 physical core of Gold 6128 and E-2176G processors on the devcloud

Oluwatosin
New Contributor I
2,284 Views

Hello,
I need to get the execution time of a serial code on 1 physical core of the gold 6128 and E-2176G processors. How do I request for 1 physical core with the qsub command. I have tried using (Gold 6128) :

qsub -I -l ncpus=1,

qsub -I -l procs=1,

but I still obtain same timings as when I request using: qsub -I -l nodes=1:ppn=2

 

Thank you.

Kind regards

Oluwatosin.

Labels (1)
0 Kudos
8 Replies
RaeesaM_Intel
Moderator
2,249 Views

Hi,


Thanks for reaching out to us .

We are checking on this issue internally and will get back to you soon with the updates.


Regards,

Raeesa


0 Kudos
Oluwatosin
New Contributor I
2,243 Views

Alright, thank you!

 

0 Kudos
RaeesaM_Intel
Moderator
2,226 Views

Hi,


Could you please try the below qsub command to request for 1 physical core :

qsub -l nodes=1:ppn=1

which gives us an allocation of 1 core on one node.


Let us know the updates.


Thanks and Regards,

Raeesa





0 Kudos
Oluwatosin
New Contributor I
2,191 Views

Hello, 

 

I get this: 

ERROR in qsub arguments:

Compute nodes in this cabinet are configured with 2 slots per node,
but you included the argument "-l nodes=1:ppn=1", which results in 1 slot per node.
With this argument, your application will not have full control over its node(s).
Please run with "-l nodes=1:ppn=2" instead.

0 Kudos
RaeesaM_Intel
Moderator
2,158 Views

Hi,


We are checking on this issue internally. Please give us some time, we will get back to you with the updates.


Thanks and Regards,

Raeesa


0 Kudos
RaeesaM_Intel
Moderator
2,073 Views

Hi,


Sorry for the delayed response. We were checking from our end regarding requesting a single physical core and tried different methods from our end but unfortunately requesting 1 physical core is not possible. Lets us know if you have any further queries. Can we discontinue monitoring this thread ?


Regards,

Raeesa


0 Kudos
Oluwatosin
New Contributor I
1,970 Views

Yes, you can discontinue monitoring the thread. Thank you.

0 Kudos
RaeesaM_Intel
Moderator
1,946 Views

Hi,


Thank you for the confirmation. If you need any additional information, please post a new question as this thread will no longer be monitored by Intel.


Regards,

Raeesa


0 Kudos
Reply