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

Does DevCloud supports Multinode for which all GPUs ?

shubhamjain1
Beginner
624 Views

As recently I got to know that Dev Cloud doesn't support Multinode for Artic Sound GPU, so wanted to understand does it support Multinode on any other GPUs.

0 Kudos
8 Replies
AthiraM_Intel
Moderator
595 Views

Hi,


Thanks for posting in Intel Communities.


Could you please let us know which DevCloud you are using? (DevCloud for oneAPI/Edge/FPGA)




Thanks



0 Kudos
shubhamjain1
Beginner
586 Views
0 Kudos
AthiraM_Intel
Moderator
579 Views

Hi,

 

You can access multiple gpu nodes in DevCloud using the below command:

 

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

 

If you want to list the nodes allocated to you, please use below command:

 

echo $PBS_NODEFILE

 

After this you will get a path. You can open that file with cat command.

 

Please find the below screenshot for reference.

AthiraM_Intel_0-1660739187777.png

 

If you have any further issue, kindly let us know.

 

 

Thanks

 

 

 

 

 

0 Kudos
AthiraM_Intel
Moderator
546 Views

Hi,


Could you please give us an update? Is your issue resolved?



Thanks


0 Kudos
shubhamjain1
Beginner
542 Views
No. My issue isn’t resolved. I was trying to run Multinode on xgboost and I cannot run it. I don’t know if XGboost supports Multinode on Dev Cloud
0 Kudos
AthiraM_Intel
Moderator
501 Views

Hi,


For multi-node training with Intel XGBoost in DevCloud follow the steps mentioned in the below article.

 

https://medium.com/intel-analytics-software/distributed-xgboost-with-modin-on-ray-fc17edef7720

 

In DevCloud, multi-node computation is available through the job queue.

 

Syntax for multi-node:

 

qsub -l nodes=<count>:ppn=2

 

You can combine a request for multiple nodes with a request for their specific features.


Hope this helps.



Thanks


0 Kudos
AthiraM_Intel
Moderator
429 Views

Hi,


We have not heard back from you. Could you please give us an update?



Thanks


0 Kudos
AthiraM_Intel
Moderator
397 Views

Hi,


We have not heard back from you. This thread will no longer be monitored by Intel. If you need further assistance, please post a new question.



Thanks.




0 Kudos
Reply