Skip to content

Intel oneapiΒΆ

oneAPI provides a comprehensive set of libraries, open source repositories, SYCL-based C++ language extensions, and optimized reference implementations.

The intel oneapi kit is installed in /opt/intel/. To setup the environment you can either use the setup scripts in /software/opt/intel//oneapi/compiler/2024.1/etc/compiler/ or in a more modular manner with modules:

module load intel
module avail

will list a large set of intel modules. THe compiler setup can be set with

module load intel compiler

Thee number of available versions can be listed with "module avail intel". Currently the versions are 2023,2024 and for legacy reasons also 2022.