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

Submit Error on DevCloud

Saharsa
New Contributor I
1,701 Views

Hello,

Could you please help me why I have this error:

qsub: submit error (Job exceeds queue resource limits MSG=cannot locate feasible nodes (nodes file is empty, all systems are busy, or no nodes have the requested feature))

 

when I try to submit my job on queue for executing it on CPU it through this error, instead for GPU all fine.

0 Kudos
1 Solution
AthiraM_Intel
Moderator
1,669 Views

Hi,

 

Thanks for reaching out to us.

 

Could you please share the command used?

 

Meanwhile could you please try the below command to submit the job:

 

qsub -I -l nodes=s001-n038:ppn=2 job

 

Instead of s001-n038 ,you can select any available cpu nodes.

 

You can find the available nodes using the command:

pbsnodes

 

If the issue still persists, please let us know.

 

Thanks.

 

View solution in original post

0 Kudos
5 Replies
AthiraM_Intel
Moderator
1,670 Views

Hi,

 

Thanks for reaching out to us.

 

Could you please share the command used?

 

Meanwhile could you please try the below command to submit the job:

 

qsub -I -l nodes=s001-n038:ppn=2 job

 

Instead of s001-n038 ,you can select any available cpu nodes.

 

You can find the available nodes using the command:

pbsnodes

 

If the issue still persists, please let us know.

 

Thanks.

 

0 Kudos
Saharsa
New Contributor I
1,661 Views

Thank you for your response. my mistake was 

nodes=1:cpu

and when I changed to nodes=1:gpu, it works.

because I wanted to submit my job to executing on CPU, so because of this I put CPU.

0 Kudos
AthiraM_Intel
Moderator
1,650 Views

Hi,


Is your issue resolved?


Thanks.


0 Kudos
Saharsa
New Contributor I
1,641 Views
0 Kudos
AthiraM_Intel
Moderator
1,618 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.


Thanks


0 Kudos
Reply