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

How can I check detailed information about devices on DevCloud, such as the FPGA Agilex 7 M-series?

Ryoma
Beginner
780 Views

Hello,

I would like to know how to check the detailed information of devices on DevCloud.

Is there any information or commands to check it in the terminal on DevCloud?

 

To be honest, I want to use the FPGA Agilex 7 M-series (with HBM2e) on DevCloud, but I don't know whether this device is included in the system and whether I can use it.

Thank you.

Ryoma

3 Replies
DiyaN_Intel
Moderator
752 Views

Hi,

 

Thank you for posting in Intel Communities.

 

Please give the below command to check for the Agilex nodes on Intel Devcloud:

 pbsnodes | grep agilex -B 4

DiyaN_Intel_0-1703665136831.png

 

It will show you all the Agilex nodes available on Intel DevCloud.

You can request the Agilex node by giving the below command:

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

or 

You can request the exact Agilex node by looking at the state of the node which is free.

qsub -I -l nodes=sXXX-nXXX:ppn=2 -d .

 

If this resolves your issue, make sure to accept this as a solution. This would help others with a similar issue. Thank you!

 

Regards, 

Diya

 

 

Ryoma
Beginner
746 Views

Hi,

Thank you very much for your reply.

I have indeed been able to check the Agilex nodes.
But in addition to this, I want to know the version of these Agilex devices.
For example, whether Agilex 5 or Agilex 7.
Especially, I want to know if these are Agilex 7 F-series, I-series, or M-series.

If you have any information, please help me.

Sincerely,

Ryoma

0 Kudos
Giovannienzo
Novice
669 Views

Thanks for the command tips to check Agilex nodes on Intel Devcloud! The pbsnodes and qsub commands you provided for both general and specific Agilex node requests are super helpful. If this solves my issue, I'll be sure to mark it as a solution – great advice!

0 Kudos
Reply