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

Issue with selecting node with GPU on DevCloud

Michael_S_Intel9
Employee
1,925 Views

Hi,

If I request the node with GPU on the DevCloud using the command

qsub -I -l nodes=1:gpu:ppn=2 -d .

and the first node in the list is not available, the qsub command fails and I get no access, but there are other nodes with GPU available actually.

The list of the nodes with GPU can be obtained by the next command:

 pbsnodes | grep -B4 "gen9"

It would be better to improve the logic of selecting nodes: if the first one is not accessible (for some reason), the search continues until the first available node is found.

 

0 Kudos
6 Replies
Rahila_T_Intel
Moderator
1,925 Views

Hi,

Thank you for reaching out to us.

Please be informed that, in Devcloud while requesting the node with GPU we will get the node which is free at that moment from the list of nodes.  Kindly check if any node with GPU is free(using pbsnodes command), when the qsub command fails.

You can also request a specific node using the below command

qsub -I -l nodes=s001-n158 :gpu:ppn=2 -d .

 

0 Kudos
Rahila_T_Intel
Moderator
1,925 Views

Hi,

Could you please confirm whether the suggestions provided is helpful.

0 Kudos
Michael_S_Intel9
Employee
1,925 Views

Hi,

I apologize for the delay. It is ok if we really get the first free node. But last week, when I tried to use the command from my first post, this command failed. When I requested the list of the nodes with GPU using pbsnodes command and saw that the first node in the list is not available, but the others are available. After that I received the particular node with GPU as you described above.

Possibly, there is a bug preventing to get the first available node when the first one is actually not available. This can bring difficulties to other users requesting nodes.

Thanks.

0 Kudos
Rahila_T_Intel
Moderator
1,925 Views

Thanks for the update Micheal. We haven't observed any such issue from our end. Next time when you observe such issues,please provide relevant screenshots so that we can report to the concerned team.

Kindly let us know if the solution provide helped so that we can close this case.

0 Kudos
Michael_S_Intel9
Employee
1,925 Views

Thank you, you can close it

0 Kudos
Rahila_T_Intel
Moderator
1,925 Views

Thanks for your quick response.

Feel free to raise a new thread in case you face any further issues.

0 Kudos
Reply