- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am using Intel oneapi icc, ipp, and ifort on Ubuntu 20.04. I am having problems when I attempt to use icc and ipp. The environment variable setup script does not seem to be working correctly anymore.
To reproduce:
```
apt install intel-oneapi-icc
apt install intel-oneapi-ipp
apt install intel-oneapi-ifort
source /opt/intel/oneapi/setvars.sh
icc --version
ipp --version
ifort --version
```
This yields
```
bash: icc: command not found
bash: ipp: command not found
ifort (IFORT) 2021.1 Beta 20200827
Copyright (C) 1985-2020 Intel Corporation. All rights reserved.
```
Checking the package versions in Apt:
```
apt version intel-oneapi-icc
2021.1-863.beta08
apt version intel-oneapi-ipp
2021.1-2100.beta08
apt version intel-oneapi-ifort
2021.1-2198.beta09
```
Everything seemed to be working fine until about the 10th of Sept 2020. Everything seemed to be working ok with 2021.1-beta08 of ifort.
I am seeing this issue locally, but also see the issue on this Travis CI job.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Jeremy,
Please change apt install intel-oneapi-icc to intel-oneapi-dpcpp-cpp-compiler and retry the steps. The package name is changed.
Regards,
Subarna
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Thanks for reporting this issue to us.
We will forward this issue to the concerned team.
Warm Regards,
Abhishek
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Jeremy,
Please change apt install intel-oneapi-icc to intel-oneapi-dpcpp-cpp-compiler and retry the steps. The package name is changed.
Regards,
Subarna
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Subarna,
I'm checking our CI jobs now, but the fix works locally. Thanks for your help!
Note: For anyone else who may run into this, icc/icpp are renamed to icx/icpx.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Jeremy,
Hope your issue is resolved. Please let me know if I can close the thread.
Regards,
Subarna
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This issue has been resolved and we will no longer respond to this thread. If you require additional assistance from Intel, please start a new thread. Any further interaction in this thread will be considered community only

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