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

4th Gen Xeon SP for devcloud.

Kuni
New Contributor I
611 Views

Is there any way to use 4th Gen Xeon SP in devcloud environment? 

 

Regards, Kuni

0 Kudos
3 Replies
SreedeviK_Intel
Moderator
578 Views

Hi,

 

Thank you for posting in Intel Communities.

 

The following are the 4th Generation Xeon Scalable Processors (SP) (codenamed Sapphire Rapids) available on Intel DevCloud for oneAPI:

$ pbsnodes | sort | grep spr | uniq -c
   2   properties = xeon,spr,max9480,ram256gb,netgbe,batch,hbm
   2   properties = xeon,spr,ram1024gb,netgbe,dnp50

You can use batch mode or interactive mode for requesting the above nodes using the below commands:

Batch mode:

$ qsub -l nodes=1:spr:ppn=2 -d . job_script.sh

Interactive mode:

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

 

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

 

Regards,

Sreedevi

 

0 Kudos
Kuni
New Contributor I
515 Views

I can use Gen 4 Xeon devcloud Environment and could get required data.

 

Thank you, Kuni

0 Kudos
SreedeviK_Intel
Moderator
499 Views

Hi,


Glad to know that your issue is resolved. If you need any additional information, please post a new question as this thread will no longer be monitored by Intel.


Regards,

Sreedevi


0 Kudos
Reply