User Tools

Site Tools


intel_software:インストール

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:インストール [2019/10/14 14:06] – [手順(パッケージをダウンロード)] koudaiintel_software:インストール [2020/01/09 00:00] (current) – 削除 koudai
Line 1: Line 1:
-====== 概要 ====== 
  
-APT Repositoryを使って Intel Performance Libraries をインストールする方法です。 
- 
- 
-====== 環境 ====== 
- 
-  * Ubuntu 18.04 
- 
- 
-====== 手順(パッケージをダウンロード) ====== 
- 
-事前にg++をインストールしてください 
- 
-  $ sudo apt install g++ 
- 
-以下のページの Free Download をクリックし、ユーザー登録してください。 
- 
-https://software.intel.com/en-us/performance-libraries 
- 
-ダウンロードページが送られてきますので、必要なライブラリをダウンロードしてください。 
- 
-例えばMKLをダウンロードした場合は、バージョンによってファイル名が変わりますが 
- 
-  $ tar xzvf l_mkl_2019.5.281.tgz 
-  $ cd l_mkl_2019.5.281 
-  $ sudo ./install.sh 
- 
-として、あとは画面の指示に従います。 
-インストールが終わったらパスを通しておきます。 
- 
-  $ cd 
-  $ vim .bashrc 
-   
-で .bashrc を開いて、ファイルの最後に次の文を追加します。 
- 
-  source /opt/intel/compilers_and_libraries/linux/mkl/bin/mklvars.sh intel64 
- 
-intel64 は64ビットのプログラムを作る場合のオプションで、32ビットのプログラムの場合は ia32 とします。 
-   
- 
-====== 参考(APTを使う) ====== 
- 
-リポジトリに登録すれば、APTから入手することができます。 
-Ubuntuだとこっちの方が楽です。 
- 
-  * [[https://software.intel.com/en-us/articles/installing-intel-free-libs-and-python-apt-repo|Installing Intel® Performance Libraries and Intel® Distribution for Python* Using APT Repository | Intel® Software]] 
intel_software/インストール.1571029564.txt.gz · Last modified: 2021/06/27 21:59 (external edit)