Intel oneAPI is an open, unified programming model built on standards to simplify the development and deployment of data-centric workloads across CPUs,
GPUs, FPGAs, and other accelerators.
The IntelĀ® oneAPI product family includes:
- Industry-leading compilers
- Performance libraries
- Analyzer and debugger tools
- Domain-specific toolkits, including libraries and accelerated workload tools
The IntelĀ® oneAPI is available on Shamu via module intel/oneapi/2021.1.0.2684. Users need to load the module and source the setup script as following:
module load intel/oneapi/2021.1.0.2684
source $intelDotFile
Now you can test if the Intel C and Fortran compilers using the following commands:
$ icc --version
icc (ICC) 2021.1 Beta 20201112
Copyright (C) 1985-2020 Intel Corporation. All rights reserved.
$ ifort --version
ifort (IFORT) 2021.1 Beta 20201112
Copyright (C) 1985-2020 Intel Corporation. All rights reserved.
-- Zhiwei- 06 Apr 2021