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 日