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

different icc versions on the DevCloud

Davis__Timothy
700 Views

The version of the icc compiler differs from node to node.  I see at least 3 different versions; there may be more:

on n078:  19.1 build date 20200117

on n142: 19.1.0.20191031

on login-2:  19.0.3.199

This makes it very difficult to get consistent results across the DevCloud.   Results would depend on where the code is compiled, which adds an unnecessary complication to benchmarking.

Can you install the same icc compiler across all nodes on the DevCloud?

0 Kudos
5 Replies
ArunJ_Intel
Moderator
700 Views

Hi Davis, 

The icc(by default)  in devcloud compute nodes is the one that is made available as part of oneAPI toolkit.The difference in versions of icc is because of the ongoing OneAPI toolkit upgrade on devcloud. The oneAPI toolkit present  in devcloud is being upgraded from beta03 to beta04.

beta03 had icc (ICC) 19.1 20191031
beta04 has icc (ICC) 19.1 20200117


This results in 2 different versions of icc compiler across different compute nodes. The login-node does not have oneAPI toolkit installed so will use the icc present in /glob directory.

We will contact the concerned team regarding the conflicting versions.

 

 

 


Meanwhile a quick work around I would suggest for the time being would be to append the path of icc(19.0.3.199) present in /glob directory to  your path variable. This can be done by adding the below line to your job script. 

export PATH=/glob/development-tools/versions/intel-parallel-studio/compilers_and_libraries_2019.3.199/linux/bin/intel64/:$PATH


As the icc present in /glob is same for all nodes your issue would be resolved

 

 

Arun Jose

0 Kudos
ArunJ_Intel
Moderator
700 Views

Hi Davis, 

 

Are you able to continue your benchmarking , with the work around we had provided ?

 

Arun Jose

0 Kudos
Davis__Timothy
700 Views

Yes, that helps.

0 Kudos
ArunJ_Intel
Moderator
700 Views

Hi Timothy

 

Thanks for the confirmation, the teams are working on completing  the installations. Meanwhile as you are able to continue your benchmarking with the workaround provided could we close this case.

 

Arun Jose

0 Kudos
ArunJ_Intel
Moderator
700 Views

Hi Timothy,

 

We are closing the case as you are able to continue your work with the workaround provided.

 

Arun Jose

0 Kudos
Reply