Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
7944 Discussions

Intel Compiler 2020 with old processors

Tommy
Beginner
1,183 Views

We are working with a computer cluster with old Intel XEON E5-2670 v2 processors, CentOS 6 and Intel Cluster Studio XE 2014. We are planning to update the OS to CentOS8 and keep the processors for at least one more year.
Does it make any sense to update the Intel Cluster Studio XE version to the new release (2020) with regard to calculation performance? Would the new compiler improve the peformence of the old processores  noticeable compared to the 2014 version?

0 Kudos
1 Solution
RahulV_intel
Moderator
1,152 Views

Hi,

 

Looks like your hardware configuration is pretty old. The latest 2020 version might not be compatible with your hardware.

 

Kindly refer to the release notes of Parallel studio XE 2020: https://software.intel.com/content/www/us/en/develop/articles/intel-parallel-studio-xe-release-notes-and-new-features.html

 

Check the hardware/software requirements for Parallel studio XE 2020.

 

Parallel studio 2014 version is not supported anymore as per this link: https://software.intel.com/content/www/us/en/develop/articles/intel-parallel-studio-xe-supported-and-unsupported-product-versions.html

 

If you have a valid license, please ask your question on: 

https://supporttickets.intel.com/

 

Thanks,

Rahul

 

View solution in original post

0 Kudos
7 Replies
RahulV_intel
Moderator
1,153 Views

Hi,

 

Looks like your hardware configuration is pretty old. The latest 2020 version might not be compatible with your hardware.

 

Kindly refer to the release notes of Parallel studio XE 2020: https://software.intel.com/content/www/us/en/develop/articles/intel-parallel-studio-xe-release-notes-and-new-features.html

 

Check the hardware/software requirements for Parallel studio XE 2020.

 

Parallel studio 2014 version is not supported anymore as per this link: https://software.intel.com/content/www/us/en/develop/articles/intel-parallel-studio-xe-supported-and-unsupported-product-versions.html

 

If you have a valid license, please ask your question on: 

https://supporttickets.intel.com/

 

Thanks,

Rahul

 

0 Kudos
Tommy
Beginner
1,142 Views

Hi Rahul,

 

thanks for the reply and the link. Parallel studio XE 2020 is recommended for E5 v5 or newer. So it's not an option for us to update.

Instead, I think we should seriosly think about new hardware.

 

Thanks for your help!

0 Kudos
jimdempseyatthecove
Honored Contributor III
1,134 Views

Intel Compilers will generate code for Ivy Bridge

Use -xIVYBRIDGE or -xAVX (or equivalent switches for Windows).

Intel PS 2020 code gen WindowsIntel PS 2020 code gen Windows

Jim Dempsey

0 Kudos
Viet_H_Intel
Moderator
1,110 Views

If you move to CentOS 8, then I would suggest to upgrade to PSXE2020 because your 2014 version no longer supports. Plus, we always improve performance at default with newer compiler version compare to the older ones.


0 Kudos
RahulV_intel
Moderator
1,067 Views

@Tommy ,

 

Could you kindly let me know if the thread can be closed from my end?

 

Thanks,

Rahul

 

0 Kudos
Tommy
Beginner
1,059 Views
0 Kudos
RahulV_intel
Moderator
1,045 Views

Thanks for the confirmation. Intel will no longer monitor this thread. However, this thread will remain open for community discussion.


0 Kudos
Reply