Intel® oneAPI Base Toolkit
Support for the core tools and libraries within the base toolkit that are used to build and deploy high-performance data-centric applications.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.

ICC and IPP Beta09 in Apt

JeremyLT
Beginner
1,226 Views

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.

Labels (1)
0 Kudos
1 Solution
Subarnarek_G_Intel
1,151 Views

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


View solution in original post

5 Replies
AbhishekD_Intel
Moderator
1,188 Views

Hi,


Thanks for reporting this issue to us.

We will forward this issue to the concerned team.



Warm Regards,

Abhishek


Subarnarek_G_Intel
1,152 Views

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


JeremyLT
Beginner
1,140 Views

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.

Subarnarek_G_Intel
1,108 Views

Hi Jeremy,

Hope your issue is resolved. Please let me know if I can close the thread.


Regards,

Subarna


Subarnarek_G_Intel
1,053 Views

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


Reply