[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[plamo:34118] Plamo-8.0β intel oneAPI compilerのinstall
-
From:Takehiko Ogata
-
Date:Fri, 2 Jun 2023 13:52:00 +0900 (JST)
- Subject: [plamo:34118] Plamo-8.0β intel oneAPI compilerのinstall
- From: Takehiko Ogata <e7103b1ae@xxxxxxxxxxxxxxxx>
- Date: Fri, 2 Jun 2023 13:52:00 +0900
- User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101Thunderbird/45.8.0
尾形です。
Intelのcompilerがまたopen sourceとなっていますのでinstallして見ました。
(1) download
(1-1) BaseKitのdownloadページにwgetラインがある
https://www.intel.com/content/www/us/en/developer/tools/oneapi/base-toolkit-download.html
$ wget
https://registrationcenter-download.intel.com/akdlm/IRC_NAS/7deeaac4-f605-4bcf-a81b-ea7531577c61/l_BaseKit_p_2023.1.0.46401.sh
(1-2) HPCeKitのdownloadページにwgetラインがある
https://www.intel.com/content/www/us/en/developer/tools/oneapi/hpc-toolkit-download.html
$ wget
https://registrationcenter-download.intel.com/akdlm/IRC_NAS/1ff1b38a-8218-4c53-9956-f0b264de35a4/l_HPCKit_p_2023.1.0.46346.sh
(2) install
# sh l_BaseKit_p_2023.1.0.46401.sh -a --silent --eula accept
# sh l_HPCKit_p_2023.1.0.46346.sh -a --silent --eula accept
$ du -sh /opt/intel/oneapi
18G /opt/intel/oneapi
(3) 設定
$ source /opt/intel/oneapi/setvars.sh
$ icc -V
Intel(R) C Intel(R) 64 Compiler Classic for applications running on
Intel(R) 64, Version 2021.9.0 Build 20230302_000000
Copyright (C) 1985-2023 Intel Corporation. All rights reserved.
icc: remark #10441: The Intel(R) C++ Compiler Classic (ICC) is
deprecated and will be removed from product release in the second half
of 2023. The Intel(R) oneAPI DPC++/C++ Compiler (ICX) is the recommended
compiler moving forward.
$ ifort -V
Intel(R) Fortran Intel(R) 64 Compiler Classic for applications running
on Intel(R) 64, Version 2021.9.0 Build 20230302_000000
Copyright (C) 1985-2023 Intel Corporation. All rights reserved.
まだあまりアプリケーションのテストを行っていませんが、oneAPIのこのバージョンの
一つ前で作成した実効プログラムは問題なく動きました。
[検索ページ]
[メール一覧]
Plamo ML 公開システム