Metadata
Title
Intel Compiler¶
Category
general
UUID
006b3b7ee5ae443aab24a1046fefa5b1
Source URL
https://docs.hpc.sjtu.edu.cn/app/compilers_and_languages/intel.html
Parent URL
https://docs.hpc.sjtu.edu.cn
Crawl Time
2026-03-13T07:56:28+00:00
Rendered Raw Markdown

Intel Compiler¶

Source: https://docs.hpc.sjtu.edu.cn/app/compilers_and_languages/intel.html Parent: https://docs.hpc.sjtu.edu.cn

Intel Compiler

Intel编译器套件包含以下语言:

C、 C++、 Fortran

集群上的Intel编译器

版本 加载方式 平台
intel-21.4.0 module load oneapi/2021.4.0 思源一号
intel-21.4.0 module load oneapi/2021.4.0 pi2.0

加载oneapi模块后,会同时导入MKL库、intel compiler等。

module load oneapi/2021.4.0
module list
Currently Loaded Modules:
1) intel-oneapi-compilers/2021.4.0   2) intel-oneapi-mpi/2021.4.0
3) intel-oneapi-mkl/2021.4.0         4) intel-oneapi-tbb/2021.4.0

常见问题

1. 编译/运行程序时提示“license has expired”

A: License过期不影响原有软件运行,新编译软件建议使用最新部署的intel编译器套件进行编译 module load oneapi/2021.4.0

参考资料

2026 年 01 月 15 日