oneAPI Registration, Download, Licensing and Installation
Support for Getting Started questions related to download, Installation and licensing for Intel oneAPI Toolkits and software development tools.
1371 Discussions

Where can I download oneAPI 2021 (BaseKit and HPCKit) version for Linux?

new_user_87
Beginner
278 Views

Hi,

 

I need to compile a hydrodynamic model in a linux cluster which is not compatible with latest intel version, the software demands the Intel 2021 version. I'm aware that this version is not supported anymore, however it is the software requirement:

new_user_87_0-1719475921114.png


Please, advise where could I find the Intel 2021 for the BaseKit and HPCKit?

(preferably offline installation)

Thanks.

Kind regards,

 

Andressa

0 Kudos
2 Replies
Arjen_Markus
Honored Contributor I
259 Views

The build system as you have shown it was set up for Intel 2021, but you can easily adapt the script to use the current version of the Intel compiler. At this stage there is nothing specific in the source code that would require Intel 2021, like some idiosyncratic behaviour that was changed in later versions.

So, my advice: adjust the build script so that later versions of the vaious components are used and try again. Actually, CMake ought to be able to sort out most details without too much hand-holding. (Maybe some modules need to be loaded but that will become clear when you run CMake and it produces error messages about necessary packages).

0 Kudos
Devorah_H_Intel
Moderator
103 Views

Check out this article for details on how to obtain the older product version:  https://www.intel.com/content/www/us/en/developer/articles/troubleshooting/older-version-product.html?wapkw=older%20versions 


@new_user_87 wrote:

Hi,

 

I need to compile a hydrodynamic model in a linux cluster which is not compatible with latest intel version, the software demands the Intel 2021 version. I'm aware that this version is not supported anymore, however it is the software requirement:

new_user_87_0-1719475921114.png


Please, advise where could I find the Intel 2021 for the BaseKit and HPCKit?

(preferably offline installation)

Thanks.

Kind regards,

 

Andressa


 

0 Kudos
Reply