- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
- Tags:
- General Support
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Davis,
Are you able to continue your benchmarking , with the work around we had provided ?
Arun Jose
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes, that helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Timothy,
We are closing the case as you are able to continue your work with the workaround provided.
Arun Jose


- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page