トップ 差分 一覧 ソース 検索 ヘルプ RSS ログイン

How to use Intel Compiler 'icc' & 'ifort' since 2023.

How to use Intel C++ Compiler 'icc' after January 20, 2023.

[Data analysis servers(kaim* & kaih*))]

Some updates were implemented to address the Intel oneAPI vulnerability in 2023.
After this, LD_LIBRARY_PATH must be set in advance when using icc (Intel C++ Compiler Classic) and ifort (Intel Fortran Compiler Classic).

bash: export LD_LIBRARY_PATH=/usr/local/gcc/12.2/lib64:$LD_LIBRARY_PATH
csh:  setenv LD_LIBRARY_PATH /usr/local/gcc/12.2/lib64:$LD_LIBRARY_PATH

The Intel C++ Compiler Classic (ICC) is deprecated and will be removed from product release in the second half of 2023. 'icx' is the recommended compiler moving forward. 'ifx' is available for Fortran.

最終更新時間:2023年03月08日 14時00分40秒