User Tools

Site Tools


intel_software:oneapi:インストール_2026

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
intel_software:oneapi:インストール_2026 [2026/06/22 21:24] – [概要] koudaiintel_software:oneapi:インストール_2026 [2026/07/09 14:52] (current) – [aptを使ってのoneAPIのインストール] koudai
Line 30: Line 30:
 $ sudo apt update $ sudo apt update
 $ sudo apt -y install cmake pkg-config build-essential $ sudo apt -y install cmake pkg-config build-essential
- 
-# Fortan (ifx) を使うならgfortranも 
-$ sudo apt -y install gfortran 
 </code> </code>
 +  * Intel Fortranも使いたいならgfortranもインストールしましょう。<code> 
 +$ sudo apt install gfortran 
 +</code>
  
 ====== パスの設定 ====== ====== パスの設定 ======
Line 52: Line 51:
 </code> </code>
   * ちゃんとインストールがされたか、次のように入力します。<code>   * ちゃんとインストールがされたか、次のように入力します。<code>
-icc -v+icx -v
 </code> </code>
     * バージョンが表示されればインストールに成功しています。     * バージョンが表示されればインストールに成功しています。
    
 +
 +
 +====== Intel Compilerについて ======
 +
 +^言語^Intel compier (2023以前)^Intel compier^GCC^
 +|C/C++|icc|icx|gcc|
 +|C++|icpc|icpx|g++|
 +|Fortran|ifort|ifx|gfortran|
 +
  
  
intel_software/oneapi/インストール_2026.1782131096.txt.gz · Last modified: 2026/06/22 21:24 by koudai